Home
last modified time | relevance | path

Searched defs:socketpair (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dtube.c57 #define socketpair(f, t, p, sv) pipe(sv) macro
/freebsd/lib/libc/include/
H A Dnamespace.h236 #define socketpair _socketpair macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp877 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1794 TSAN_INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int *fd) { in TSAN_INTERCEPTOR() argument