HomeSort by: relevance | last modified time | path
    Searched defs:dllpath (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/file/dist/src/
magic.c 134 LPSTR dllpath; local
137 dllpath = calloc(MAX_PATH + 1, sizeof(*dllpath));
139 if (!GetModuleFileNameA(module, dllpath, MAX_PATH))
142 PathRemoveFileSpecA(dllpath);
148 if (stricmp(exepath, dllpath) == 0)
152 sp = strlen(dllpath);
153 if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) {
155 "%s/../share/misc/magic.mgc", dllpath);
160 _w32_append_path(hmagicpath, trypaths[sp], dllpath);
    [all...]

Completed in 20 milliseconds