Searched refs:thishost (Results 1 – 9 of 9) sorted by relevance
11 char thishost[MAXHOSTNAMELEN]; variable16 gethostname(thishost, sizeof(thishost)); in initparse()17 thishost[sizeof(thishost) - 1] = '\0'; in initparse()
29 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
87 char thishost[MAXHOSTNAMELEN]; in nis_privileged() local88 if (gethostname(thishost, sizeof (thishost)) == -1) { in nis_privileged()93 if (strcmp(nisbuf->master, thishost) != 0) in nis_privileged()
120 daemonaddr_t thishost; variable1159 socklen_t len = sizeof (thishost); in init()1315 thishost.sin_family = AF_INET; in init()1316 thishost.sin_addr.s_addr = INADDR_ANY; in init()1317 thishost.sin_port = htons(lock_port); in init()1318 rc = bind(lock_soc, (struct sockaddr *)&thishost, sizeof (thishost)); in init()1324 if (getsockname(lock_soc, (struct sockaddr *)&thishost, &len) < 0) in init()
179 extern char thishost[];
83 char thishost[MAXHOSTNAMELEN]; variable
833 ($thishost) = gethostbyname(hostname);834 if ($ypmaster eq $thishost) {