Searched refs:thishost (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A Detrn.pl86 my $thishost = shift(@cws);
87 push(@hosts, $thishost)
88 unless $thishost =~ "$hostname|localhost";
98 my $thishost = $ARG;
99 chop($thishost);
100 push(@hosts, $thishost)
101 unless $thishost =~ $hostname;
/osnet-11/usr/src/lib/passwdutil/
H A Dnis_attr.c88 char thishost[MAXHOSTNAMELEN]; local
89 if (gethostname(thishost, sizeof (thishost)) == -1) {
94 if (strcmp(nisbuf->master, thishost) != 0)
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_umountall.sh276 thishost=`print_host $dev`
277 if [ "$HOST" != "$thishost" ]; then
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c1545 char *thishost = mynode(); local
1732 if (clnt_delhosts(nd->nd_nodename, sp, 1, &thishost,
1751 if (strcmp(thishost, sd->sd_nodes[i]) != 0) {
1756 &thishost, ep) == -1) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm510 my $thishost = hostname();
511 if (defined $otherhost && defined $thishost &&
512 $otherhost ne '' && $thishost ne '' &&
513 $otherhost ne $thishost) {

Completed in 38 milliseconds