Searched refs:ns_makecanon (Results 1 – 6 of 6) 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 | 562 #define ns_makecanon __ns_makecanon macro 587 int ns_makecanon(const char*, char*, size_t); 620 int ns_makecanon(const char*, char*, size_t) __INTRODUCED_IN_64(23);
|
/bionic/libc/ |
D | libc.mips64.map | 609 ns_makecanon; # arm64 x86_64 mips64 introduced=22
|
D | libc.x86_64.map | 609 ns_makecanon; # arm64 x86_64 mips64 introduced=22
|
D | libc.arm64.map | 609 ns_makecanon; # arm64 x86_64 mips64 introduced=22
|
D | libc.map.txt | 686 ns_makecanon; # arm64 x86_64 mips64 introduced=22
|