Home | History | Annotate | Download | only in tests

Lines Matching refs:rc

66 	int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
67 if (rc < 0)
74 (int) msg->msg_namelen, rc);
77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
82 recv_fd, addr->sun_path, (int) msg->msg_namelen, rc);
85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
89 recv_fd, (int) msg->msg_namelen, rc);
96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
100 recv_fd, (int) offsetof_sun_path, (int) msg->msg_namelen, rc);
104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
111 (int) sizeof(struct sockaddr), (int) msg->msg_namelen, rc);
113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
115 recv_fd, (int) msg->msg_namelen, rc, errno2name());
130 rc = send_recv(send_fd, -1, msg + 1, 0);
132 msg + 1, rc, errno2name());
135 rc = send_recv(send_fd, -1, 0, 0);
137 rc, errno2name());