Searched refs:LINUX_O_CLOEXEC (Results 1 – 5 of 5) sorted by relevance
57 #define LINUX_TFD_CLOEXEC LINUX_O_CLOEXEC
131 if ((args->flags & ~(LINUX_O_CLOEXEC)) != 0) in linux_epoll_create1()135 if ((args->flags & LINUX_O_CLOEXEC) != 0) in linux_epoll_create1()593 if ((args->flags & ~(LINUX_O_CLOEXEC | LINUX_O_NONBLOCK | in linux_eventfd2()597 if ((args->flags & LINUX_O_CLOEXEC) != 0) in linux_eventfd2()
99 #define LINUX_O_CLOEXEC 002000000 macro
118 #define LINUX_SOCK_CLOEXEC LINUX_O_CLOEXEC
131 if (l_flags & LINUX_O_CLOEXEC) in linux_common_openflags()1712 if ((args->flags & ~(LINUX_O_NONBLOCK | LINUX_O_CLOEXEC)) != 0) in linux_pipe2()1718 if ((args->flags & LINUX_O_CLOEXEC) != 0) in linux_pipe2()1741 if ((args->flags & ~LINUX_O_CLOEXEC) != 0) in linux_dup3()1743 if (args->flags & LINUX_O_CLOEXEC) in linux_dup3()