HomeSort by relevance Sort by last modified time
    Searched defs:SOCK_CLOEXEC (Results 1 - 25 of 49) sorted by null

1 2

  /external/wayland/src/
wayland-os.h 52 #ifndef SOCK_CLOEXEC
53 #define SOCK_CLOEXEC 02000000
  /external/ltp/include/lapi/
socket.h 36 #ifndef SOCK_CLOEXEC
37 # define SOCK_CLOEXEC 02000000
fcntl.h 29 #ifndef SOCK_CLOEXEC
30 # define SOCK_CLOEXEC O_CLOEXEC
  /system/core/libcutils/tests/
android_get_control_socket_test.cpp 31 #ifndef SOCK_CLOEXEC
32 #define SOCK_CLOEXEC 0
43 ASSERT_GE(fd = socket(PF_UNIX, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0), 0);
  /external/ltp/testcases/kernel/syscalls/accept4/
accept4_01.c 42 #ifndef SOCK_CLOEXEC
43 #define SOCK_CLOEXEC O_CLOEXEC
75 if (flags & SOCK_CLOEXEC)
76 tst_resm(TINFO, "SOCK_CLOEXEC");
77 if ((flags & SOCK_CLOEXEC) && (flags & SOCK_NONBLOCK))
142 ((closeonexec_flag & SOCK_CLOEXEC) != 0);
150 fdf & FD_CLOEXEC, closeonexec_flag & SOCK_CLOEXEC);
236 do_test(lfd, &conn_addr, SOCK_CLOEXEC, 0);
238 do_test(lfd, &conn_addr, SOCK_CLOEXEC, SOCK_NONBLOCK);
  /bionic/libc/include/sys/
socket.h 62 #define SOCK_CLOEXEC O_CLOEXEC
  /external/libmicrohttpd/src/microhttpd/
daemon.c 112 #ifndef SOCK_CLOEXEC
113 #define SOCK_CLOEXEC 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 65 SOCK_CLOEXEC = 02000000, /* Atomically set close-on-exec flag for the
67 #define SOCK_CLOEXEC SOCK_CLOEXEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 65 SOCK_CLOEXEC = 02000000, /* Atomically set close-on-exec flag for the
67 #define SOCK_CLOEXEC SOCK_CLOEXEC
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_solaris_amd64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_solaris_amd64.go     [all...]

Completed in 467 milliseconds

1 2