Searched refs:tmpnam (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtmpnam.c30 tmpnam (char *s) function
54 //link_warning (tmpnam, "the use of `tmpnam' is dangerous, better use `mkstemp'")
/haiku/src/tests/apps/haikudepot/
H A DTarArchiveServiceTest.cpp69 path.SetTo(tmpnam(NULL));
/haiku/headers/cpp/
H A Diostdio.h102 #define tmpnam ??? __P((char*))
/haiku/src/bin/
H A Dunchop.c175 char *tmp = tmpnam(NULL);
/haiku/headers/private/kernel/boot/
H A Dstdio.h75 extern char *tmpnam(char *nameBuffer);
/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp51 BPath temporaryFilePath(tmpnam(NULL), NULL, true);
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp244 BPath temporaryFilePath(tmpnam(NULL), NULL, true);
284 const char* tmpPath = tmpnam(NULL);
/haiku/headers/posix/
H A Dstdio.h198 extern char *tmpnam(char *nameBuffer);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h136 /* Default path prefix for `tempnam' and `tmpnam'. */
142 L_tmpnam How long an array of chars must be to be passed to `tmpnam'.
143 TMP_MAX The minimum number of unique filenames generated by tmpnam
144 (and tempnam when it uses tmpnam's name space),
183 extern char *tmpnam (char *__s) __THROW;
191 /* This is the reentrant variant of `tmpnam'. The only difference is
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2591 void tmpnam() {} function
H A Dlibroot_stubs_legacy.c2576 void tmpnam() {} function

Completed in 299 milliseconds