Home
last modified time | relevance | path

Searched refs:defdname (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/netbsd/resolv/
Dres_init.c178 strlcpy(statp->defdname, propvalue, sizeof(statp->defdname)); in load_domain_search_list()
179 if ((cp = strchr(statp->defdname, '\n')) != NULL) in load_domain_search_list()
181 cp = statp->defdname; in load_domain_search_list()
282 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit()
283 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit()
293 cp = statp->defdname; in __res_vinit()
406 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit()
407 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit()
408 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL) in __res_vinit()
422 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit()
[all …]
Dres_data.c320 if (!*_nres.defdname) in local_hostname_length()
323 len_domain = strlen(_nres.defdname); in local_hostname_length()
325 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) && in local_hostname_length()
/bionic/libc/private/
Dresolv_private.h155 char defdname[256]; /* default domain (deprecated) */ member