Searched refs:net_domain (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.sbin/sysinst/
H A Dnet.c79 static char net_domain[STRSIZE]; variable
450 strlcpy(net_domain, dot, sizeof net_domain);
463 int l = strlen(net_host) - strlen(net_domain);
467 if (strlen(net_domain) != 0 && (l <= 0 ||
469 strcasecmp(net_domain, net_host + l) != 0)) {
472 strlcat(recombined, net_domain, sizeof(recombined));
686 strlcpy(net_domain, textbuf,
687 sizeof net_domain);
689 if (net_domain[
[all...]
H A Dmsg.mi.pl594 message net_domain

Completed in 204 milliseconds