HomeSort by: relevance | last modified time | path
    Searched defs:gentemp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
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)
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)

Completed in 26 milliseconds