Lines Matching refs:sock
10026 int err, sock;
10058 sock = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
10059 if (sock < 0)
10061 if (bind(sock, ai->ai_addr, ai->ai_addrlen) < 0) {
10117 int err, sock;
11060 for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do
11061 if test -r $sock && $TEST_MINUS_S_SH -c "test -S $sock -o -p $sock" ; then
11062 PRNGD_SOCKET="$sock"