Home
last modified time | relevance | path

Searched refs:O_CLOEXEC (Results 1 – 17 of 17) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dmalloc-sysdep.h46 O_RDONLY | O_CLOEXEC); in check_may_shrink_heap()
A Dfchmodat.c43 O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
A Dsysconf.c99 int fd = __open_nocancel (procfname, O_RDONLY | O_CLOEXEC); in __sysconf()
A Dgetsysstats.c121 const int flags = O_RDONLY | O_CLOEXEC; in get_nproc_stat()
151 const int flags = O_RDONLY | O_CLOEXEC; in __get_nprocs()
A Dopendir.c27 opendir_oflags = O_RDONLY|O_NDELAY|O_DIRECTORY|O_LARGEFILE|O_CLOEXEC
A Dtst-clone2-internal.c70 if (pipe2 (pipefd, O_CLOEXEC)) in do_test()
A Dtst-clone2.c70 if (pipe2 (pipefd, O_CLOEXEC)) in do_test()
/sysdeps/mach/hurd/
A Dpipe2.c39 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __pipe2()
A Dgetrandom.c30 int open_flags = O_RDONLY | O_CLOEXEC; in __getrandom()
A Ddup3.c36 if ((flags & ~O_CLOEXEC in __dup3()
119 if (flags & O_CLOEXEC) in __dup3()
A Dsocket.c37 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __socket()
A Daccept4.c49 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __libc_accept4()
A Dopendir.c82 int flags = O_RDONLY | O_NONBLOCK | O_DIRECTORY | O_CLOEXEC; in __opendirat()
A Dsocketpair.c41 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __socketpair()
A Ddl-sysdep.c293 assert (!(flags & ~(O_READ | O_CLOEXEC))); in open_file()
/sysdeps/mach/hurd/bits/
A Dfcntl.h123 # define O_CLOEXEC 0x00400000 /* Set FD_CLOEXEC. */ macro
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h144 # define O_CLOEXEC __O_CLOEXEC /* Set close_on_exec. */ macro

Completed in 25 milliseconds