Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_init.c256 char buf[sizeof(statp->defdname)], *cp; in __res_vinit()
265 strncpy(statp->defdname, cp, in __res_vinit()
266 sizeof(statp->defdname) - 1); in __res_vinit()
267 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit()
274 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit()
275 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit()
285 cp = statp->defdname; in __res_vinit()
340 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit()
341 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit()
342 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL) in __res_vinit()
[all …]
H A Dres_data.c296 if (!*statp->defdname) in local_hostname_length()
299 len_domain = strlen(statp->defdname); in local_hostname_length()
301 !strcasecmp(hostname + len_host - len_domain, statp->defdname) && in local_hostname_length()
/freebsd/include/
H A Dresolv.h162 char defdname[256]; /*%< default domain (deprecated) */ member
/freebsd/contrib/sendmail/src/
H A Dconf.c5722 if (!*_res.defdname)
5725 len_domain = strlen(_res.defdname);
5727 (SM_STRCASEEQ(hostname + len_host - len_domain, _res.defdname)) &&
H A Ddomain.c1723 searchlist[sli++] = _res.defdname;