Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dtempnam.c69 gentemp(char *name, size_t len, const char *tmp, const char *pfx) in gentemp() function
89 (f = gentemp(name, (size_t)MAXPATHLEN, tmp, pfx)) != NULL) in tempnam()
93 (f = gentemp(name, (size_t)MAXPATHLEN, dir, pfx)) != NULL) in tempnam()
99 if ((f = gentemp(name, (size_t)MAXPATHLEN, _PATH_TMP, pfx)) != NULL) in tempnam()