Searched refs:gentemp (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/lib/libc/stdio/ |
| D | tempnam.c | 65 gentemp(char *name, size_t len, const char *tmp, const char *pfx) in gentemp() function 85 (f = gentemp(name, (size_t)MAXPATHLEN, tmp, pfx)) != NULL) in tempnam() 89 (f = gentemp(name, (size_t)MAXPATHLEN, dir, pfx)) != NULL) in tempnam() 92 if ((f = gentemp(name, (size_t)MAXPATHLEN, P_tmpdir, pfx)) != NULL) in tempnam() 95 if ((f = gentemp(name, (size_t)MAXPATHLEN, _PATH_TMP, pfx)) != NULL) in tempnam()
|