Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/resolv/
HDres_init.c261 char buf[sizeof(statp->defdname)], *cp; in __res_vinit()
270 strncpy(statp->defdname, cp, in __res_vinit()
271 sizeof(statp->defdname) - 1); in __res_vinit()
272 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit()
279 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit()
280 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit()
290 cp = statp->defdname; in __res_vinit()
345 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit()
346 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit()
347 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL) in __res_vinit()
[all …]
HDres_data.c300 if (!*statp->defdname) in local_hostname_length()
303 len_domain = strlen(statp->defdname); in local_hostname_length()
305 !strcasecmp(hostname + len_host - len_domain, statp->defdname) && in local_hostname_length()
/freebsd-13-stable/include/
HDresolv.h163 char defdname[256]; /*%< default domain (deprecated) */ member
/freebsd-13-stable/contrib/sendmail/src/
HDconf.c5722 if (!*_res.defdname)
5725 len_domain = strlen(_res.defdname);
5727 (SM_STRCASEEQ(hostname + len_host - len_domain, _res.defdname)) &&
HDdomain.c1723 searchlist[sli++] = _res.defdname;