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

/netbsd-current/lib/libc/stdio/
H A Dtempnam.c65 gentemp(char *name, size_t len, const char *tmp, const char *pfx) function
85 (f = gentemp(name, (size_t)MAXPATHLEN, tmp, pfx)) != NULL)
89 (f = gentemp(name, (size_t)MAXPATHLEN, dir, pfx)) != NULL)
92 if ((f = gentemp(name, (size_t)MAXPATHLEN, P_tmpdir, pfx)) != NULL)
95 if ((f = gentemp(name, (size_t)MAXPATHLEN, _PATH_TMP, pfx)) != NULL)

Completed in 169 milliseconds