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

/freebsd-13-stable/contrib/ipfilter/lib/
H A Dinitparse.c13 char thishost[MAXHOSTNAMELEN]; variable
18 gethostname(thishost, sizeof(thishost));
19 thishost[sizeof(thishost) - 1] = '\0';
H A Dgethost.c38 if (!strcmp(name, "<thishost>"))
39 name = thishost;
/freebsd-13-stable/crypto/openssh/regress/
H A Dyes-head.sh6 lines=`${SSH} -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=199209 head -2000"' | (sleep 3 ; wc -l)`
/freebsd-13-stable/contrib/sendmail/contrib/
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;
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dcommon.c569 char thishost[MAXHOSTNAMELEN], statline[STATLINE_SIZE]; local
581 gethostname(thishost, sizeof(thishost));
587 sendhost = thishost;
594 recvhost = thishost;
604 sendhost = thishost;
/freebsd-13-stable/crypto/openssh/
H A Dssh.c172 static char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; variable
1269 if (gethostname(thishost, sizeof(thishost)) == -1)
1271 strlcpy(shorthost, thishost, sizeof(shorthost));
1272 shorthost[strcspn(thishost, ".")] = '\0';
1295 ssh_digest_update(md, thishost, strlen(thishost)) < 0 ||
1318 "l", thishost,
1339 "l", thishost,
1465 "l", thishost,
[all...]
H A Dreadconf.c559 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
636 if (gethostname(thishost, sizeof(thishost)) == -1)
638 strlcpy(shorthost, thishost, sizeof(shorthost));
639 shorthost[strcspn(thishost, ".")] = '\0';
648 "l", thishost,
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c170 } *thishost, *firsthost; variable in typeref:struct:ftphost
634 fd = fopen(thishost->welcome, "r");
723 thishost = firsthost = lhrp = hrp;
915 hrp = thishost = firsthost; /* default */
921 thishost = hrp;
930 thishost = hrp;
940 hostname = thishost->hostname;
941 ftpuser = thishost->anonuser;
1030 pw = sgetpwnam(thishost->anonuser);
1535 statfd = open(thishost
[all...]
/freebsd-13-stable/contrib/ipfilter/
H A Dipf.h186 extern char thishost[MAXHOSTNAMELEN];

Completed in 135 milliseconds