Searched refs:O_CLOEXEC (Results 1 – 17 of 17) sorted by relevance
46 O_RDONLY | O_CLOEXEC); in check_may_shrink_heap()
43 O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
99 int fd = __open_nocancel (procfname, O_RDONLY | O_CLOEXEC); in __sysconf()
121 const int flags = O_RDONLY | O_CLOEXEC; in get_nproc_stat()151 const int flags = O_RDONLY | O_CLOEXEC; in __get_nprocs()
27 opendir_oflags = O_RDONLY|O_NDELAY|O_DIRECTORY|O_LARGEFILE|O_CLOEXEC
70 if (pipe2 (pipefd, O_CLOEXEC)) in do_test()
39 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __pipe2()
30 int open_flags = O_RDONLY | O_CLOEXEC; in __getrandom()
36 if ((flags & ~O_CLOEXEC in __dup3()119 if (flags & O_CLOEXEC) in __dup3()
37 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __socket()
49 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __libc_accept4()
82 int flags = O_RDONLY | O_NONBLOCK | O_DIRECTORY | O_CLOEXEC; in __opendirat()
41 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __socketpair()
293 assert (!(flags & ~(O_READ | O_CLOEXEC))); in open_file()
123 # define O_CLOEXEC 0x00400000 /* Set FD_CLOEXEC. */ macro
144 # define O_CLOEXEC __O_CLOEXEC /* Set close_on_exec. */ macro
Completed in 25 milliseconds