socketpair        180 ext/socket/socket.c         ret = socketpair(domain, type|SOCK_CLOEXEC, protocol, sv);
socketpair        187 ext/socket/socket.c         ret = socketpair(domain, type|SOCK_CLOEXEC, protocol, sv);
socketpair        196 ext/socket/socket.c             ret = socketpair(domain, type, protocol, sv);
socketpair        207 ext/socket/socket.c         ret = socketpair(domain, type, protocol, sv);
socketpair        227 ext/socket/socket.c     int ret = socketpair(domain, type, protocol, sv);
socketpair        270 include/ruby/win32.h extern int    socketpair(int, int, int, int *);