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

/freebsd-9.3-release/contrib/file/src/
H A Dprint.c159 file_fmttime(m->value.l, FILE_T_LOCAL, tbuf));
166 file_fmttime(m->value.l, 0, tbuf));
171 file_fmttime(m->value.q, FILE_T_LOCAL, tbuf));
177 file_fmttime(m->value.q, 0, tbuf));
183 file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf));
231 file_fmttime(uint64_t v, int flags, char *buf) function
H A Dsoftmagic.c550 file_fmttime(p->l + m->num_mask, FILE_T_LOCAL, tbuf)) == -1)
560 file_fmttime(p->l + m->num_mask, 0, tbuf)) == -1)
569 file_fmttime(p->q + m->num_mask, FILE_T_LOCAL, tbuf)) == -1)
578 file_fmttime(p->q + m->num_mask, 0, tbuf)) == -1)
587 file_fmttime(p->q + m->num_mask, FILE_T_WINDOWS, tbuf)) == -1)
H A Dfile.h427 protected const char *file_fmttime(uint64_t, int, char *);

Completed in 107 milliseconds