| /freebsd-14.2/contrib/file/src/ |
| 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 | fsmagic.c | 80 file_error(ms, err, in bad_link() 163 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic() 297 file_error(ms, errno, "unreadable symlink `%s'", in file_fsmagic() 335 file_error(ms, 0, in file_fsmagic() 419 file_error(ms, 0, "invalid mode 0%o", sb->st_mode); in file_fsmagic()
|
| H A D | funcs.c | 144 file_error(ms, 0, "Bad magic format `%s' (%s)", fmt, tbuf); in file_vprintf() 153 file_error(ms, 0, "Output buffer space exceeded %d+%" in file_vprintf() 171 file_error(ms, errno, "vasprintf failed"); in file_vprintf() 214 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() function 238 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem() 245 file_error(ms, errno, "error seeking"); in file_badseek() 251 file_error(ms, errno, "error reading"); in file_badread() 518 file_error(ms, 0, "no magic files loaded"); in file_reset()
|
| H A D | apprentice.c | 482 file_error(ms, 0, "magic element size %lu != %lu", in apprentice_1() 808 file_error(ms, 0, "Invalid action %d", action); in file_apprentice() 1354 file_error(ms, 0, in load_1() 1360 file_error(ms, 0, in load_1() 3297 file_error(ms, errno, "cannot stat `%s'", dbname); in apprentice_map() 3301 file_error(ms, 0, "file `%s' is too %s", dbname, in apprentice_map() 3311 file_error(ms, errno, "cannot map `%s'", dbname); in apprentice_map() 3360 file_error(ms, 0, "bad magic in `%s'", dbname); in check_buffer() 3430 file_error(ms, errno, "cannot open `%s'", dbname); in apprentice_compile() 3646 file_error(ms, 0, "corrupt magic file " in file_pstring_length_size() [all …]
|
| H A D | compress.c | 514 file_error(ms, errno, in file_pipe2file() 529 file_error(ms, errno, "error copying from pipe to temp file"); in file_pipe2file() 534 file_error(ms, errno, "error while writing to temp file"); in file_pipe2file() 544 file_error(ms, errno, "could not dup descriptor for temp file"); in file_pipe2file()
|
| H A D | softmagic.c | 978 file_error(ms, 0, "Offset out of range %" SIZE_T_FORMAT in moffset() 1523 file_error(ms, 0, "negative offset %d at continuation" in msetoffset() 1602 file_error(ms, 0, "indirect count (%hu) exceeded", in mget() 1608 file_error(ms, 0, "name use count (%hu) exceeded", in mget() 1936 file_error(ms, 0, "cannot find entry `%s'", rbuf); in mget() 1940 file_error(ms, errno, "can't allocate continuation"); in mget() 2081 file_error(ms, errno, "can't allocate %" SIZE_T_FORMAT in alloc_regex() 2322 file_error(ms, errno, in magiccheck()
|
| H A D | magic.c | 524 file_error(ms, errno, "cannot read fd %d", fd); in file_or_fd() 526 file_error(ms, errno, "cannot read `%s'", in file_or_fd()
|
| H A D | readelf.c | 1058 file_error(ms, 0, "Too many ELF Auxv elements"); in do_auxv_note() 1454 file_error(ms, errno, "Note section size too " in doshn() 1460 file_error(ms, errno, "Cannot allocate memory" in doshn()
|
| H A D | file.h | 580 file_protected void file_error(struct magic_set *, int, const char *, ...)
|
| /freebsd-14.2/crypto/openssl/engines/ |
| H A D | e_loader_attic.c | 1512 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()
|