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

/freebsd-10-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-10-stable/crypto/openssh/regress/
H A Dyes-head.sh7 lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=199209 head -2000"' | (sleep 3 ; wc -l)`
/freebsd-10-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-10-stable/contrib/amd/fixmount/
H A Dfixmount.c62 static char thishost[MAXHOSTNAMELEN + 1] = ""; variable
130 if (is_same_host(mp->ml_hostname, thishost, thisaddr)) {
208 if (is_same_host(p->ml_hostname, thishost, thisaddr)) {
320 xstrlcpy(thishost, optarg, sizeof(thishost));
334 if (!*thishost) {
337 if (gethostname(thishost, sizeof(thishost)) < 0) {
341 thishost[sizeof(thishost)
[all...]
/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Dcommon.c565 char thishost[MAXHOSTNAMELEN], statline[STATLINE_SIZE]; local
577 gethostname(thishost, sizeof(thishost));
583 sendhost = thishost;
590 recvhost = thishost;
600 sendhost = thishost;
/freebsd-10-stable/crypto/openssh/
H A Dssh.c520 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
1177 if (gethostname(thishost, sizeof(thishost)) == -1)
1179 strlcpy(shorthost, thishost, sizeof(shorthost));
1180 shorthost[strcspn(thishost, ".")] = '\0';
1202 ssh_digest_update(md, thishost, strlen(thishost)) < 0 ||
1219 "l", thishost,
1237 "l", thishost,
1407 "u", pw->pw_name, "l", thishost, "
2043 char *filename, *cp, thishost[NI_MAXHOST]; local
[all...]
H A Dreadconf.c565 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
641 if (gethostname(thishost, sizeof(thishost)) == -1)
643 strlcpy(shorthost, thishost, sizeof(shorthost));
644 shorthost[strcspn(thishost, ".")] = '\0';
651 "l", thishost,
/freebsd-10-stable/libexec/ftpd/
H A Dftpd.c166 } *thishost, *firsthost; variable in typeref:struct:ftphost
622 fd = fopen(thishost->welcome, "r");
710 thishost = firsthost = lhrp = hrp;
902 hrp = thishost = firsthost; /* default */
908 thishost = hrp;
917 thishost = hrp;
927 hostname = thishost->hostname;
928 ftpuser = thishost->anonuser;
1017 pw = sgetpwnam(thishost->anonuser);
1519 statfd = open(thishost
[all...]
/freebsd-10-stable/contrib/ipfilter/
H A Dipf.h212 extern char thishost[];
H A DHISTORY1592 initparse() call, missing to prime "<thishost>" hook - Craig Bishop
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipnat.c78 char thishost[MAXHOSTNAMELEN]; variable

Completed in 196 milliseconds