Searched defs:canonp (Results 1 - 3 of 3) sorted by relevance
/systemd/src/nss-myhostname/ |
H A D | nss-myhostname.c | 196 char **canonp) { 305 if (canonp) 306 *canonp = r_name; 323 char **canonp) { 395 canonp); 187 fill_in_hostent( const char *canonical, const char *additional, int af, struct local_address *addresses, unsigned n_addresses, uint32_t local_address_ipv4, struct hostent *result, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp, char **canonp) argument 316 _nss_myhostname_gethostbyname3_r( const char *name, int af, struct hostent *host, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp, char **canonp) argument
|
/systemd/src/nss-mymachines/ |
H A D | nss-mymachines.c | 239 char **canonp) { 380 if (canonp) 381 *canonp = r_name; 232 _nss_mymachines_gethostbyname3_r( const char *name, int af, struct hostent *result, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp, char **canonp) argument
|
/systemd/src/nss-resolve/ |
H A D | nss-resolve.c | 301 char **canonp) { 310 char **canonp); 477 if (canonp) 478 *canonp = r_name; 489 char **canonp)) 492 return fallback(name, af, result, buffer, buflen, errnop, h_errnop, ttlp, canonp); 294 _nss_resolve_gethostbyname3_r( const char *name, int af, struct hostent *result, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp, char **canonp) argument
|
Completed in 14 milliseconds