Searched refs:ap (Results 1 – 2 of 2) sorted by relevance
305 char **ap; \308 for (ap = result->aliaselt; *ap; ++ap) \309 if (! strcmp (name, *ap)) \311 if (*ap) \317 char **ap; \320 for (ap = result->aliaselt; *ap; ++ap) \321 if (! __strcasecmp (name, *ap)) \323 if (*ap) \
189 struct addrinfo *ap; in must_be_tests() local199 ap = NULL; in must_be_tests()200 res = getaddrinfo (ht[i].h_name, NULL, &hint, &ap); in must_be_tests()202 TEST_VERIFY (ap != NULL); in must_be_tests()203 if (res == 0 && ap != NULL) in must_be_tests()206 while (ap) in must_be_tests()208 struct sockaddr_in *in = (struct sockaddr_in *)ap->ai_addr; in must_be_tests()213 ap = ap->ai_next; in must_be_tests()
Completed in 5 milliseconds