HomeSort by relevance Sort by last modified time
    Searched defs:IN_CLOEXEC (Results 1 - 16 of 16) sorted by null

  /bionic/libc/include/sys/
inotify.h 41 * Some third-party code uses the existence of IN_CLOEXEC/IN_NONBLOCK to detect
43 * `syscall(__NR_inotify_init1, IN_CLOEXEC)` is still valid even if the C
45 * harm adoption to the unified headers. We'll avoid defining IN_CLOEXEC and
52 #define IN_CLOEXEC O_CLOEXEC
  /external/ltp/testcases/kernel/syscalls/inotify_init/
inotify_init1_01.c 66 #define IN_CLOEXEC O_CLOEXEC
155 fd = ltp_syscall(__NR_inotify_init1, IN_CLOEXEC);
158 "inotify_init1(IN_CLOEXEC) failed");
  /bionic/libc/kernel/uapi/linux/
inotify.h 55 #define IN_CLOEXEC O_CLOEXEC
  /external/kernel-headers/original/uapi/linux/
inotify.h 72 #define IN_CLOEXEC O_CLOEXEC
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go 694 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_amd64.go 694 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_arm.go 693 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_arm64.go 696 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_mips.go 693 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_mips64.go 693 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_mips64le.go 693 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_mipsle.go 693 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_ppc64.go 693 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_ppc64le.go 693 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_s390x.go 693 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_sparc64.go 562 IN_CLOEXEC = 0x400000
    [all...]

Completed in 1329 milliseconds