/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 106 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic() 115 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic() 203 file_error(ms, errno, "unreadable symlink `%s'", fn); in file_fsmagic() 247 file_error(ms, 0, "invalid mode 0%o", sb->st_mode); in file_fsmagic()
|
H A D | apptype.c | 57 file_error(ms, errno, "cannot create tempnam"); in file_os2_apptype() 69 file_error(ms, errno, "cannot open tmp file `%s'", path); in file_os2_apptype() 73 file_error(ms, errno, "cannot write tmp file `%s'", in file_os2_apptype()
|
H A D | funcs.c | 121 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() function 145 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem() 152 file_error(ms, errno, "error seeking"); in file_badseek() 158 file_error(ms, errno, "error reading"); in file_badread() 339 file_error(ms, 0, "no magic files loaded"); in file_reset()
|
H A D | apprentice.c | 415 file_error(ms, 0, "magic element size %lu != %lu", in apprentice_1() 662 file_error(ms, 0, "Invalid action %d", action); in file_apprentice() 1094 file_error(ms, errno, "cannot read magic file `%s'", in load_1() 1124 file_error(ms, 0, in load_1() 1130 file_error(ms, 0, in load_1() 2683 file_error(ms, 0, "string too long: `%s'", origs); in getstr() 2999 file_error(ms, errno, "cannot stat `%s'", dbname); in apprentice_map() 3003 file_error(ms, 0, "file `%s' is too %s", dbname, in apprentice_map() 3027 file_error(ms, 0, "bad magic in `%s'", dbname); in apprentice_map() 3109 file_error(ms, 0, "bad magic in `%s'", dbname); in check_buffer() [all …]
|
H A D | compress.c | 363 file_error(ms, errno, in file_pipe2file() 378 file_error(ms, errno, "error copying from pipe to temp file"); in file_pipe2file() 383 file_error(ms, errno, "error while writing to temp file"); in file_pipe2file() 393 file_error(ms, errno, "could not dup descriptor for temp file"); in file_pipe2file()
|
H A D | magic.c | 280 file_error(ms, errno, "cannot read `%s'", inname); in file_or_stream()
|
H A D | softmagic.c | 907 file_error(ms, 0, "Offset out of range %zu > %zu", in moffset() 1409 file_error(ms, 0, "negative offset %d at continuation" in msetoffset() 1461 file_error(ms, 0, "indirect count (%hu) exceeded", in mget() 1467 file_error(ms, 0, "name use count (%hu) exceeded", in mget() 1699 file_error(ms, 0, "cannot find entry `%s'", rbuf); in mget()
|
H A D | file.h | 483 protected void file_error(struct magic_set *, int, const char *, ...);
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 158 file_error(ms, 0, "magic element size %lu != %lu", 974 file_error(ms, 0, "file `%s' is too %s", dbname, 985 - file_error(ms, errno, "cannot map `%s'", dbname); 1016 + file_error(ms, 0, "bad magic in `%s'", dbname); 2482 - file_error(ms, err, 2561 + file_error(ms, errno, "cannot stat `%s'", fn); 2572 - file_error(ms, errno, "cannot stat `%s'", fn); 2757 - file_error(ms, 0, 2937 file_error(ms, errno, "error reading"); 3625 - file_error(ms, errno, "cannot read `%s'", [all …]
|