Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dmagic.c124 static const char *trypaths[] = { in _w32_get_magic_relative_to() local
153 for (sp = 0; sp < __arraycount(trypaths); sp++) in _w32_get_magic_relative_to()
154 _w32_append_path(hmagicpath, trypaths[sp], dllpath); in _w32_get_magic_relative_to()