Home
last modified time | relevance | path

Searched refs:DATE_FMT (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c69 #define DATE_FMT "%a %b %e %H:%M:%S %Y\n" macro
144 cftime(time_buf, DATE_FMT, &wb.ut_xtime); in main()
231 cftime(time_buf, DATE_FMT, &wb.ut_xtime); in fixup()
277 cftime(time_buf, DATE_FMT, &wb.ut_xtime); in loop()
357 cftime(time_buf, DATE_FMT, &told); in update()
359 cftime(time_buf, DATE_FMT, &tnew); in update()
362 cftime(time_buf, DATE_FMT, &told); in update()
364 cftime(time_buf, DATE_FMT, &tnew); in update()
421 cftime(time_buf, DATE_FMT, &firstime); in printrep()
423 cftime(time_buf, DATE_FMT, &lastime); in printrep()
[all …]
H A Dacctcon.c208 cftime(time_buf, DATE_FMT, &wb.ut_xtime); in fixup()
253 cftime(time_buf, DATE_FMT, &wb.ut_xtime); in loop()
334 cftime(time_buf, DATE_FMT, &told); in update()
336 cftime(time_buf, DATE_FMT, &tnew); in update()
393 cftime(time_buf, DATE_FMT, &firstime); in printrep()
395 cftime(time_buf, DATE_FMT, &lastime); in printrep()
H A Dacctcom.c334 cftime(time_buf, DATE_FMT, &t); in dofile()
347 cftime(time_buf, DATE_FMT, &ts_a); in dofile()
352 cftime(time_buf, DATE_FMT, &ts_b); in dofile()
357 cftime(time_buf, DATE_FMT, &te_a); in dofile()
362 cftime(time_buf, DATE_FMT, &te_b); in dofile()
H A Dacctdef.h100 #define DATE_FMT "%a %b %e %H:%M:%S %Y\n" macro
H A Dfwtmp.c76 cftime(time_buf, DATE_FMT, &Ut.ut_xtime); in main()
/illumos-gate/usr/src/cmd/news/
H A Dnews.c53 #define DATE_FMT "%a %b %e %H:%M:%S %Y" macro
292 cftime(time_buf, DATE_FMT, &sbuf.st_mtime); in print_item()
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c81 #define DATE_FMT "%a %b %e %H:%M:%S" macro
232 DATE_FMT, localtime(&tloc)); in main()
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c58 #define DATE_FMT "%a %b %e %H:%M:%S" macro
360 dcgettext(NULL, DATE_FMT, LC_TIME), localtime(&tod)); in main()
/illumos-gate/usr/src/cmd/who/
H A Dwho.c78 #define DATE_FMT "%b %e %H:%M" macro
534 dcgettext(NULL, DATE_FMT, LC_TIME), lptr); in dump()