Searched defs:sys_recv (Results 1 - 3 of 3) sorted by last modified time

/external/strace/tests/
H A Dunix-pair-send-recv.c58 sys_recv(int sockfd, const void *buf, size_t len, int flags) function
97 assert(sys_recv(1, buf1, len, MSG_WAITALL) == (int) len);
104 assert(sys_recv(0, buf0, len, MSG_WAITALL) == (int) len);
107 assert(sys_recv(0, NULL, len, MSG_DONTWAIT) == -1);
/external/strace/tests-m32/
H A Dunix-pair-send-recv.c58 sys_recv(int sockfd, const void *buf, size_t len, int flags) function
97 assert(sys_recv(1, buf1, len, MSG_WAITALL) == (int) len);
104 assert(sys_recv(0, buf0, len, MSG_WAITALL) == (int) len);
107 assert(sys_recv(0, NULL, len, MSG_DONTWAIT) == -1);
/external/strace/tests-mx32/
H A Dunix-pair-send-recv.c58 sys_recv(int sockfd, const void *buf, size_t len, int flags) function
97 assert(sys_recv(1, buf1, len, MSG_WAITALL) == (int) len);
104 assert(sys_recv(0, buf0, len, MSG_WAITALL) == (int) len);
107 assert(sys_recv(0, NULL, len, MSG_DONTWAIT) == -1);

Completed in 38 milliseconds