Home
last modified time | relevance | path

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

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