Searched refs:file_fmttime (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | print.c | 77 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime() function
|
H A D | softmagic.c | 578 file_fmttime(p->l, 0, tbuf)) == -1) in mprint() 588 file_fmttime(p->l, FILE_T_LOCAL, tbuf)) == -1) in mprint() 597 file_fmttime(p->q, 0, tbuf)) == -1) in mprint() 606 file_fmttime(p->q, FILE_T_LOCAL, tbuf)) == -1) in mprint() 615 file_fmttime(p->q, FILE_T_WINDOWS, tbuf)) == -1) in mprint()
|
H A D | file.h | 436 protected const char *file_fmttime(uint64_t, int, char *);
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 1481 protected const char *file_fmttime(uint64_t, int, char *); 2968 - file_fmttime(m->value.l, 0, tbuf)); 2975 - file_fmttime(m->value.l, FILE_T_LOCAL, tbuf)); 2981 - file_fmttime(m->value.q, 0, tbuf)); 2987 - file_fmttime(m->value.q, FILE_T_LOCAL, tbuf)); 2993 - file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf)); 3051 file_fmttime(uint64_t v, int flags, char *buf)
|
Completed in 31 milliseconds