Searched refs:__GT_NOCREATE (Results 1 - 5 of 5) 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 Dtempname.c39 # define __GT_NOCREATE 3 macro
221 __GT_NOCREATE: simply verify that the name does not exist
307 case __GT_NOCREATE:
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h48 # define __GT_NOCREATE 3 /* just find a name not currently in use */ macro

Completed in 37 milliseconds