Searched refs:fmttime (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/blocklist/bin/ |
H A D | blacklistd.c | 212 fmttime(b1, sizeof(b1), dbi.last), in process() 213 fmttime(b2, sizeof(b2), ts.tv_sec)); in process() 272 fmttime(b1, sizeof(b1), dbi.last), in process() 273 fmttime(b2, sizeof(b2), ts.tv_sec)); in process() 317 c.c_duration, fmttime(b1, sizeof(b1), dbi.last), in update() 318 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 | 160 fmttime(buf, sizeof(buf), dbi.last); in main()
|
H A D | support.c | 89 fmttime(char *b, size_t l, time_t t) in fmttime() function
|