Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/accept4/
Daccept4_01.c88 int cloexec; member
100 int flags = tcase->cloexec | tcase->nonblock; in verify_accept4()
133 fdf_pass = fd_cloexec == !!tcase->cloexec; in verify_accept4()
136 fd_cloexec, !!tcase->cloexec); in verify_accept4()
/third_party/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);
/third_party/flutter/skia/third_party/externals/zlib/
Dgzlib.c100 int cloexec = 0; local
146 cloexec = 1;
228 (cloexec ? O_CLOEXEC : 0) |
/third_party/skia/third_party/externals/zlib/
Dgzlib.c100 int cloexec = 0; local
146 cloexec = 1;
228 (cloexec ? O_CLOEXEC : 0) |
/third_party/node/deps/zlib/
Dgzlib.c100 int cloexec = 0; local
146 cloexec = 1;
228 (cloexec ? O_CLOEXEC : 0) |
/third_party/zlib/
Dgzlib.c100 int cloexec = 0; local
146 cloexec = 1;
228 (cloexec ? O_CLOEXEC : 0) |
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dgzlib.c100 int cloexec = 0; local
146 cloexec = 1;
228 (cloexec ? O_CLOEXEC : 0) |
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dgzlib.c100 int cloexec = 0; local
146 cloexec = 1;
228 (cloexec ? O_CLOEXEC : 0) |
/third_party/gettext/libtextstyle/
D.gitignore36 /lib/cloexec.c
37 /lib/cloexec.h
/third_party/gettext/
D.gitignore87 /gettext-tools/libgettextpo/cloexec.c
88 /gettext-tools/libgettextpo/cloexec.h
/third_party/libuv/
DChangeLog323 * core: Correct the conditionals for {cloexec,nonblock}_ioctl (Ali Mohammad
3283 * dragonflybsd: fixes for nonblocking and cloexec (Michael Neumann)
/third_party/musl/
DWHATSNEW835 - failure to handle arch variations for cloexec/nonblock flags
/third_party/mksh/
Dcheck.t11276 name: fd-cloexec-1
11295 name: fd-cloexec-2
11314 name: fd-cloexec-3
/third_party/libsoup/
DChangeLog.pre-git3951 * libsoup/soup-socket.c: add a new "cloexec" property, to set
/third_party/glib/
DNEWS6286 692332 GNetworkMonitorNetlink: make the netlink socket cloexec