Searched refs:ns_makecanon (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/dns/nameser/ |
D | ns_samedomain.c | 170 ns_makecanon(const char *src, char *dst, size_t dstsize) { in ns_makecanon() function 202 if (ns_makecanon(a, ta, sizeof ta) < 0 || in ns_samename() 203 ns_makecanon(b, tb, sizeof tb) < 0) in ns_samename()
|
/bionic/libc/include/arpa/ |
D | nameser.h | 563 #define ns_makecanon __ns_makecanon macro 587 int ns_makecanon(const char* __src, char* __dst, size_t __dst_size); 615 int ns_makecanon(const char* __src, char* __dst, size_t __dst_size) __INTRODUCED_IN_64(22);
|
/bionic/docs/ |
D | status.md | 170 … functions: `ns_format_ttl`, `ns_get16`, `ns_get32`, `ns_initparse`, `ns_makecanon`, `ns_msg_getfl…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 687 ns_makecanon; # arm64 x86_64 introduced=22
|
/bionic/libc/ |
D | libc.map.txt | 687 ns_makecanon; # arm64 x86_64 introduced=22
|