HomeSort by: relevance | last modified time | path
    Searched defs:print1 (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 23 milliseconds