Home
last modified time | relevance | path

Searched refs:magic_compile (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/file/dist/python/
H A Dmagic.py102 _compile = _libraries['magic'].magic_compile
/netbsd-src/external/bsd/file/dist/src/
H A Dmagic.h.in144 int magic_compile(magic_t, const char *);
H A Dmagic.c346 magic_compile(struct magic_set *ms, const char *magicfile) in magic_compile() function
H A Dfile.c407 c = magic_compile(magic, magicfile); in main()
H A Dapprentice.c219 ret = magic_compile(ms, argv[1]) == -1 ? 1 : 0; in main()