recv              285 maint/gnulib/lib/poll.c       r = recv (h, data, sizeof (data), MSG_PEEK);
recv              327 maint/gnulib/lib/poll.c       r = recv (fd, NULL, 0, MSG_PEEK);
recv              333 maint/gnulib/lib/poll.c       r = recv (fd, data, sizeof (data), MSG_PEEK);
recv               43 maint/gnulib/lib/recv.c       int r = recv (sock, buf, len, flags);
recv              247 maint/gnulib/lib/sys_select.in.h     _GL_WARN_ON_USE (recv,
recv              526 maint/gnulib/lib/sys_socket.in.h _GL_FUNCDECL_RPL (recv, ssize_t, (int fd, void *buf, size_t len, int flags)
recv              528 maint/gnulib/lib/sys_socket.in.h _GL_CXXALIAS_RPL (recv, ssize_t, (int fd, void *buf, size_t len, int flags));
recv              533 maint/gnulib/lib/sys_socket.in.h _GL_CXXALIAS_SYS_CAST (recv, ssize_t, (int fd, void *buf, size_t len, int flags));
recv              535 maint/gnulib/lib/sys_socket.in.h _GL_CXXALIASWARN (recv);
recv              542 maint/gnulib/lib/sys_socket.in.h _GL_WARN_ON_USE (recv, "recv is not always POSIX compliant - "
recv              197 maint/gnulib/lib/sys_time.in.h      _GL_WARN_ON_USE (recv,
recv              213 maint/gnulib/lib/unistd.in.h     _GL_WARN_ON_USE (recv,
recv               22 maint/gnulib/tests/test-recv.c SIGNATURE_CHECK (recv, ssize_t, (int, void *, size_t, int));
recv               39 maint/gnulib/tests/test-recv.c     ASSERT (recv (-1, &byte, 1, 0) == -1);
recv               46 maint/gnulib/tests/test-recv.c     ASSERT (recv (99, &byte, 1, 0) == -1);
recv               66 maint/gnulib/tests/test-sys_socket-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::recv, ssize_t, (int, void *, size_t, int));