Searched refs:h (Results 1 – 3 of 3) sorted by relevance
42 support_format_hostent (struct hostent *h) in support_format_hostent() argument44 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()
10 * support.h11 * xsignal.h12 * xthread.h13 * xtime.h15 In general, new wrappers should be added to support.h if possible.16 However, support.h must remain fully compatible with C90 and therefore19 signal.h need to be introduced.28 * check.h29 * temp_file.h30 * test-driver.h[all …]
29 check_hostent (const char *query_description, struct hostent *h, in check_hostent() argument32 char *formatted = support_format_hostent (h); in check_hostent()
Completed in 6 milliseconds