Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/include/fortify/
Dsocket.h26 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/
Dsocket.h26 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/
Dfortify_sendto_chk_test.cpp38 __sendto_chk(0, buf, DATA_LEN, DATA_LEN, 0, nullptr, 0);
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c133 ssize_t __sendto_chk(int socket, const void* buf, size_t len, size_t buflen, in __sendto_chk() function
/third_party/musl/
Dlibc.map.txt202 __sendto_chk;