Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/file/src/
H A Dmagic.c126 static const char *trypaths[] = { in _w32_get_magic_relative_to() local
155 for (sp = 0; sp < __arraycount(trypaths); sp++) in _w32_get_magic_relative_to()
156 _w32_append_path(hmagicpath, trypaths[sp], dllpath); in _w32_get_magic_relative_to()