HomeSort by: relevance | last modified time | path
    Searched refs:hmagicpath (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 42 milliseconds