Searched refs:defdname (Results 1 – 6 of 6) sorted by relevance
| /freebsd/lib/libc/resolv/ |
| H A D | res_init.c | 228 char buf[sizeof(statp->defdname)], *cp; in __res_vinit() 237 strncpy(statp->defdname, cp, in __res_vinit() 238 sizeof(statp->defdname) - 1); in __res_vinit() 239 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit() 246 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit() 247 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit() 257 cp = statp->defdname; in __res_vinit() 311 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit() 312 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit() 313 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL) in __res_vinit() [all …]
|
| H A D | res_data.c | 296 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/crypto/krb5/src/lib/krb5/os/ |
| H A D | dnsglue.c | 108 ((_res.defdname == NULL) ? NULL : strdup(_res.defdname))
|
| /freebsd/include/ |
| H A D | resolv.h | 162 char defdname[256]; /*%< default domain (deprecated) */ member
|
| /freebsd/contrib/sendmail/src/ |
| H A D | conf.c | 5722 if (!*_res.defdname) 5725 len_domain = strlen(_res.defdname); 5727 (SM_STRCASEEQ(hostname + len_host - len_domain, _res.defdname)) &&
|
| H A D | domain.c | 1723 searchlist[sli++] = _res.defdname;
|