Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dmagic.c95 _w32_append_path(char **hmagicpath, const char *fmt, ...) in _w32_append_path() argument
111 if (*hmagicpath == NULL) { in _w32_append_path()
112 *hmagicpath = tmppath; in _w32_append_path()
116 if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) in _w32_append_path()
119 free(*hmagicpath); in _w32_append_path()
121 *hmagicpath = newpath; in _w32_append_path()
128 _w32_get_magic_relative_to(char **hmagicpath, HINSTANCE module) in _w32_get_magic_relative_to() argument
154 _w32_append_path(hmagicpath, in _w32_get_magic_relative_to()
160 _w32_append_path(hmagicpath, trypaths[sp], dllpath); in _w32_get_magic_relative_to()
185 char *home, *hmagicpath; in get_default_magic() local
[all …]