Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dfsmagic.c112 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
121 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
209 file_error(ms, errno, "unreadable symlink `%s'", fn); in file_fsmagic()
251 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()
365 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()
371 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()
402 file_error(ms, errno, "cannot create pipe"); in uncompressbuf()
435 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.c393 file_error(ms, 0, "magic element size %lu != %lu", in apprentice_1()
624 file_error(ms, 0, "Invalid action %d", action); in file_apprentice()
959 file_error(ms, errno, "cannot read magic file `%s'", in load_1()
989 file_error(ms, 0, in load_1()
995 file_error(ms, 0, in load_1()
2342 file_error(ms, 0, "string too long: `%s'", origs); in getstr()
2639 file_error(ms, errno, "cannot stat `%s'", dbname); in apprentice_map()
2644 file_error(ms, 0, "file `%s' is too small", dbname); in apprentice_map()
2667 file_error(ms, 0, "bad magic in `%s'", dbname); in apprentice_map()
2773 file_error(ms, errno, "cannot open `%s'", dbname); in apprentice_compile()
[all …]
H A Dmagic.c408 file_error(ms, errno, "cannot read `%s'", inname); in file_or_stream()
H A Dfile.h447 protected void file_error(struct magic_set *, int, const char *, ...);
H A Dsoftmagic.c1142 file_error(ms, 0, "recursion nesting exceeded"); in mget()
1750 file_error(ms, 0, "cannot find entry `%s'", sbuf); in mget()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch617 file_error(ms, errno, "cannot stat `%s'", dbname);
631 - file_error(ms, errno, "cannot map `%s'", dbname);
660 file_error(ms, 0, "bad magic in `%s'", dbname);
758 file_error(ms, errno, "cannot open `%s'", dbname);
1565 - file_error(ms, err,
1630 - file_error(ms, errno, "cannot stat `%s'", fn);
1637 + file_error(ms, errno, "cannot stat `%s'", fn);
1646 + file_error(ms, errno, "cannot stat `%s'", fn);
1814 - file_error(ms, 0,
1974 - file_error(ms, errno, "vasprintf failed");
[all …]

Completed in 50 milliseconds