Searched refs:defdname (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/lib/libc/resolv/ |
| HD | res_init.c | 261 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 …]
|
| HD | res_data.c | 300 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/ |
| HD | resolv.h | 163 char defdname[256]; /*%< default domain (deprecated) */ member
|
| /freebsd-13-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;
|