Searched refs:sys_recv (Results 1 - 10 of 10) sorted by relevance

/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);
/external/valgrind/coregrind/m_syswrap/
H A Dpriv_syswrap-linux.h358 DECL_TEMPLATE(linux, sys_recv);
H A Dsyswrap-arm-linux.c1113 LINXY(__NR_recv, sys_recv),
H A Dsyswrap-mips32-linux.c977 LINXY (__NR_recv, sys_recv), // 175
H A Dsyswrap-ppc32-linux.c1248 LINXY(__NR_recv, sys_recv), // 336
H A Dsyswrap-solaris.c1053 DECL_TEMPLATE(solaris, sys_recv);
9944 PRE(sys_recv)
9948 PRINT("sys_recv ( %ld, %#lx, %lu, %ld )", SARG1, ARG2, ARG3, SARG4);
9954 POST(sys_recv)
10472 SOLXY(__NR_recv, sys_recv), /* 237 */
H A Dsyswrap-linux.c4355 PRE (sys_recv)
4358 PRINT ("sys_recv ( %ld, %#lx, %lu, %lu )", SARG1, ARG2, ARG3, ARG4);
4364 POST (sys_recv)
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h875 __SYSCALL(__NR_recv, sys_recv)

Completed in 255 milliseconds