HomeSort by relevance Sort by last modified time
    Searched refs:O_CLOEXEC (Results 1 - 25 of 757) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
accept4.c 33 #if defined HAVE_ACCEPT4 && defined O_CLOEXEC
36 # define SUFFIX_ARGS , O_CLOEXEC
42 SKIP_MAIN_UNDEFINED("HAVE_ACCEPT4 && O_CLOEXEC")
eventfd.c 33 #if defined __NR_eventfd2 && defined O_CLOEXEC
39 if (syscall(__NR_eventfd2, -1L, 1 | O_CLOEXEC | O_NONBLOCK))
46 SKIP_MAIN_UNDEFINED("__NR_eventfd2 && O_CLOEXEC")
epoll_create1.c 32 #if defined __NR_epoll_create1 && defined O_CLOEXEC
40 long rc = syscall(__NR_epoll_create1, O_CLOEXEC);
43 rc = syscall(__NR_epoll_create1, O_CLOEXEC | O_NONBLOCK);
53 SKIP_MAIN_UNDEFINED("__NR_epoll_create1 && O_CLOEXEC")
dup3.c 5 #if defined __NR_dup3 && defined O_CLOEXEC
16 long rc = syscall(__NR_dup3, fd_old, fd_new, O_CLOEXEC);
17 printf("dup3(%d, %d, O_CLOEXEC) = %ld %s (%m)\n",
26 SKIP_MAIN_UNDEFINED("__NR_dup3 && && O_CLOEXEC")
userfaultfd.c 33 #if defined __NR_userfaultfd && defined O_CLOEXEC
41 long rc = syscall(__NR_userfaultfd, 1 | O_NONBLOCK | O_CLOEXEC);
42 printf("userfaultfd(O_NONBLOCK|O_CLOEXEC|0x1) = %ld %s (%m)\n",
50 SKIP_MAIN_UNDEFINED("__NR_userfaultfd && O_CLOEXEC")
  /external/strace/tests-m32/
accept4.c 33 #if defined HAVE_ACCEPT4 && defined O_CLOEXEC
36 # define SUFFIX_ARGS , O_CLOEXEC
42 SKIP_MAIN_UNDEFINED("HAVE_ACCEPT4 && O_CLOEXEC")
eventfd.c 33 #if defined __NR_eventfd2 && defined O_CLOEXEC
39 if (syscall(__NR_eventfd2, -1L, 1 | O_CLOEXEC | O_NONBLOCK))
46 SKIP_MAIN_UNDEFINED("__NR_eventfd2 && O_CLOEXEC")
epoll_create1.c 32 #if defined __NR_epoll_create1 && defined O_CLOEXEC
40 long rc = syscall(__NR_epoll_create1, O_CLOEXEC);
43 rc = syscall(__NR_epoll_create1, O_CLOEXEC | O_NONBLOCK);
53 SKIP_MAIN_UNDEFINED("__NR_epoll_create1 && O_CLOEXEC")
dup3.c 5 #if defined __NR_dup3 && defined O_CLOEXEC
16 long rc = syscall(__NR_dup3, fd_old, fd_new, O_CLOEXEC);
17 printf("dup3(%d, %d, O_CLOEXEC) = %ld %s (%m)\n",
26 SKIP_MAIN_UNDEFINED("__NR_dup3 && && O_CLOEXEC")
userfaultfd.c 33 #if defined __NR_userfaultfd && defined O_CLOEXEC
41 long rc = syscall(__NR_userfaultfd, 1 | O_NONBLOCK | O_CLOEXEC);
42 printf("userfaultfd(O_NONBLOCK|O_CLOEXEC|0x1) = %ld %s (%m)\n",
50 SKIP_MAIN_UNDEFINED("__NR_userfaultfd && O_CLOEXEC")
  /external/strace/tests-mx32/
accept4.c 33 #if defined HAVE_ACCEPT4 && defined O_CLOEXEC
36 # define SUFFIX_ARGS , O_CLOEXEC
42 SKIP_MAIN_UNDEFINED("HAVE_ACCEPT4 && O_CLOEXEC")
eventfd.c 33 #if defined __NR_eventfd2 && defined O_CLOEXEC
39 if (syscall(__NR_eventfd2, -1L, 1 | O_CLOEXEC | O_NONBLOCK))
46 SKIP_MAIN_UNDEFINED("__NR_eventfd2 && O_CLOEXEC")
epoll_create1.c 32 #if defined __NR_epoll_create1 && defined O_CLOEXEC
40 long rc = syscall(__NR_epoll_create1, O_CLOEXEC);
43 rc = syscall(__NR_epoll_create1, O_CLOEXEC | O_NONBLOCK);
53 SKIP_MAIN_UNDEFINED("__NR_epoll_create1 && O_CLOEXEC")
dup3.c 5 #if defined __NR_dup3 && defined O_CLOEXEC
16 long rc = syscall(__NR_dup3, fd_old, fd_new, O_CLOEXEC);
17 printf("dup3(%d, %d, O_CLOEXEC) = %ld %s (%m)\n",
26 SKIP_MAIN_UNDEFINED("__NR_dup3 && && O_CLOEXEC")
userfaultfd.c 33 #if defined __NR_userfaultfd && defined O_CLOEXEC
41 long rc = syscall(__NR_userfaultfd, 1 | O_NONBLOCK | O_CLOEXEC);
42 printf("userfaultfd(O_NONBLOCK|O_CLOEXEC|0x1) = %ld %s (%m)\n",
50 SKIP_MAIN_UNDEFINED("__NR_userfaultfd && O_CLOEXEC")
  /external/strace/xlat/
timerfdflags.in 5 #if defined TFD_CLOEXEC || defined O_CLOEXEC
6 TFD_CLOEXEC O_CLOEXEC
uffd_flags.h 14 #if defined(O_CLOEXEC) || (defined(HAVE_DECL_O_CLOEXEC) && HAVE_DECL_O_CLOEXEC)
15 XLAT(O_CLOEXEC),
epollflags.h 2 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC
4 # define EPOLL_CLOEXEC O_CLOEXEC
16 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC
inotify_init_flags.h 5 #if defined IN_CLOEXEC || defined O_CLOEXEC
7 # define IN_CLOEXEC O_CLOEXEC
20 #if defined IN_CLOEXEC || defined O_CLOEXEC
sfd_flags.h 2 #if defined SFD_CLOEXEC || defined O_CLOEXEC
4 # define SFD_CLOEXEC O_CLOEXEC
19 #if defined SFD_CLOEXEC || defined O_CLOEXEC
efd_flags.h 5 #if defined EFD_CLOEXEC || defined O_CLOEXEC
7 # define EFD_CLOEXEC O_CLOEXEC
23 #if defined EFD_CLOEXEC || defined O_CLOEXEC
timerfdflags.h 8 #if defined TFD_CLOEXEC || defined O_CLOEXEC
10 # define TFD_CLOEXEC O_CLOEXEC
29 #if defined TFD_CLOEXEC || defined O_CLOEXEC
  /bionic/libc/kernel/uapi/linux/
timerfd.h 27 #define TFD_CLOEXEC O_CLOEXEC
  /external/bison/lib/
dup-safer-flag.c 30 STDERR_FILENO. If FLAG contains O_CLOEXEC, behave like
36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD,
  /external/kernel-headers/original/uapi/linux/
timerfd.h 13 /* For O_CLOEXEC and O_NONBLOCK */
31 #define TFD_CLOEXEC O_CLOEXEC

Completed in 1944 milliseconds

1 2 3 4 5 6 7 8 91011>>