Searched refs:DATE_FMT (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcon1.c | 69 #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 D | acctcon.c | 208 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 D | acctcom.c | 334 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 D | acctdef.h | 100 #define DATE_FMT "%a %b %e %H:%M:%S %Y\n" macro
|
H A D | fwtmp.c | 76 cftime(time_buf, DATE_FMT, &Ut.ut_xtime); in main()
|
/illumos-gate/usr/src/cmd/news/ |
H A D | news.c | 53 #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 D | wall.c | 81 #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 D | write.c | 58 #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 D | who.c | 78 #define DATE_FMT "%b %e %H:%M" macro 534 dcgettext(NULL, DATE_FMT, LC_TIME), lptr); in dump()
|