/src/tests/lib/libc/net/getaddrinfo/ |
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) function in typeref:typename:void 168 print1("arg:", &ai, p ? p : nbuf , q ? q : nbuf); 179 print1(nbuf, res, NULL, NULL);
|
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) function in typeref:typename:void 168 print1("arg:", &ai, p ? p : nbuf , q ? q : nbuf); 179 print1(nbuf, res, NULL, NULL);
|