Searched refs:ns_makecanon (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/dns/nameser/
H A Dns_samedomain.c170 ns_makecanon(const char *src, char *dst, size_t dstsize) { function
202 if (ns_makecanon(a, ta, sizeof ta) < 0 ||
203 ns_makecanon(b, tb, sizeof tb) < 0)
/bionic/libc/include/arpa/
H A Dnameser.h564 #define ns_makecanon __ns_makecanon macro
631 int ns_makecanon(const char *, char *, size_t) __LIBC_ABI_PUBLIC__;

Completed in 6 milliseconds