Searched refs:magic_error (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/file/tests/
H A Dtest.c83 (void)fprintf(stderr, "ERROR loading with NULL file: %s\n", magic_error(ms));
92 (void)fprintf(stderr, "ERROR loading file %s: %s\n", argv[1], magic_error(ms));
/freebsd-10.0-release/contrib/file/
H A Dmagic.h91 const char *magic_error(magic_t);
H A Dfile.c308 magic_error(magic));
358 progname, magic_error(magic));
432 (void)printf("ERROR: %s\n", magic_error(ms));
H A Dmagic.c495 magic_error(struct magic_set *ms) function
H A Dapprentice.c167 (void)fprintf(stderr, "%s: %s\n", progname, magic_error(ms));

Completed in 93 milliseconds