Searched refs:__gen_tempname (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtmpnam_r.c36 if (__gen_tempname(s, __GT_NOCREATE))
H A Dtmpnam.c45 if (__builtin_expect(__gen_tempname(tmpbuf, __GT_NOCREATE), 0))
H A Dtempnam.c44 if (__gen_tempname(buffer, __GT_NOCREATE))
H A Dtmpfile.c48 fd = __gen_tempname (buf, GEN_THIS);
H A Dtempname.c137 int __gen_tempname(char *tmpl, int kind);
217 does not exist at the time of the call to __gen_tempname. TMPL is
230 __gen_tempname (char *tmpl, int kind) function
308 /* This case is backward from the other three. __gen_tempname
326 assert (! "invalid KIND in __gen_tempname");
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h43 extern int __gen_tempname (char *__tmpl, int __kind);
44 /* The __kind argument to __gen_tempname may be one of: */
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c763 void __gen_tempname() {} function
H A Dlibroot_stubs_legacy.c591 void __gen_tempname() {} function

Completed in 229 milliseconds