Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dfsmagic.c86 file_error(ms, err, in bad_link()
169 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
303 file_error(ms, errno, "unreadable symlink `%s'", in file_fsmagic()
341 file_error(ms, 0, in file_fsmagic()
425 file_error(ms, 0, "invalid mode 0%o", sb->st_mode); in file_fsmagic()
H A Dapptype.c63 file_error(ms, errno, "cannot create tempnam"); in file_os2_apptype()
75 file_error(ms, errno, "cannot open tmp file `%s'", path); in file_os2_apptype()
79 file_error(ms, errno, "cannot write tmp file `%s'", in file_os2_apptype()
H A Dfuncs.c150 file_error(ms, 0, "Bad magic format `%s' (%s)", fmt, tbuf); in file_vprintf()
159 file_error(ms, 0, "Output buffer space exceeded %d+%" in file_vprintf()
177 file_error(ms, errno, "vasprintf failed"); in file_vprintf()
220 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() function
244 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem()
251 file_error(ms, errno, "error seeking"); in file_badseek()
257 file_error(ms, errno, "error reading"); in file_badread()
524 file_error(ms, 0, "no magic files loaded"); in file_reset()
H A Dapprentice.c488 file_error(ms, 0, "magic element size %lu != %lu", in apprentice_1()
790 file_error(ms, 0, "could not find any valid magic files!"); in file_apprentice()
814 file_error(ms, 0, "Invalid action %d", action); in file_apprentice()
1333 file_error(ms, errno, "cannot read magic file `%s'", in load_1()
1364 file_error(ms, 0, in load_1()
1370 file_error(ms, 0, in load_1()
2994 file_error(ms, 0, "string too long: `%s'", origs); in getstr()
3307 file_error(ms, errno, "cannot stat `%s'", dbname); in apprentice_map()
3311 file_error(ms, 0, "file `%s' is too %s", dbname, in apprentice_map()
3321 file_error(ms, errno, "cannot map `%s'", dbname); in apprentice_map()
[all …]
H A Dcompress.c520 file_error(ms, errno, in file_pipe2file()
535 file_error(ms, errno, "error copying from pipe to temp file"); in file_pipe2file()
540 file_error(ms, errno, "error while writing to temp file"); in file_pipe2file()
550 file_error(ms, errno, "could not dup descriptor for temp file"); in file_pipe2file()
H A Dsoftmagic.c984 file_error(ms, 0, "Offset out of range %" SIZE_T_FORMAT in moffset()
1529 file_error(ms, 0, "negative offset %d at continuation" in msetoffset()
1608 file_error(ms, 0, "indirect count (%hu) exceeded", in mget()
1614 file_error(ms, 0, "name use count (%hu) exceeded", in mget()
1942 file_error(ms, 0, "cannot find entry `%s'", rbuf); in mget()
1946 file_error(ms, errno, "can't allocate continuation"); in mget()
2087 file_error(ms, errno, "can't allocate %" SIZE_T_FORMAT in alloc_regex()
2328 file_error(ms, errno, in magiccheck()
H A Dmagic.c530 file_error(ms, errno, "cannot read fd %d", fd); in file_or_fd()
532 file_error(ms, errno, "cannot read `%s'", in file_or_fd()
H A Dreadelf.c1064 file_error(ms, 0, "Too many ELF Auxv elements"); in do_auxv_note()
1460 file_error(ms, errno, "Note section size too " in doshn()
1466 file_error(ms, errno, "Cannot allocate memory" in doshn()
H A Dfile.h582 file_protected void file_error(struct magic_set *, int, const char *, ...)
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dloader_file.c1283 static int file_error(OSSL_STORE_LOADER_CTX *ctx);
1402 } while (matchcount == 0 && !file_eof(ctx) && !file_error(ctx)); in file_load()
1419 static int file_error(OSSL_STORE_LOADER_CTX *ctx) in file_error() function
1462 file_error,
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_loader_attic.c1512 static int file_error(OSSL_STORE_LOADER_CTX *ctx);
1631 } while (matchcount == 0 && !file_eof(ctx) && !file_error(ctx)); in file_load()
1650 static int file_error(OSSL_STORE_LOADER_CTX *ctx) in file_error() function
1740 || !OSSL_STORE_LOADER_set_error(loader_attic, file_error) in bind_loader_attic()
/netbsd-src/external/bsd/tmux/dist/
H A Dfile.c251 file_error(struct client *c, const char *fmt, ...) in file_error() function