Searched refs:cloexec (Results 1 – 17 of 17) sorted by relevance
88 int cloexec; member100 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()
34 int cloexec) { in grpc_accept4() argument37 flags |= cloexec ? SOCK_CLOEXEC : 0; in grpc_accept4()
35 int cloexec) { in grpc_accept4() argument45 if (cloexec) { in grpc_accept4()
45 int cloexec);
100 int cloexec = 0; local146 cloexec = 1;228 (cloexec ? O_CLOEXEC : 0) |
36 /lib/cloexec.c37 /lib/cloexec.h
87 /gettext-tools/libgettextpo/cloexec.c88 /gettext-tools/libgettextpo/cloexec.h
323 * core: Correct the conditionals for {cloexec,nonblock}_ioctl (Ali Mohammad3283 * dragonflybsd: fixes for nonblocking and cloexec (Michael Neumann)
835 - failure to handle arch variations for cloexec/nonblock flags
11276 name: fd-cloexec-111295 name: fd-cloexec-211314 name: fd-cloexec-3
3951 * libsoup/soup-socket.c: add a new "cloexec" property, to set
6286 692332 GNetworkMonitorNetlink: make the netlink socket cloexec