Lines Matching defs:timebuf
173 static char timebuf[80];
554 cftime(timebuf, "%+", &next_event->time);
556 next_event->time, timebuf);
628 cftime(timebuf, "%+", &next_event->time);
631 next_event->cmd, next_event->time, timebuf);
1276 cftime(timebuf, "%+", &e->time);
1278 e->cmd, e->time, timebuf);
3012 (void) strftime(timebuf, sizeof (timebuf), FORMAT, localtime(&t));
3013 (void) fprintf(stderr, " %s\n", timebuf);
3040 (void) strftime(timebuf, sizeof (timebuf), FORMAT, localtime(&t));
3042 cc, (rp->rusr)->name, rp->pid, QUE(rp->que), timebuf);