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

/bionic/libc/dns/nameser/
H A Dns_name.c757 int ac, bc; local
759 while (ac = *a, bc = *b, ac != 0 && bc != 0) {
760 if ((ac & NS_CMPRSFLGS) != 0 || (bc & NS_CMPRSFLGS) != 0) {
764 if (a + ac >= ae || b + bc >= be) {
768 if (ac != bc || strncasecmp((const char *) ++a,
770 (size_t)ac) != 0)
772 a += ac, b += bc;
774 return (ac == 0 && bc == 0);
/bionic/libc/dns/net/
H A Dgethnamaddr.c131 char ac; member in union:__anon14

Completed in 68 milliseconds