Searched refs:canonp (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/nscd/ |
D | gethstbynm3_r.c | 30 #define EXTRA_PARAMS , int32_t *ttlp, char **canonp 32 #define EXTRA_VARIABLES , ttlp, canonp
|
/glibc-2.36/resolv/nss_dns/ |
D | dns-host.c | 118 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/ |
D | files-hosts.c | 327 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/ |
D | netdb.h | 92 int32_t *ttlp, char **canonp);
|
/glibc-2.36/nss/ |
D | nss_test1.c | 516 int *h_errnop, int32_t *ttlp, char **canonp) in NAME()
|