Searched refs:file_fmttime (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dprint.c162 file_fmttime(m->value.l, 1));
169 file_fmttime(m->value.l, 0));
175 file_fmttime((uint32_t)m->value.q, 1));
181 file_fmttime((uint32_t)m->value.q, 0));
225 file_fmttime(uint32_t v, int local) function
H A Dfile.h391 protected const char *file_fmttime(uint32_t, int);
H A Dsoftmagic.c471 if (file_printf(ms, m->desc, file_fmttime(p->l, 1)) == -1)
480 if (file_printf(ms, m->desc, file_fmttime(p->l, 0)) == -1)
488 if (file_printf(ms, m->desc, file_fmttime((uint32_t)p->q,
497 if (file_printf(ms, m->desc, file_fmttime((uint32_t)p->q,

Completed in 55 milliseconds