| tempnam.c | 65 gentemp(char *name, size_t len, const char *tmp, const char  *pfx)  function in typeref:typename:char * 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)
 
 |