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

/freebsd-11-stable/contrib/file/src/
H A Dmagic.c89 _w32_append_path(char **hmagicpath, const char *fmt, ...) argument
105 if (*hmagicpath == NULL) {
106 *hmagicpath = tmppath;
110 if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0)
113 free(*hmagicpath);
115 *hmagicpath = newpath;
122 _w32_get_magic_relative_to(char **hmagicpath, HINSTANCE module) argument
148 _w32_append_path(hmagicpath,
154 _w32_append_path(hmagicpath, trypaths[sp], dllpath);
177 char *home, *hmagicpath; local
[all...]

Completed in 115 milliseconds