Searched refs:hmagicpath (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() argument 105 if (*hmagicpath == NULL) { in _w32_append_path() 106 *hmagicpath = tmppath; in _w32_append_path() 110 if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) in _w32_append_path() 113 free(*hmagicpath); in _w32_append_path() 115 *hmagicpath = newpath; in _w32_append_path() 122 _w32_get_magic_relative_to(char **hmagicpath, HINSTANCE module) in _w32_get_magic_relative_to() argument 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() 179 char *home, *hmagicpath; in get_default_magic() local [all …]
|