Searched refs:defdname (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/lib/libc/resolv/ |
| HD | res_init.c | 260 char buf[sizeof(statp->defdname)], *cp; in __res_vinit() 269 strncpy(statp->defdname, cp, in __res_vinit() 270 sizeof(statp->defdname) - 1); in __res_vinit() 271 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit() 278 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit() 279 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit() 289 cp = statp->defdname; in __res_vinit() 344 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit() 345 statp->defdname[sizeof(statp->defdname) - 1] = '\0'; in __res_vinit() 346 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL) in __res_vinit() [all …]
|
| HD | res_data.c | 299 if (!*statp->defdname) in local_hostname_length() 302 len_domain = strlen(statp->defdname); in local_hostname_length() 304 !strcasecmp(hostname + len_host - len_domain, statp->defdname) && in local_hostname_length()
|
| /freebsd-14-stable/include/ |
| HD | resolv.h | 163 char defdname[256]; /*%< default domain (deprecated) */ member
|
| /freebsd-14-stable/contrib/sendmail/src/ |
| HD | conf.c | 5722 if (!*_res.defdname) 5725 len_domain = strlen(_res.defdname); 5727 (SM_STRCASEEQ(hostname + len_host - len_domain, _res.defdname)) &&
|
| HD | domain.c | 1723 searchlist[sli++] = _res.defdname;
|