Home
last modified time | relevance | path

Searched refs:SOCK_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/external/qemu/
Dosdep.c153 #ifdef SOCK_CLOEXEC in qemu_socket()
154 ret = socket(domain, type | SOCK_CLOEXEC, protocol); in qemu_socket()
175 ret = accept4(s, addr, addrlen, SOCK_CLOEXEC); in qemu_accept()
/external/kernel-headers/original/asm-mips/
Dsocket.h120 #define SOCK_CLOEXEC O_CLOEXEC macro
/external/dbus/dbus/
Dsd-daemon.c328 #if defined(DISABLE_SYSTEMD) || !defined(__linux__) || !defined(SOCK_CLOEXEC) in sd_notify()
351 if ((fd = socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0)) < 0) { in sd_notify()
Ddbus-sysdeps-unix.c106 #ifdef SOCK_CLOEXEC in _dbus_open_socket()
109 *fd_p = socket (domain, type | SOCK_CLOEXEC, protocol); in _dbus_open_socket()
121 #ifdef SOCK_CLOEXEC in _dbus_open_socket()
1854 client_fd = accept4 (listen_fd, &addr, &addrlen, SOCK_CLOEXEC); in _dbus_accept()
2941 #ifdef SOCK_CLOEXEC in _dbus_full_duplex_pipe()
2944 retval = socketpair(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0, fds); in _dbus_full_duplex_pipe()
2962 #ifdef SOCK_CLOEXEC in _dbus_full_duplex_pipe()
/external/strace/
Dnet.c341 #ifdef SOCK_CLOEXEC
342 { SOCK_CLOEXEC, "SOCK_CLOEXEC" },