Home
last modified time | relevance | path

Searched refs:file_apprentice (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/file/dist/src/
H A Dmagic.c327 return file_apprentice(ms, magicfile, FILE_LOAD); in magic_load()
350 return file_apprentice(ms, magicfile, FILE_COMPILE); in magic_compile()
358 return file_apprentice(ms, magicfile, FILE_CHECK); in magic_check()
366 return file_apprentice(ms, magicfile, FILE_LIST); in magic_list()
H A Dfile.h568 file_protected int file_apprentice(struct magic_set *, const char *, int);
H A Dapprentice.c740 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice() function