Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c162 file_fmttime(m->value.l, 0, tbuf)); in file_mdump()
169 file_fmttime(m->value.l, FILE_T_LOCAL, tbuf)); in file_mdump()
175 file_fmttime(m->value.q, 0, tbuf)); in file_mdump()
181 file_fmttime(m->value.q, FILE_T_LOCAL, tbuf)); in file_mdump()
187 file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf)); in file_mdump()
236 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime() function
H A Dsoftmagic.c701 file_fmttime(p->l, 0, tbuf)) == -1) in mprint()
711 file_fmttime(p->l, FILE_T_LOCAL, tbuf)) == -1) in mprint()
720 file_fmttime(p->q, 0, tbuf)) == -1) in mprint()
729 file_fmttime(p->q, FILE_T_LOCAL, tbuf)) == -1) in mprint()
738 file_fmttime(p->q, FILE_T_WINDOWS, tbuf)) == -1) in mprint()
H A Dfile.h454 protected const char *file_fmttime(uint64_t, int, char *);
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1768 protected const char *file_fmttime(uint64_t, int, char *);

Completed in 19 milliseconds