Home
last modified time | relevance | path

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

/PHP-7.3/ext/fileinfo/libmagic/
H A Dprint.c160 file_fmttime(m->value.l, 0, tbuf)); in file_mdump()
167 file_fmttime(m->value.l, FILE_T_LOCAL, tbuf)); in file_mdump()
173 file_fmttime(m->value.q, 0, tbuf)); in file_mdump()
179 file_fmttime(m->value.q, FILE_T_LOCAL, tbuf)); in file_mdump()
185 file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf)); in file_mdump()
234 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime() function
H A Dsoftmagic.c651 file_fmttime(p->l, 0, tbuf)) == -1) in mprint()
661 file_fmttime(p->l, FILE_T_LOCAL, tbuf)) == -1) in mprint()
670 file_fmttime(p->q, 0, tbuf)) == -1) in mprint()
679 file_fmttime(p->q, FILE_T_LOCAL, tbuf)) == -1) in mprint()
688 file_fmttime(p->q, FILE_T_WINDOWS, tbuf)) == -1) in mprint()
H A Dfile.h448 protected const char *file_fmttime(uint64_t, int, char *);
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2275 protected const char *file_fmttime(uint64_t, int, char *);

Completed in 26 milliseconds