Searched refs:print1 (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/netbsd-tests/lib/libc/net/getaddrinfo/ |
| H A D | h_gai.c | 52 static void print1(const char *, const struct addrinfo *, char *, char *); 62 print1(const char *title, const struct addrinfo *res, char *h, char *s) in print1() function 168 print1("arg:", &ai, p ? p : nbuf , q ? q : nbuf); in main() 179 print1(nbuf, res, NULL, NULL); in main()
|