gentemp
(f = gentemp(name, (size_t)MAXPATHLEN, tmp, pfx)) != NULL)
(f = gentemp(name, (size_t)MAXPATHLEN, dir, pfx)) != NULL)
if ((f = gentemp(name, (size_t)MAXPATHLEN, P_tmpdir, pfx)) != NULL)
if ((f = gentemp(name, (size_t)MAXPATHLEN, _PATH_TMP, pfx)) != NULL)