Searched refs:file_fmttime (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | print.c | 160 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 D | softmagic.c | 651 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 D | file.h | 448 protected const char *file_fmttime(uint64_t, int, char *);
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 2275 protected const char *file_fmttime(uint64_t, int, char *);
|
Completed in 26 milliseconds