Home
last modified time | relevance | path

Searched refs:aires (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/posix/
Dtst-getaddrinfo2.c15 struct addrinfo hints, *aires, *pai; in do_test() local
21 rv = getaddrinfo (NULL, portstr, &hints, &aires); in do_test()
29 for (pai = aires; pai; pai = pai->ai_next) in do_test()
68 freeaddrinfo (aires); in do_test()