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

/freebsd-10.0-release/contrib/file/
H A Dmagic.c90 static const char hmagic[] = "/.magic/magic.mgc"; local
110 if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 0)
155 hmagic) < 0)
158 if (asprintf(&tmppath, "%s%s", home, hmagic) < 0)
166 if (asprintf(&tmppath, "%s%s", home, hmagic) >= 0)

Completed in 127 milliseconds