Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
HDmagic.c263 return action == FILE_LOAD ? get_default_magic() : MAGIC; in magic_getpath()
321 return file_apprentice(ms, magicfile, FILE_LOAD); in magic_load()
HDfile.h169 #define FILE_LOAD 0 macro
HDapprentice.c794 if (action == FILE_LOAD) in file_apprentice()
804 case FILE_LOAD: in file_apprentice()