p_time
if (process->p_time == 0L)
process->p_time = now;
if ((now - process->p_time) < SPAWN_INTERVAL) {
process->p_time = now;
if (now - process->p_time < SPAWN_INTERVAL + INHIBIT)
process->p_time = now;
process->p_time = 0L;
process->p_time = 0L;
process->p_time = 0L;
long p_time; /* Start time for a series of respawns */
if (ptp->p_time < 0)
long p_time; /* start time of a series */
if (pmptr->p_time == 0L)
pmptr->p_time = now;
if ((now - pmptr->p_time) < SPAWN_INTERVAL) {
pmptr->p_time = now;
pmptr->p_time = now;
time_t p_time; /* seconds of user & system time */
up->p_time =
jobtime += up->p_time + up->p_ctime;
proctime += up->p_time;
time_t p_time; /* ticks of user & system time */
up->p_time = 0;
up->p_time = statinfo.pr_utime.tv_sec +
up->p_time / 60L, up->p_time % 60L,
jobtime += up->p_time + up->p_ctime;
proctime += up->p_time;
const char *p_time __P((unsigned int));
input = p_time(input, LH, UH);
input = p_time(input, LM, UM);
input = p_time(input, LS, US);
input = p_time(input, LH, UH);
input = p_time(input, LM, UM);
input = p_time(input, LS, US);
input = p_time(input, LH, UH);
input = p_time(input, LM, UM);
input = p_time(input, LH, USH);
input = p_time(input, LM, UM);
input = p_time(input, LS, US);
input = p_time(input, LH, USH);
fprintf(file, ", ttl = %s", p_time(_getlong(cp)));
fprintf(file, "\n\trefresh = %s", p_time(_getlong(cp)));
fprintf(file, "\n\tretry = %s", p_time(_getlong(cp)));
fprintf(file, "\n\texpire = %s", p_time(_getlong(cp)));
fprintf(file, "\n\tmin = %s\n", p_time(_getlong(cp)));
extern char *p_time(unsigned long);
extern char *p_cdname(), *p_rr(), *p_type(), *p_class(), *p_time();
struct tms p_time;
p_time.tms_utime = (clock_t)NSEC_TO_TICK(
p_time.tms_stime = (clock_t)NSEC_TO_TICK(
p_time.tms_cutime = p->p_cutime;
p_time.tms_cstime = p->p_cstime;
if (copyout(&p_time, tp, sizeof (p_time)))
struct tms32 p_time;
p_time.tms_utime = (clock32_t)NSEC_TO_TICK(
p_time.tms_stime = (clock32_t)NSEC_TO_TICK(
p_time.tms_cutime = (clock32_t)p->p_cutime;
p_time.tms_cstime = (clock32_t)p->p_cstime;
if (copyout(&p_time, tp, sizeof (p_time)))