Home
last modified time | relevance | path

Searched refs:h_errnop (Results 1 – 9 of 9) sorted by relevance

/nss/
A Ddigits_dots.c45 if (h_errnop) in __nss_hostname_digits_dots()
46 *h_errnop = NETDB_INTERNAL; in __nss_hostname_digits_dots()
55 result, status, af, h_errnop); in __nss_hostname_digits_dots()
110 if (h_errnop != NULL) in __nss_hostname_digits_dots_context()
111 *h_errnop = NETDB_INTERNAL; in __nss_hostname_digits_dots_context()
129 if (h_errnop != NULL) in __nss_hostname_digits_dots_context()
130 *h_errnop = NETDB_INTERNAL; in __nss_hostname_digits_dots_context()
208 if (h_errnop != NULL) in __nss_hostname_digits_dots_context()
209 *h_errnop = NETDB_SUCCESS; in __nss_hostname_digits_dots_context()
238 *h_errnop = HOST_NOT_FOUND; in __nss_hostname_digits_dots_context()
[all …]
A Dgetnssent.c25 size_t buflen, size_t *buffer_size, int *h_errnop) in __nss_getent() argument
36 && func (resbuf, *buffer, *buffer_size, &result, h_errnop) == ERANGE in __nss_getent()
37 && (h_errnop == NULL || *h_errnop == NETDB_INTERNAL)) in __nss_getent()
A Dgetnssent_r.c160 void **result, int *h_errnop) in __nss_getent_r() argument
176 *h_errnop = NETDB_INTERNAL; in __nss_getent_r()
203 && (h_errnop == NULL || *h_errnop == NETDB_INTERNAL) in __nss_getent_r()
256 : (h_errnop == NULL || *h_errnop == NETDB_INTERNAL) ? errno in __nss_getent_r()
A Dnsswitch.h157 void **result, int *h_errnop)
161 size_t *buffer_size, int *h_errnop)
173 int *h_errnop) attribute_hidden;
179 int *h_errnop);
A DgetXXbyYY_r.c107 # define H_ERRNO_PARM , int *h_errnop
108 # define H_ERRNO_VAR , h_errnop
109 # define H_ERRNO_VAR_P h_errnop
216 *h_errnop = NETDB_INTERNAL; in libc_hidden_proto()
283 && *h_errnop == NETDB_INTERNAL in libc_hidden_proto()
358 *h_errnop = NETDB_INTERNAL; in libc_hidden_proto()
361 *h_errnop = NO_RECOVERY; in libc_hidden_proto()
381 else if (status == NSS_STATUS_TRYAGAIN && *h_errnop != NETDB_INTERNAL) in libc_hidden_proto()
A Dnss_test1.c516 int *h_errnop, int32_t *ttlp, char **canonp) in NAME()
522 return copy_host (ret, & host_data[idx], buffer, buflen, h_errnop); in NAME()
530 int *errnop, int *h_errnop) in NAME()
533 errnop, h_errnop, NULL, NULL); in NAME()
539 int *errnop, int *h_errnop) in NAME()
542 errnop, h_errnop, NULL, NULL); in NAME()
548 int *errnop, int *h_errnop, int32_t *ttlp) in NAME()
558 return copy_host (result, & host_data[idx], buffer, buflen, h_errnop); in NAME()
567 int *errnop, int *h_errnop) in NAME()
570 errnop, h_errnop, NULL); in NAME()
A DgetXXent.c49 # define H_ERRNO_PARM , int *h_errnop
A DgetXXbyYY.c64 # define H_ERRNO_PARM , int *h_errnop
A DgetXXent_r.c72 # define H_ERRNO_PARM , int *h_errnop

Completed in 17 milliseconds