Searched refs:file_error (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 109 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic() 118 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic() 204 file_error(ms, errno, "unreadable symlink `%s'", fn); in file_fsmagic() 226 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 | 270 file_error(ms, errno, in file_pipe2file() 285 file_error(ms, errno, "error copying from pipe to temp file"); in file_pipe2file() 290 file_error(ms, errno, "error while writing to temp file"); in file_pipe2file() 300 file_error(ms, errno, "could not dup descriptor for temp file"); in file_pipe2file() 363 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped() 369 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped() 400 file_error(ms, errno, "cannot create pipe"); in uncompressbuf() 433 file_error(ms, errno, "could not fork"); in uncompressbuf()
|
H A D | funcs.c | 120 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() function 144 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem() 151 file_error(ms, errno, "error seeking"); in file_badseek() 157 file_error(ms, errno, "error reading"); in file_badread() 311 file_error(ms, 0, "no magic files loaded"); in file_reset()
|
H A D | apprentice.c | 253 file_error(ms, 0, "magic element size %lu != %lu", in apprentice_1() 374 file_error(ms, 0, "could not find any magic files!"); in file_apprentice() 675 file_error(ms, errno, "cannot read magic file `%s'", 708 file_error(ms, 0, 714 file_error(ms, 0, 1937 file_error(ms, 0, "string too long: `%s'", origs); 2233 file_error(ms, errno, "cannot stat `%s'", dbname); 2238 file_error(ms, 0, "file `%s' is too small", dbname); 2258 file_error(ms, 0, "bad magic in `%s'", dbname); 2350 file_error(ms, errno, "cannot open `%s'", dbname); [all …]
|
H A D | magic.c | 449 file_error(ms, errno, "cannot read `%s'", inname); in file_or_stream()
|
H A D | file.h | 425 protected void file_error(struct magic_set *, int, const char *, ...);
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 583 file_error(ms, errno, "cannot stat `%s'", dbname); 596 - file_error(ms, errno, "cannot map `%s'", dbname); 725 file_error(ms, errno, "cannot open `%s'", dbname); 1343 - file_error(ms, err, 1407 - file_error(ms, errno, "cannot stat `%s'", fn); 1413 + file_error(ms, errno, "cannot stat `%s'", fn); 1422 + file_error(ms, errno, "cannot stat `%s'", fn); 1583 - file_error(ms, 0, 1710 - file_error(ms, errno, "vasprintf failed"); 1763 file_error(ms, errno, "error reading"); [all …]
|
Completed in 35 milliseconds