Home
last modified time | relevance | path

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

/glibc-2.36/stdio-common/
Dgentempfd.c22 __gen_tempfd (int flags) in __gen_tempfd() function
26 libc_hidden_def (__gen_tempfd)
Dtmpfile.c45 fd = __gen_tempfd (flags); in tmpfile()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dgentempfd.c25 __gen_tempfd (int flags) in __gen_tempfd() function
35 libc_hidden_def (__gen_tempfd)
/glibc-2.36/include/
Dstdio.h266 extern int __gen_tempfd (int flags);
267 libc_hidden_proto (__gen_tempfd) in libc_hidden_proto() argument
/glibc-2.36/ChangeLog.old/
DChangeLog.1935369 * include/stdio.h (__gen_tempfd): New function.