Searched refs:thishost (Results 1 – 8 of 8) sorted by relevance
11 char thishost[MAXHOSTNAMELEN]; variable16 gethostname(thishost, sizeof(thishost)); in initparse()17 thishost[sizeof(thishost) - 1] = '\0'; in initparse()
27 name = thishost;
86 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;
283 thishost='-'285 thishost=`print_nfs_host $dev`288 thishost=`print_smbfs_host $dev`290 if [ "$HOST" != "$thishost" ]; then
89 char thishost[MAXHOSTNAMELEN]; in nis_privileged() local90 if (gethostname(thishost, sizeof (thishost)) == -1) { in nis_privileged()95 if (strcmp(nisbuf->master, thishost) != 0) in nis_privileged()
179 extern char thishost[];
74 extern char thishost[MAXHOSTNAMELEN];
833 ($thishost) = gethostbyname(hostname);834 if ($ypmaster eq $thishost) {