Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/net/
Dres_init.c247 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/
Dresolv.h143 char defdname[256]; /* default domain (deprecated) */ member
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Ddomain.c847 *dp++ = _res.defdname;
Dconf.c5618 if (!*_res.defdname)
5621 len_domain = strlen(_res.defdname);
5624 _res.defdname) == 0) &&
/mirbsd/src/usr.bin/host/
Dhost.c6345 if (_res.defdname[0] != '\0') in show_res()
6346 printf(" %s", _res.defdname); in show_res()