Lines Matching refs:file_error

366  			file_error(ms, errno, "cannot read magic file `%s'",
680 file_error(ms, errno, "cannot stat `%s'", dbname);
686 file_error(ms, 0, "file `%s' is too %s", dbname,
697 - file_error(ms, errno, "cannot map `%s'", dbname);
721 - file_error(ms, errno, "cannot mprotect `%s'", dbname);
754 file_error(ms, 0, "bad magic in `%s'", dbname);
764 - file_error(ms, 0, "File %s supports only version %d magic "
766 + file_error(ms, 0, "File %d.%d supports only version %d magic "
774 - file_error(ms, 0, "Size of `%s' %" SIZE_T_FORMAT "u is not "
791 + file_error(ms, 0, "Size of `%s' %llu is not a multiple of %zu",
805 file_error(ms, 0, "Inconsistent entries in `%s' %u != %u",
857 file_error(ms, errno, "cannot open `%s'", dbname);
866 file_error(ms, errno, "error writing `%s'", dbname);
875 file_error(ms, errno, "error writing `%s'", dbname);
1858 -protected void file_error(struct magic_set *, int, const char *, ...)
1864 +protected void file_error(struct magic_set *, int, const char *, ...);
2016 - file_error(ms, err,
2202 - file_error(ms, errno, "unreadable symlink `%s'",
2204 + file_error(ms, errno, "unreadable symlink `%s'", fn);
2241 - file_error(ms, 0,
2336 - file_error(ms, 0, "Bad magic format `%s' (%s)", fmt, tbuf);
2345 - file_error(ms, 0, "Output buffer space exceeded %d+%zu", len,
2363 - file_error(ms, errno, "vasprintf failed");
3066 + file_error(ms, errno, "cannot stat `%s'", inname);
3104 - file_error(ms, errno, "cannot read fd %d", fd);
3106 - file_error(ms, errno, "cannot read `%s'",
3111 + file_error(ms, errno, "cannot read `%s'", inname);
3603 - file_error(ms, errno,