Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dmagic.h.in131 const char *magic_getpath(const char *, int);
H A Dmagic.c255 magic_getpath(const char *magicfile, int action) in magic_getpath() function
H A Dfile.c331 magicfile = magic_getpath(magicfile, action); in main()
H A Dapprentice.c733 if ((fn = magic_getpath(fn, action)) == NULL) in file_apprentice()
/freebsd/contrib/file/
H A DChangeLog21 * PR/753: vmihalko: Fix race is magic_getpath()