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