Home
last modified time | relevance | path

Searched refs:cloexec (Results 1 – 25 of 34) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/accept4/
Daccept4_01.c97 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/
Dsocket_utils_linux.cc34 int cloexec) { in grpc_accept4() argument
37 flags |= cloexec ? SOCK_CLOEXEC : 0; in grpc_accept4()
Dsocket_utils_posix.cc35 int cloexec) { in grpc_accept4() argument
45 if (cloexec) { in grpc_accept4()
Dsocket_utils_posix.h36 int cloexec);
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_linux.cc34 int cloexec) { in grpc_accept4() argument
37 flags |= cloexec ? SOCK_CLOEXEC : 0; in grpc_accept4()
Dsocket_utils_posix.cc35 int cloexec) { in grpc_accept4() argument
45 if (cloexec) { in grpc_accept4()
Dsocket_utils_posix.h45 int cloexec);
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dandroid-cloexec-inotify-init.rst1 .. title:: clang-tidy - android-cloexec-inotify-init
3 android-cloexec-inotify-init
Dandroid-cloexec-epoll-create.rst1 .. title:: clang-tidy - android-cloexec-epoll-create
3 android-cloexec-epoll-create
Dandroid-cloexec-creat.rst1 .. title:: clang-tidy - android-cloexec-creat
3 android-cloexec-creat
Dandroid-cloexec-fopen.rst1 .. title:: clang-tidy - android-cloexec-fopen
3 android-cloexec-fopen
Dandroid-cloexec-epoll-create1.rst1 .. title:: clang-tidy - android-cloexec-epoll-create1
3 android-cloexec-epoll-create1
Dandroid-cloexec-inotify-init1.rst1 .. title:: clang-tidy - android-cloexec-inotify-init1
3 android-cloexec-inotify-init1
Dandroid-cloexec-accept4.rst1 .. title:: clang-tidy - android-cloexec-accept4
3 android-cloexec-accept4
Dandroid-cloexec-accept.rst1 .. title:: clang-tidy - android-cloexec-accept
3 android-cloexec-accept
Dandroid-cloexec-memfd-create.rst1 .. title:: clang-tidy - android-cloexec-memfd-create
3 android-cloexec-memfd-create
Dandroid-cloexec-socket.rst1 .. title:: clang-tidy - android-cloexec-socket
3 android-cloexec-socket
Dandroid-cloexec-dup.rst1 .. title:: clang-tidy - android-cloexec-dup
3 android-cloexec-dup
Dandroid-cloexec-pipe2.rst1 .. title:: clang-tidy - android-cloexec-pipe2
3 android-cloexec-pipe2
Dandroid-cloexec-pipe.rst1 .. title:: clang-tidy - android-cloexec-pipe
3 android-cloexec-pipe
Dandroid-cloexec-open.rst1 .. title:: clang-tidy - android-cloexec-open
3 android-cloexec-open
Dlist.rst35 `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-tidy1 Checks: android-cloexec-*,bugprone-*,google-explicit-constructor,android-comparison-in-temp-failure…
/external/rust/crates/libz-sys/src/zlib-ng/
Dgzlib.c45 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/
Dgzlib.c100 int cloexec = 0; local
146 cloexec = 1;
228 (cloexec ? O_CLOEXEC : 0) |

12