Searched refs:file_apprentice (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/file/src/ |
| H A D | magic.c | 322 return file_apprentice(ms, magicfile, FILE_LOAD); in magic_load() 345 return file_apprentice(ms, magicfile, FILE_COMPILE); in magic_compile() 353 return file_apprentice(ms, magicfile, FILE_CHECK); in magic_check() 361 return file_apprentice(ms, magicfile, FILE_LIST); in magic_list()
|
| H A D | file.h | 589 file_protected int file_apprentice(struct magic_set *, const char *, int);
|
| H A D | apprentice.c | 725 file_apprentice(struct magic_set *ms, const char *fn, int action) in buffer_apprentice() 742 file_apprentice(struct magic_set *ms, const char *fn, int action) file_apprentice() function
|