Home | History | Annotate | Download | only in tests-m32

Lines Matching defs:sv

38 static int sv[2];
43 close(sv[1]);
44 sv[1] = -1;
50 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sv))
70 if (recvfrom(sv[0], &sv[1], sizeof(sv[1]), 0, NULL, NULL))
75 sv[0], &sv[1], (int) sizeof(sv[1]));
77 sv[0], (int) sizeof(sv[1]));