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

/bionic/libc/dns/nameser/
H A Dns_name.c763 int ac, bc; local
765 while (ac = *a, bc = *b, ac != 0 && bc != 0) {
766 if ((ac & NS_CMPRSFLGS) != 0 || (bc & NS_CMPRSFLGS) != 0) {
770 if (a + ac >= ae || b + bc >= be) {
774 if (ac != bc || strncasecmp((const char *) ++a,
776 (size_t)ac) != 0)
778 a += ac, b += bc;
780 return (ac == 0 && bc == 0);
/bionic/libc/dns/
H A Dgethnamaddr.c105 char ac; member in union:__anon12

Completed in 62 milliseconds