Home
last modified time | relevance | path

Searched refs:file_error (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/ext/fileinfo/libmagic/
H A Dfsmagic.c109 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 Dapptype.c57 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 Dcompress.c270 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 Dfuncs.c120 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 Dapprentice.c253 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 Dmagic.c449 file_error(ms, errno, "cannot read `%s'", inname); in file_or_stream()
H A Dfile.h425 protected void file_error(struct magic_set *, int, const char *, ...);
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch583 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 36 milliseconds