Home
last modified time | relevance | path

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

/support/
A Dsupport_format_hostent.c42 support_format_hostent (struct hostent *h) in support_format_hostent() argument
44 if (h == NULL) in support_format_hostent()
60 fprintf (mem.out, "name: %s\n", h->h_name); in support_format_hostent()
61 for (char **alias = h->h_aliases; *alias != NULL; ++alias) in support_format_hostent()
63 for (unsigned i = 0; h->h_addr_list[i] != NULL; ++i) in support_format_hostent()
66 if (inet_ntop (h->h_addrtype, h->h_addr_list[i], in support_format_hostent()
72 if (h->h_length != address_length (h->h_addrtype)) in support_format_hostent()
74 char *family = support_format_address_family (h->h_addrtype); in support_format_hostent()
76 h->h_length, family); in support_format_hostent()
A DREADME10 * support.h
11 * xsignal.h
12 * xthread.h
13 * xtime.h
15 In general, new wrappers should be added to support.h if possible.
16 However, support.h must remain fully compatible with C90 and therefore
19 signal.h need to be introduced.
28 * check.h
29 * temp_file.h
30 * test-driver.h
[all …]
A Dcheck_hostent.c29 check_hostent (const char *query_description, struct hostent *h, in check_hostent() argument
32 char *formatted = support_format_hostent (h); in check_hostent()

Completed in 6 milliseconds