Searched refs:recvmsg (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/msan/Linux/ |
| H A D | sendmsg.cpp | 111 ret = recvmsg(sockfd[1], &rmsg, 0); in main()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | unused-return-value.rst | 29 pthread_mutex_trylock, readdir, readlink, recvmsg, regexec, scandir,
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 245 ssize_t recvmsg(int sockfd, struct msghdr *msg, int flags);
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 242 fun:recvmsg=custom
|
| H A D | dfsan_custom.cpp | 1920 ssize_t ret = recvmsg(sockfd, msg, flags); in __dfsw_recvmsg()
|
| H A D | libc_ubuntu1404_abilist.txt | 2727 fun:recvmsg=uninstrumented
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | custom.cpp | 705 ssize_t received = recvmsg(sockfds[1], &rmsg, 0); in test_recvmsg()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 1026 TEST_P(MemorySanitizerIpTest, recvmsg) { in TEST_P() argument 1075 res = recvmsg(server_socket, &recv_msg, 0); in TEST_P()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 156 PRE_SYSCALL(recvmsg)(long sockfd, sanitizer_kernel_msghdr *msg, long flags) { 160 POST_SYSCALL(recvmsg)
|
| H A D | sanitizer_syscalls_netbsd.inc | 404 PRE_SYSCALL(recvmsg)(long long s_, void *msg_, long long flags_) { 407 POST_SYSCALL(recvmsg)
|
| H A D | sanitizer_common_interceptors.inc | 3192 INTERCEPTOR(SSIZE_T, recvmsg, int fd, struct __sanitizer_msghdr *msg, 3195 COMMON_INTERCEPTOR_ENTER(ctx, recvmsg, fd, msg, flags); 3199 SSIZE_T res = REAL(recvmsg)(fd, msg, flags); 3209 #define INIT_RECVMSG COMMON_INTERCEPT_FUNCTION(recvmsg);
|