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 | 530 #define ns_makecanon __ns_makecanon macro 571 int ns_makecanon(const char* _Nonnull __src, char* _Nonnull __dst, size_t __dst_size) __INTRODUCED_…
|
/bionic/docs/ |
D | status.md | 227 … functions: `ns_format_ttl`, `ns_get16`, `ns_get32`, `ns_initparse`, `ns_makecanon`, `ns_msg_getfl…
|
/bionic/libc/ |
D | libc.map.txt | 687 ns_makecanon; # arm64 x86_64 riscv64 introduced=22
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 687 ns_makecanon; # arm64 x86_64 riscv64 introduced=22
|