Home
last modified time | relevance | path

Searched refs:thishost (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dinitparse.c11 char thishost[MAXHOSTNAMELEN]; variable
16 gethostname(thishost, sizeof(thishost)); in initparse()
17 thishost[sizeof(thishost) - 1] = '\0'; in initparse()
H A Dgethost.c27 name = thishost;
/illumos-gate/usr/src/cmd/sendmail/util/
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;
/illumos-gate/usr/src/cmd/initpkg/
H A Dumountall.sh283 thishost='-'
285 thishost=`print_nfs_host $dev`
288 thishost=`print_smbfs_host $dev`
290 if [ "$HOST" != "$thishost" ]; then
/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c87 char thishost[MAXHOSTNAMELEN]; in nis_privileged() local
88 if (gethostname(thishost, sizeof (thishost)) == -1) { in nis_privileged()
93 if (strcmp(nisbuf->master, thishost) != 0) in nis_privileged()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h179 extern char thishost[];
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c74 extern char thishost[MAXHOSTNAMELEN];
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd833 ($thishost) = gethostbyname(hostname);
834 if ($ypmaster eq $thishost) {