Searched refs:file_magwarn (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 1181 file_magwarn(ms, in set_last_default() 1428 file_magwarn(ms, in string_modifier_check() 1436 file_magwarn(ms, in string_modifier_check() 1444 file_magwarn(ms, in string_modifier_check() 1452 file_magwarn(ms, in string_modifier_check() 1877 file_magwarn(ms, in parse() 1901 file_magwarn(ms, in parse() 1910 file_magwarn(ms, in parse() 1998 file_magwarn(ms, in parse() 2115 file_magwarn(ms, in parse_strength() [all …]
|
H A D | print.c | 59 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn() function
|
H A D | file.h | 475 protected void file_magwarn(struct magic_set *, const char *, ...);
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 144 - file_magwarn(ms, "using regular magic file `%s'", fn); 148 + file_magwarn(ms, "using regular magic file `%s'", fn); 568 file_magwarn(ms, "'~' invalid for string types"); 1519 -protected void file_magwarn(struct magic_set *, const char *, ...) 1524 +protected void file_magwarn(struct magic_set *, const char *, ...); 3024 file_magwarn(struct magic_set *ms, const char *f, ...)
|
Completed in 27 milliseconds