Home
last modified time | relevance | path

Searched refs:__send_chk (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
Dfortify_test.cpp27 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/
Dsocket.h30 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/
Dsocket.h30 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/
Dfortify.c146 ssize_t __send_chk(int socket, const void* buf, size_t len, size_t buflen, int flags) in __send_chk() function
/third_party/musl/
Dlibc.map.txt201 __send_chk;