Searched refs:__sendto_chk (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | socket.h | 33 extern ssize_t __sendto_chk(int, const void* _Nonnull, size_t, size_t, int, const struct sockaddr* … 63 return __sendto_chk(fd, buf, len, bos, flags, dest_addr, addr_len); in sendto()
|
/bionic/libc/bionic/ |
D | fortify.cpp | 225 ssize_t __sendto_chk(int socket, const void* buf, size_t len, size_t buflen, in __sendto_chk() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1289 __sendto_chk; # introduced=26
|
/bionic/libc/ |
D | libc.map.txt | 1289 __sendto_chk; # introduced=26
|