Searched refs:__sendto_chk (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/linux/user/include/fortify/ |
D | socket.h | 26 ssize_t __sendto_chk(int, const void*, size_t, size_t, int, const struct sockaddr*, 63 return __sendto_chk(fd, buf, len, bos, flags, dest_addr, addr_len); in sendto()
|
/third_party/musl/ndk_musl_include/fortify/ |
D | socket.h | 26 ssize_t __sendto_chk(int, const void*, size_t, size_t, int, const struct sockaddr*, 63 return __sendto_chk(fd, buf, len, bos, flags, dest_addr, addr_len); in sendto()
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_sendto_chk_test.cpp | 38 __sendto_chk(0, buf, DATA_LEN, DATA_LEN, 0, nullptr, 0);
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 133 ssize_t __sendto_chk(int socket, const void* buf, size_t len, size_t buflen, in __sendto_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 202 __sendto_chk;
|