/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 115 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic() 124 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic() 212 file_error(ms, errno, "unreadable symlink `%s'", fn); in file_fsmagic() 254 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 | compress.c | 280 file_error(ms, errno, in file_pipe2file() 295 file_error(ms, errno, "error copying from pipe to temp file"); in file_pipe2file() 300 file_error(ms, errno, "error while writing to temp file"); in file_pipe2file() 310 file_error(ms, errno, "could not dup descriptor for temp file"); in file_pipe2file() 375 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped() 381 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped() 412 file_error(ms, errno, "cannot create pipe"); in uncompressbuf() 445 file_error(ms, errno, "could not fork"); in uncompressbuf()
|
H A D | funcs.c | 123 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() function 147 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem() 154 file_error(ms, errno, "error seeking"); in file_badseek() 160 file_error(ms, errno, "error reading"); in file_badread() 299 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() 659 file_error(ms, 0, "Invalid action %d", action); in file_apprentice() 1042 file_error(ms, errno, "cannot read magic file `%s'", in load_1() 1072 file_error(ms, 0, in load_1() 1078 file_error(ms, 0, in load_1() 2535 file_error(ms, 0, "string too long: `%s'", origs); in getstr() 2849 file_error(ms, errno, "cannot stat `%s'", dbname); in apprentice_map() 2853 file_error(ms, 0, "file `%s' is too %s", dbname, in apprentice_map() 2877 file_error(ms, 0, "bad magic in `%s'", dbname); in apprentice_map() 2959 file_error(ms, 0, "bad magic in `%s'", dbname); in check_buffer() [all …]
|
H A D | magic.c | 405 file_error(ms, errno, "cannot read `%s'", inname); in file_or_stream()
|
H A D | file.h | 463 protected void file_error(struct magic_set *, int, const char *, ...);
|
H A D | softmagic.c | 1213 file_error(ms, 0, "indirect recursion nesting (%hu) exceeded", in mget() 1219 file_error(ms, 0, "name use count (%hu) exceeded", in mget() 1704 file_error(ms, 0, "cannot find entry `%s'", rbuf); in mget()
|
/PHP-7.0/ext/fileinfo/ |
H A D | libmagic.patch | 133 file_error(ms, 0, "magic element size %lu != %lu", 704 file_error(ms, 0, "file `%s' is too %s", dbname, 714 - file_error(ms, errno, "cannot map `%s'", dbname); 745 + file_error(ms, 0, "bad magic in `%s'", dbname); 1664 - file_error(ms, err, 1773 - file_error(ms, errno, "cannot stat `%s'", fn); 1917 - file_error(ms, 0, 2054 - file_error(ms, errno, "vasprintf failed"); 2127 file_error(ms, errno, "error reading"); 2728 - file_error(ms, errno, "cannot read `%s'", [all …]
|