HomeSort by: relevance | last modified time | path
    Searched defs:SOCK_CLOEXEC (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/blocklist/port/
popenve.c 90 #ifndef SOCK_CLOEXEC
91 #define SOCK_CLOEXEC 0
93 int stype = flags ? (SOCK_STREAM | SOCK_CLOEXEC) : SOCK_STREAM;
97 #if SOCK_CLOEXEC == 0
103 #if SOCK_CLOEXEC != 0
  /src/external/bsd/dhcpcd/dist/src/
if.h 233 /* Define SOCK_CLOEXEC and SOCK_NONBLOCK for systems that lack it.
235 #ifdef SOCK_CLOEXEC
238 # define SOCK_CLOEXEC 0x10000000
246 #define SOCK_CXNB SOCK_CLOEXEC | SOCK_NONBLOCK
  /src/external/gpl3/gdb/dist/gdbsupport/
filestuff.cc 54 #ifndef SOCK_CLOEXEC
55 #define SOCK_CLOEXEC 0
295 /* Like maybe_mark_cloexec, but for callers that use SOCK_CLOEXEC. */
300 if (SOCK_CLOEXEC == 0 || trust_o_cloexec <= 0)
373 int result = socketpair (domain, style | SOCK_CLOEXEC, protocol, filedes);
392 int result = socket (domain, style | SOCK_CLOEXEC, protocol);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
filestuff.cc 55 #ifndef SOCK_CLOEXEC
56 #define SOCK_CLOEXEC 0
296 /* Like maybe_mark_cloexec, but for callers that use SOCK_CLOEXEC. */
301 if (SOCK_CLOEXEC == 0 || trust_o_cloexec <= 0)
374 int result = socketpair (domain, style | SOCK_CLOEXEC, protocol, filedes);
393 int result = socket (domain, style | SOCK_CLOEXEC, protocol);
  /src/external/bsd/blocklist/lib/
bl.c 151 #ifndef SOCK_CLOEXEC
152 #define SOCK_CLOEXEC 0
162 SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK|SOCK_NOSIGPIPE, 0);
169 #if SOCK_CLOEXEC == 0
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
krb5_locl.h 186 #ifndef SOCK_CLOEXEC
187 #define SOCK_CLOEXEC 0
  /src/sys/sys/
socket.h 113 #define SOCK_CLOEXEC 0x10000000 /* set close on exec on socket */

Completed in 31 milliseconds