Searched refs:h_name (Results 1 – 4 of 4) sorted by relevance
1660 result_buf->h_name = *(result_buf->h_aliases++); in __read_etc_hosts_r()1830 && (c = strstr(hoste->h_name, domain)) != NULL in getnameinfo()1831 && (c != hoste->h_name) && (*(--c) == '.') in getnameinfo()1833 strncpy(host, hoste->h_name, in getnameinfo()1834 MIN(hostlen, (size_t) (c - hoste->h_name))); in getnameinfo()1837 strncpy(host, hoste->h_name, hostlen); in getnameinfo()2081 result_buf->h_name = alias0; in libc_hidden_def()2156 result_buf->h_name = alias0; in libc_hidden_def()2268 result_buf->h_name = buf; in gethostbyname2_r()2318 result_buf->h_name = buf; in gethostbyname2_r()[all …]
671 c = h->h_name; in gaih_inet()
152 *ahost = hp->h_name; in rcmd()196 (void)fprintf(stderr, "%s: %m\n", hp->h_name); in rcmd()
126 char *h_name; /* Official name of host. */ member
Completed in 11 milliseconds