Searched refs:fmttime (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/blocklist/bin/ |
| H A D | blacklistd.c | 219 fmttime(b1, sizeof(b1), dbi.last), in process() 220 fmttime(b2, sizeof(b2), ts.tv_sec)); in process() 279 fmttime(b1, sizeof(b1), dbi.last), in process() 280 fmttime(b2, sizeof(b2), ts.tv_sec)); in process() 324 c.c_duration, fmttime(b1, sizeof(b1), dbi.last), in update() 325 fmttime(b2, sizeof(b2), ts.tv_sec)); in update()
|
| H A D | blocklistd.c | 219 fmttime(b1, sizeof(b1), dbi.last), in process() 220 fmttime(b2, sizeof(b2), ts.tv_sec)); in process() 279 fmttime(b1, sizeof(b1), dbi.last), in process() 280 fmttime(b2, sizeof(b2), ts.tv_sec)); in process() 324 c.c_duration, fmttime(b1, sizeof(b1), dbi.last), in update() 325 fmttime(b2, sizeof(b2), ts.tv_sec)); in update()
|
| H A D | support.h | 35 const char *fmttime(char *, size_t, time_t);
|
| H A D | blacklistctl.c | 163 fmttime(buf, sizeof(buf), dbi.last); in main()
|
| H A D | blocklistctl.c | 163 fmttime(buf, sizeof(buf), dbi.last); in main()
|
| H A D | support.c | 92 fmttime(char *b, size_t l, time_t t) in fmttime() function
|