Home
last modified time | relevance | path

Searched refs:h_name (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dresolv.c1660 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 …]
A Dgetaddrinfo.c671 c = h->h_name; in gaih_inet()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Drcmd.c152 *ahost = hp->h_name; in rcmd()
196 (void)fprintf(stderr, "%s: %m\n", hp->h_name); in rcmd()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dnetdb.h126 char *h_name; /* Official name of host. */ member

Completed in 11 milliseconds