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

/freebsd-10.2-release/contrib/amd/scripts/
H A Dexpn.1771 local($host,$domain_host,$u) = @_;
776 $domain_host =~ s/\.$//;
778 if ($domain_host !~ /\./) {
782 print "domainify($host,$domain_host) = $host\n" if $debug;
813 $long = "$host $domain_host";
818 print "condensed fallback $host $domain_host -> $long\n" if $debug;
823 $fh = $domain_host;
830 $fallback{"$host.$domain_host"} = 2;
832 ($domain = $domain_host) =~ s/^[^\.]+//;
841 print "domainify($host,$domain_host)
[all...]
H A Dexpn.in770 local($host,$domain_host,$u) = @_;
775 $domain_host =~ s/\.$//;
777 if ($domain_host !~ /\./) {
781 print "domainify($host,$domain_host) = $host\n" if $debug;
812 $long = "$host $domain_host";
817 print "condensed fallback $host $domain_host -> $long\n" if $debug;
822 $fh = $domain_host;
829 $fallback{"$host.$domain_host"} = 2;
831 ($domain = $domain_host) =~ s/^[^\.]+//;
840 print "domainify($host,$domain_host)
[all...]
/freebsd-10.2-release/contrib/sendmail/contrib/
H A Dexpn.pl761 local($host,$domain_host,$u) = @_;
766 $domain_host =~ s/\.$//;
768 if ($domain_host !~ /\./) {
772 print "domainify($host,$domain_host) = $host\n" if $debug;
803 $long = "$host $domain_host";
808 print "condensed fallback $host $domain_host -> $long\n" if $debug;
813 $fh = $domain_host;
820 $fallback{"$host.$domain_host"} = 2;
822 ($domain = $domain_host) =~ s/^[^\.]+//;
831 print "domainify($host,$domain_host)
[all...]

Completed in 166 milliseconds