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

/netbsd-current/external/bsd/file/dist/src/
H A Dmagic.c183 static const char hmagic[] = "/.magic/magic.mgc"; local
207 if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 0)
232 _w32_append_path(&hmagicpath, "%s%s", home, hmagic);
236 _w32_append_path(&hmagicpath, "%s%s", home, hmagic);
241 "%s/Local Settings/Application Data%s", home, hmagic);
245 _w32_append_path(&hmagicpath, "%s%s", home, hmagic);

Completed in 89 milliseconds