Home
last modified time | relevance | path

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

/PHP-7.1/ext/fileinfo/libmagic/
H A Dprint.c77 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime() function
H A Dsoftmagic.c545 file_fmttime(p->l, 0, tbuf)) == -1) in mprint()
555 file_fmttime(p->l, FILE_T_LOCAL, tbuf)) == -1) in mprint()
564 file_fmttime(p->q, 0, tbuf)) == -1) in mprint()
573 file_fmttime(p->q, FILE_T_LOCAL, tbuf)) == -1) in mprint()
582 file_fmttime(p->q, FILE_T_WINDOWS, tbuf)) == -1) in mprint()
H A Dfile.h426 protected const char *file_fmttime(uint64_t, int, char *);
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch1502 protected const char *file_fmttime(uint64_t, int, char *);
2998 - file_fmttime(m->value.l, FILE_T_LOCAL, tbuf));
3005 - file_fmttime(m->value.l, 0, tbuf));
3011 - file_fmttime(m->value.q, FILE_T_LOCAL, tbuf));
3017 - file_fmttime(m->value.q, 0, tbuf));
3023 - file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf));
3085 file_fmttime(uint64_t v, int flags, char *buf)

Completed in 20 milliseconds