Searched refs:h_name (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/dns/net/
H A Dsethostent.c154 hent.h_name = NULL; /* XXX: gcc */
171 if (strcasecmp(hp->h_name, name) != 0) {
183 HENT_SCOPY(hent.h_name, hp->h_name, ptr, len);
224 HENT_SCOPY(hp->h_name, hent.h_name, ptr, len);
H A Dgethnamaddr.c223 hent->h_name = NULL;
265 hent->h_name = bp;
267 /* The qname can be abbreviated, but h_name is now absolute. */
268 qname = hent->h_name;
322 hent->h_name = bp;
374 hent->h_name = bp;
387 hent->h_name = bp;
401 if (strcasecmp(hent->h_name, bp) != 0) {
403 AskedForGot, hent->h_name, bp);
422 hent->h_name
[all...]
H A Dgetnameinfo.c312 p = strchr(hp->h_name, '.');
318 if (strlen(hp->h_name) + 1 > (size_t)hostlen) {
321 strlcpy(host, hp->h_name, hostlen);
/bionic/libc/include/
H A Dnetdb.h82 char *h_name; /* official name of host */ member in struct:hostent
/bionic/tools/versioner/current/
H A Dnetdb.h82 char *h_name; /* official name of host */ member in struct:hostent
/bionic/tests/
H A Dnetdb_test.cpp174 VerifyLocalhostName(hent->h_name);

Completed in 70 milliseconds