Home
last modified time | relevance | path

Searched refs:canonp (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/nscd/
Dgethstbynm3_r.c30 #define EXTRA_PARAMS , int32_t *ttlp, char **canonp
32 #define EXTRA_VARIABLES , ttlp, canonp
/glibc-2.36/resolv/nss_dns/
Ddns-host.c118 int map, int32_t *ttlp, char **canonp);
142 char **canonp);
164 int *h_errnop, int32_t *ttlp, char **canonp) in _nss_dns_gethostbyname3_r() argument
174 (ctx, name, af, result, buffer, buflen, errnop, h_errnop, ttlp, canonp); in _nss_dns_gethostbyname3_r()
184 int *h_errnop, int32_t *ttlp, char **canonp) in libc_hidden_def()
281 errnop, h_errnop, map, ttlp, canonp); in libc_hidden_def()
647 int *errnop, int *h_errnop, int map, int32_t *ttlp, char **canonp) in getanswer_r() argument
958 if (canonp != NULL) in getanswer_r()
959 *canonp = bp; in getanswer_r()
/glibc-2.36/nss/nss_files/
Dfiles-hosts.c327 int *herrnop, int32_t *ttlp, char **canonp) in _nss_files_gethostbyname3_r() argument
354 if (canonp && status == NSS_STATUS_SUCCESS) in _nss_files_gethostbyname3_r()
355 *canonp = result->h_name; in _nss_files_gethostbyname3_r()
/glibc-2.36/include/
Dnetdb.h92 int32_t *ttlp, char **canonp);
/glibc-2.36/nss/
Dnss_test1.c516 int *h_errnop, int32_t *ttlp, char **canonp) in NAME()