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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dtempnam.c69 gentemp(char *name, size_t len, const char *tmp, const char *pfx) function
89 (f = gentemp(name, (size_t)MAXPATHLEN, tmp, pfx)) != NULL)
93 (f = gentemp(name, (size_t)MAXPATHLEN, dir, pfx)) != NULL)
96 //if ((f = gentemp(name, (size_t)MAXPATHLEN, P_tmpdir, pfx)) != NULL)
99 if ((f = gentemp(name, (size_t)MAXPATHLEN, _PATH_TMP, pfx)) != NULL)

Completed in 72 milliseconds