Searched refs:realdomain (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-hostname.sh123 realdomain=`echo $nisdomain | sed 's/[^.]*\.//'`
124 if [ "x$realdomain" != "x" ] ; then
128 echo " $1.$realdomain"
130 suggest_fix_and_exit $1 $realdomain $3
180 realdomain=`awk '$1 ~ /^domain/ {print $2}' 2>/dev/null < /etc/resolv.conf`
181 case $realdomain in
186 realdomain="pick.some.domain"
191 suggest_fix_and_exit $myhostname $realdomain $first_hosts_entry
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent6.c90 char realdomain[BUFSIZ]; local
111 rc = sysinfo(SI_SRPC_DOMAIN, realdomain, BUFSIZ);
130 /* if domain is a proper subset of realdomain */
131 /* ie. domain = "foo" and realdomain */
135 if (propersubdomain(realdomain, domain) == 1) {
H A Dgethostent.c271 char realdomain[BUFSIZ]; local
292 rc = sysinfo(SI_SRPC_DOMAIN, realdomain, BUFSIZ);
312 /* if domain is a proper subset of realdomain */
313 /* ie. domain = "eng" and realdomain */
317 if (propersubdomain(realdomain, domain) == 1) {

Completed in 62 milliseconds