Searched refs:magic_compile (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/file/
H A Dmagic.h95 int magic_compile(magic_t, const char *);
H A Dfile.c298 c = magic_compile(magic, magicfile);
H A Dmagic.c306 magic_compile(struct magic_set *ms, const char *magicfile) function
H A Dapprentice.c165 ret = magic_compile(ms, argv[1]) == -1 ? 1 : 0;

Completed in 89 milliseconds