Searched refs:_w32_append_path (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | magic.c | 89 _w32_append_path(char **hmagicpath, const char *fmt, ...) in _w32_append_path() function 148 _w32_append_path(hmagicpath, in _w32_get_magic_relative_to() 154 _w32_append_path(hmagicpath, trypaths[sp], dllpath); in _w32_get_magic_relative_to() 226 _w32_append_path(&hmagicpath, "%s%s", home, hmagic); in get_default_magic() 230 _w32_append_path(&hmagicpath, "%s%s", home, hmagic); in get_default_magic() 234 _w32_append_path(&hmagicpath, in get_default_magic() 239 _w32_append_path(&hmagicpath, "%s%s", home, hmagic); in get_default_magic()
|