h_name 205 ext/standard/dns.c if (!hp || hp->h_name == NULL || hp->h_name[0] == '\0') { h_name 209 ext/standard/dns.c return estrdup(hp->h_name); h_name 794 win32/sendmail.c namelen = strlen(ent->h_name); h_name 797 win32/sendmail.c if (inet_pton(AF_INET, ent->h_name, &addr) == 1 || inet_pton(AF_INET6, ent->h_name, &addr6) == 1) h_name 799 win32/sendmail.c if (inet_pton(AF_INET, ent->h_name, &addr) == 1) h_name 807 win32/sendmail.c strcpy(LocalHost + 1, ent->h_name); h_name 814 win32/sendmail.c strcpy(LocalHost, ent->h_name);