Searched refs:__send_chk (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
D | fortify_test.cpp | 27 int retval = __send_chk(sockfd, buf, 0, sizeof(addr), 0); 39 int result = __send_chk(-1, nullptr, 0, 0, 0);
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | socket.h | 30 ssize_t __send_chk(int, const void*, size_t, size_t, int); 95 return __send_chk(socket, buf, len, bos, flags); in send()
|
/third_party/musl/ndk_musl_include/fortify/ |
D | socket.h | 30 ssize_t __send_chk(int, const void*, size_t, size_t, int); 95 return __send_chk(socket, buf, len, bos, flags); in send()
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 146 ssize_t __send_chk(int socket, const void* buf, size_t len, size_t buflen, int flags) in __send_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 201 __send_chk;
|