Lines Matching refs:name
35 __nss_hostname_digits_dots (const char *name, struct hostent *resbuf, in __nss_hostname_digits_dots() argument
54 (ctx, name, resbuf, buffer, buffer_size, buflen, in __nss_hostname_digits_dots()
62 const char *name, struct hostent *resbuf, in __nss_hostname_digits_dots_context() argument
73 if (isdigit (name[0]) || isxdigit (name[0]) || name[0] == ':') in __nss_hostname_digits_dots_context()
103 + sizeof (*h_alias_ptr) + strlen (name) + 1); in __nss_hostname_digits_dots_context()
145 if (isdigit (name[0])) in __nss_hostname_digits_dots_context()
147 for (cp = name;; ++cp) in __nss_hostname_digits_dots_context()
161 ok = __inet_aton_exact (name, (struct in_addr *) host_addr); in __nss_hostname_digits_dots_context()
165 ok = inet_pton (af, name, host_addr) > 0; in __nss_hostname_digits_dots_context()
177 resbuf->h_name = strcpy (hostname, name); in __nss_hostname_digits_dots_context()
222 if ((isxdigit (name[0]) && strchr (name, ':') != NULL) || name[0] == ':') in __nss_hostname_digits_dots_context()
250 for (cp = name;; ++cp) in __nss_hostname_digits_dots_context()
259 if (inet_pton (AF_INET6, name, host_addr) <= 0) in __nss_hostname_digits_dots_context()
269 resbuf->h_name = strcpy (hostname, name); in __nss_hostname_digits_dots_context()