Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dmagic.c263 return action == FILE_LOAD ? get_default_magic() : MAGIC; in magic_getpath()
321 return file_apprentice(ms, magicfile, FILE_LOAD); in magic_load()
H A Dfile.h187 #define FILE_LOAD 0 macro
H A Dapprentice.c794 if (action == FILE_LOAD) in file_apprentice()
804 case FILE_LOAD: in file_apprentice()