/external/ltp/testcases/kernel/syscalls/accept4/ |
D | accept4_01.c | 97 int cloexec; member 119 tcase->cloexec | tcase->nonblock)); in verify_accept4() 122 tcase->cloexec | tcase->nonblock)); in verify_accept4() 136 fdf_pass = fd_cloexec == !!tcase->cloexec; in verify_accept4() 139 fd_cloexec, !!tcase->cloexec); in verify_accept4()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | socket_utils_linux.cc | 34 int cloexec) { in grpc_accept4() argument 37 flags |= cloexec ? SOCK_CLOEXEC : 0; in grpc_accept4()
|
D | socket_utils_posix.cc | 35 int cloexec) { in grpc_accept4() argument 45 if (cloexec) { in grpc_accept4()
|
D | socket_utils_posix.h | 36 int cloexec);
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | socket_utils_linux.cc | 34 int cloexec) { in grpc_accept4() argument 37 flags |= cloexec ? SOCK_CLOEXEC : 0; in grpc_accept4()
|
D | socket_utils_posix.cc | 35 int cloexec) { in grpc_accept4() argument 45 if (cloexec) { in grpc_accept4()
|
D | socket_utils_posix.h | 45 int cloexec);
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | android-cloexec-inotify-init.rst | 1 .. title:: clang-tidy - android-cloexec-inotify-init 3 android-cloexec-inotify-init
|
D | android-cloexec-epoll-create.rst | 1 .. title:: clang-tidy - android-cloexec-epoll-create 3 android-cloexec-epoll-create
|
D | android-cloexec-creat.rst | 1 .. title:: clang-tidy - android-cloexec-creat 3 android-cloexec-creat
|
D | android-cloexec-fopen.rst | 1 .. title:: clang-tidy - android-cloexec-fopen 3 android-cloexec-fopen
|
D | android-cloexec-epoll-create1.rst | 1 .. title:: clang-tidy - android-cloexec-epoll-create1 3 android-cloexec-epoll-create1
|
D | android-cloexec-inotify-init1.rst | 1 .. title:: clang-tidy - android-cloexec-inotify-init1 3 android-cloexec-inotify-init1
|
D | android-cloexec-accept4.rst | 1 .. title:: clang-tidy - android-cloexec-accept4 3 android-cloexec-accept4
|
D | android-cloexec-accept.rst | 1 .. title:: clang-tidy - android-cloexec-accept 3 android-cloexec-accept
|
D | android-cloexec-memfd-create.rst | 1 .. title:: clang-tidy - android-cloexec-memfd-create 3 android-cloexec-memfd-create
|
D | android-cloexec-socket.rst | 1 .. title:: clang-tidy - android-cloexec-socket 3 android-cloexec-socket
|
D | android-cloexec-dup.rst | 1 .. title:: clang-tidy - android-cloexec-dup 3 android-cloexec-dup
|
D | android-cloexec-pipe2.rst | 1 .. title:: clang-tidy - android-cloexec-pipe2 3 android-cloexec-pipe2
|
D | android-cloexec-pipe.rst | 1 .. title:: clang-tidy - android-cloexec-pipe 3 android-cloexec-pipe
|
D | android-cloexec-open.rst | 1 .. title:: clang-tidy - android-cloexec-open 3 android-cloexec-open
|
D | list.rst | 35 `android-cloexec-accept <android-cloexec-accept.html>`_, "Yes" 36 `android-cloexec-accept4 <android-cloexec-accept4.html>`_, 37 `android-cloexec-creat <android-cloexec-creat.html>`_, "Yes" 38 `android-cloexec-dup <android-cloexec-dup.html>`_, "Yes" 39 `android-cloexec-epoll-create <android-cloexec-epoll-create.html>`_, 40 `android-cloexec-epoll-create1 <android-cloexec-epoll-create1.html>`_, 41 `android-cloexec-fopen <android-cloexec-fopen.html>`_, 42 `android-cloexec-inotify-init <android-cloexec-inotify-init.html>`_, 43 `android-cloexec-inotify-init1 <android-cloexec-inotify-init1.html>`_, 44 `android-cloexec-memfd-create <android-cloexec-memfd-create.html>`_, [all …]
|
/external/perfetto/ |
D | .clang-tidy | 1 Checks: android-cloexec-*,bugprone-*,google-explicit-constructor,android-comparison-in-temp-failure…
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | gzlib.c | 45 int cloexec = 0; in gz_open() local 91 cloexec = 1; in gz_open() 170 (cloexec ? O_CLOEXEC : 0) | in gz_open()
|
/external/angle/third_party/zlib/ |
D | gzlib.c | 100 int cloexec = 0; local 146 cloexec = 1; 228 (cloexec ? O_CLOEXEC : 0) |
|