h_name             71 lib/replace/getaddrinfo.c 	if (!hp->h_name || hp->h_addrtype != AF_INET) {
h_name             86 lib/replace/getaddrinfo.c 	ret = SMB_STRDUP(hp->h_name);
h_name            236 lib/replace/getaddrinfo.c 			ai->ai_canonname = SMB_STRDUP(hp->h_name);
h_name            409 lib/replace/getaddrinfo.c 			ret = snprintf(node, nodelen, "%s", hp->h_name);
h_name            469 nsswitch/winbind_nss_solaris.c 	    he->h_name = he->h_aliases[0];
h_name            357 nsswitch/wins.c 	if ((he->h_name = get_static(&buffer, &buflen, namelen)) == NULL) {
h_name            363 nsswitch/wins.c 	memcpy(he->h_name, name, namelen);
h_name           1787 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		if (!hp || !hp->h_name || !*hp->h_name) {
h_name           1791 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->my_fqdn = strdup(hp->h_name);
h_name           2597 source3/lib/util.c 	if (!hp || !hp->h_name || !*hp->h_name) {
h_name           2606 source3/lib/util.c 	if (hp->h_aliases && (! strchr_m(hp->h_name, '.'))) {
h_name           2620 source3/lib/util.c 		full = hp->h_name;
h_name           2623 source3/lib/util.c 		full = hp->h_name;
h_name            102 source3/utils/net_lookup.c 	char h_name[MAX_DNS_NAME_LENGTH];
h_name            136 source3/utils/net_lookup.c 			h_name, sizeof(h_name),
h_name            146 source3/utils/net_lookup.c 	DEBUG(9, ("Found PDC with DNS name %s\n", h_name));
h_name            147 source3/utils/net_lookup.c 	domain = strchr(h_name, '.');
h_name            200 source3/utils/nmblookup.c 			char h_name[MAX_DNS_NAME_LENGTH];
h_name            201 source3/utils/nmblookup.c 			h_name[0] = '\0';
h_name            204 source3/utils/nmblookup.c 					h_name, sizeof(h_name),
h_name            209 source3/utils/nmblookup.c 			d_printf("%s, ", h_name);
h_name             55 source4/heimdal/lib/roken/copyhostent.c     res->h_name      = NULL;
h_name             60 source4/heimdal/lib/roken/copyhostent.c     res->h_name = strdup (h->h_name);
h_name             61 source4/heimdal/lib/roken/copyhostent.c     if (res->h_name == NULL) {
h_name             50 source4/heimdal/lib/roken/freehostent.c     free (h->h_name);
h_name             48 source4/heimdal/lib/roken/hostent_find_fqdn.c     const char *ret = he->h_name;
h_name            192 source4/heimdal/lib/roken/roken_gethostby.c 	he.h_name = p;
h_name            261 source4/heimdal/lib/roken/roken_gethostby.c     strncpy(host, he->h_name, sizeof(host));
h_name            264 source4/heimdal/lib/roken/roken_gethostby.c     printf("%s\n", he->h_name);
h_name            413 source4/lib/socket/socket_ip.c 	return talloc_strdup(mem_ctx, he->h_name);
h_name            877 source4/lib/socket/socket_ip.c 	return talloc_strdup(mem_ctx, he->h_name);