Home
last modified time | relevance | path

Searched refs:recvmsg (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/msan/Linux/
H A Dsendmsg.cpp111 ret = recvmsg(sockfd[1], &rmsg, 0); in main()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dunused-return-value.rst29 pthread_mutex_trylock, readdir, readlink, recvmsg, regexec, scandir,
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c245 ssize_t recvmsg(int sockfd, struct msghdr *msg, int flags);
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt242 fun:recvmsg=custom
H A Ddfsan_custom.cpp1920 ssize_t ret = recvmsg(sockfd, msg, flags); in __dfsw_recvmsg()
H A Dlibc_ubuntu1404_abilist.txt2727 fun:recvmsg=uninstrumented
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dcustom.cpp705 ssize_t received = recvmsg(sockfds[1], &rmsg, 0); in test_recvmsg()
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1026 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 Dsanitizer_common_syscalls.inc156 PRE_SYSCALL(recvmsg)(long sockfd, sanitizer_kernel_msghdr *msg, long flags) {
160 POST_SYSCALL(recvmsg)
H A Dsanitizer_syscalls_netbsd.inc404 PRE_SYSCALL(recvmsg)(long long s_, void *msg_, long long flags_) {
407 POST_SYSCALL(recvmsg)
H A Dsanitizer_common_interceptors.inc3192 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);