Home
last modified time | relevance | path

Searched refs:socketpair (Results 1 – 25 of 26) sorted by relevance

12

/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dpoll8 tst pipe_socketpair note{ use socketpair() for peekable pipe() }end execute{
34 socketpair(AF_UNIX, SOCK_STREAM, 0, sfd) < 0 ||
60 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sfd) < 0 ||
69 tst socketpair_devfd note{ /dev/fd/N handles socketpair() }end execute{
85 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sfd) < 0 ||
97 tst socketpair_shutdown_mode note{ fchmod() after socketpair() shutdown() }end execute{
107 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sfd) < 0 ||
/titanic_53/usr/src/uts/common/sys/
H A Dsocket.h504 #pragma redefine_extname socketpair __xnet_socketpair
513 #define socketpair __xnet_socketpair macro
536 extern int socketpair(int, int, int, int *);
/titanic_53/usr/src/lib/libbc/libc/sys/common/
H A Dsocketpair.c36 socketpair(family, type, protocol, sv) in socketpair() function
/titanic_53/usr/src/lib/libsocket/socket/
H A Dsocketpair.c56 #pragma weak socketpair = _socketpair macro
/titanic_53/usr/src/lib/libsocket/
H A DMakefile.com36 SOCKOBJS = _soutil.o sockatmark.o socket.o socketpair.o weaks.o
/titanic_53/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-misc.c177 socketpair(AF_UNIX, SOCK_STREAM, 0, fds); in lpd_open()
/titanic_53/usr/src/lib/libsocket/common/
H A Dllib-lsocket76 /* socketpair.c */
77 int socketpair(int domain, int type, int protocol, int sv[]);
H A Dmapfile-vers164 socketpair;
/titanic_53/usr/src/ucbcmd/sbcp/
H A Dsyscalls.list159 socketpair SIMPLE /* 135 = 5, socketpair */
/titanic_53/usr/src/man/man3xnet/
H A DMakefile50 socketpair.3xnet
/titanic_53/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dlib86 #define _lib_socketpair 1 /* socketpair() in default lib(s) */
151 #define _socket_peek 1 /* recv(MSG_PEEK) works on socketpair() */
/titanic_53/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dlib86 #define _lib_socketpair 1 /* socketpair() in default lib(s) */
151 #define _socket_peek 1 /* recv(MSG_PEEK) works on socketpair() */
/titanic_53/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dlib86 #define _lib_socketpair 1 /* socketpair() in default lib(s) */
162 #define _socket_peek 1 /* recv(MSG_PEEK) works on socketpair() */
/titanic_53/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dlib86 #define _lib_socketpair 1 /* socketpair() in default lib(s) */
162 #define _socket_peek 1 /* recv(MSG_PEEK) works on socketpair() */
/titanic_53/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib34 lib sigprocmask,sigsetmask,sigunblock,sigvec,socketpair
404 tst socket_peek note{ recv(MSG_PEEK) works on socketpair() }end execute{
417 if (socketpair(AF_UNIX, SOCK_STREAM, 0, fds))
/titanic_53/usr/src/boot/sys/sys/
H A Dsocket.h648 int socketpair(int, int, int, int *);
/titanic_53/usr/src/pkg/manifests/
H A Dsystem-library.man3xnet.inc46 file path=usr/share/man/man3xnet/socketpair.3xnet
H A Dsystem-library.man3socket.inc54 file path=usr/share/man/man3socket/socketpair.3socket
/titanic_53/usr/src/man/man3socket/
H A DMakefile58 socketpair.3socket \
/titanic_53/usr/src/lib/libxnet/common/
H A Dmapfile-vers169 socketpair { TYPE = FUNCTION; FILTER = libsocket.so.1 };
/titanic_53/usr/src/contrib/ast/src/lib/libast/misc/
H A Dprocopen.c490 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pio)) in procopen()
/titanic_53/usr/src/lib/libbc/sparc/
H A DMakefile139 setsockopt.o shutdown.o socket.o socketpair.o setsid.o sigaction.o
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c96 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||fchmo…
98 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||shutd…
/titanic_53/usr/src/lib/libbsm/
H A Daudit_event.txt224 186:AUE_SOCKETPAIR:socketpair(2):no
/titanic_53/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c675 if (socketpair(AF_DNSSD, SOCK_STREAM, 0, sp) < 0) deliver_request_bailout("socketpair"); in deliver_request()

12