Searched refs:file_fmtnum (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/ext/fileinfo/libmagic/ |
H A D | print.c | 219 file_fmtnum(tbuf, sizeof(tbuf), m->value.s, 8)); in file_mdump() 353 file_fmtnum(char *buf, size_t blen, const char *us, int base) in file_fmtnum() function
|
H A D | file.h | 517 file_protected const char *file_fmtnum(char *, size_t, const char *, int);
|
H A D | softmagic.c | 831 file_fmtnum(buf, sizeof(buf), m->value.s, 8); in mprint()
|
/PHP-8.4/ext/fileinfo/ |
H A D | libmagic.patch | 1474 file_protected const char *file_fmtnum(char *, size_t, const char *, int);
|
Completed in 18 milliseconds