Home
last modified time | relevance | path

Searched refs:fmttime (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/blocklist/bin/
H A Dblacklistd.c219 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 Dblocklistd.c219 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 Dsupport.h35 const char *fmttime(char *, size_t, time_t);
H A Dblacklistctl.c163 fmttime(buf, sizeof(buf), dbi.last); in main()
H A Dblocklistctl.c163 fmttime(buf, sizeof(buf), dbi.last); in main()
H A Dsupport.c92 fmttime(char *b, size_t l, time_t t) in fmttime() function