Lines Matching refs:recv
523 # undef recv
524 # define recv rpl_recv
526 _GL_FUNCDECL_RPL (recv, ssize_t, (int fd, void *buf, size_t len, int flags)
528 _GL_CXXALIAS_RPL (recv, ssize_t, (int fd, void *buf, size_t len, int flags));
533 _GL_CXXALIAS_SYS_CAST (recv, ssize_t, (int fd, void *buf, size_t len, int flags));
535 _GL_CXXALIASWARN (recv);
537 # undef recv
538 # define recv recv_used_without_requesting_gnulib_module_recv
540 # undef recv
542 _GL_WARN_ON_USE (recv, "recv is not always POSIX compliant - "
543 "use gnulib module recv for portability");