Searched refs:hmagic (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/file/dist/src/ |
| D | magic.c | 183 static const char hmagic[] = "/.magic/magic.mgc"; in get_default_magic() local 207 if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 0) in get_default_magic() 232 _w32_append_path(&hmagicpath, "%s%s", home, hmagic); in get_default_magic() 236 _w32_append_path(&hmagicpath, "%s%s", home, hmagic); in get_default_magic() 241 "%s/Local Settings/Application Data%s", home, hmagic); in get_default_magic() 245 _w32_append_path(&hmagicpath, "%s%s", home, hmagic); in get_default_magic()
|