Home
last modified time | relevance | path

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

/PHP-5.6/ext/fileinfo/libmagic/
H A Dprint.c78 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime() function
H A Dsoftmagic.c518 file_fmttime(p->l, FILE_T_LOCAL, in mprint()
529 file_fmttime(p->l, 0, tbuf)) == -1) in mprint()
538 file_fmttime(p->q, FILE_T_LOCAL, tbuf)) == -1) in mprint()
547 file_fmttime(p->q, 0, tbuf)) == -1) in mprint()
556 file_fmttime(p->q, FILE_T_WINDOWS, tbuf)) == -1) in mprint()
H A Dfile.h413 protected const char *file_fmttime(uint64_t, int, char *);
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch1400 protected const char *file_fmttime(uint64_t, int, char *);
2675 - file_fmttime(m->value.l, FILE_T_LOCAL, tbuf));
2682 - file_fmttime(m->value.l, 0, tbuf));
2687 - file_fmttime(m->value.q, FILE_T_LOCAL, tbuf));
2693 - file_fmttime(m->value.q, 0, tbuf));
2699 - file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf));

Completed in 25 milliseconds