Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h84 #ifndef __O_CLOEXEC
85 # define __O_CLOEXEC 02000000 macro
144 # define O_CLOEXEC __O_CLOEXEC /* Set close_on_exec. */
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/bits/
Dfcntl.h34 #define __O_CLOEXEC 02000000 /* Set close_on_exec. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dfcntl.h34 #define __O_CLOEXEC 010000000 /* Set close_on_exec. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dfcntl.h34 #define __O_CLOEXEC 010000000 /* Set close_on_exec. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dfcntl.h37 #define __O_CLOEXEC 0x400000 /* Set close_on_exit. */ macro