Searched refs:defdname (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/lib/libc/net/ |
| D | res_init.c | 247 strlcpy(_resp->defdname, cp, sizeof(_resp->defdname)); in _res_init() 257 cp = _resp->defdname; in _res_init() 309 strlcpy(_resp->defdname, cp, sizeof(_resp->defdname)); in _res_init() 310 if ((cp = strpbrk(_resp->defdname, " \t\n")) != NULL) in _res_init() 351 strlcpy(_resp->defdname, cp, sizeof(_resp->defdname)); in _res_init() 352 if ((cp = strchr(_resp->defdname, '\n')) != NULL) in _res_init() 358 cp = _resp->defdname; in _res_init() 548 if (_resp->defdname[0] == 0 && in _res_init() 549 gethostname(buf, sizeof(_resp->defdname) - 1) == 0 && in _res_init() 552 strlcpy(_resp->defdname, cp + 1, in _res_init() [all …]
|
| /mirbsd/src/include/ |
| D | resolv.h | 143 char defdname[256]; /* default domain (deprecated) */ member
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | domain.c | 847 *dp++ = _res.defdname;
|
| D | conf.c | 5618 if (!*_res.defdname) 5621 len_domain = strlen(_res.defdname); 5624 _res.defdname) == 0) &&
|
| /mirbsd/src/usr.bin/host/ |
| D | host.c | 6345 if (_res.defdname[0] != '\0') in show_res() 6346 printf(" %s", _res.defdname); in show_res()
|