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

/freebsd-9.3-release/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.c26 if (!strcmp(name, "<thishost>"))
27 name = thishost;
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/amd/fixmount/
H A Dfixmount.c66 static char thishost[MAXHOSTNAMELEN + 1] = ""; variable
134 if (is_same_host(mp->ml_hostname, thishost, thisaddr)) {
212 if (is_same_host(p->ml_hostname, thishost, thisaddr)) {
324 xstrlcpy(thishost, optarg, sizeof(thishost));
338 if (!*thishost) {
341 if (gethostname(thishost, sizeof(thishost)) < 0) {
345 thishost[sizeof(thishost)
[all...]
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Dcommon.c566 char thishost[MAXHOSTNAMELEN], statline[STATLINE_SIZE]; local
578 gethostname(thishost, sizeof(thishost));
584 sendhost = thishost;
591 recvhost = thishost;
601 sendhost = thishost;
/freebsd-9.3-release/crypto/openssh/
H A Dssh.c418 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
998 if (gethostname(thishost, sizeof(thishost)) == -1)
1000 strlcpy(shorthost, thishost, sizeof(shorthost));
1001 shorthost[strcspn(thishost, ".")] = '\0';
1008 "h", host, "l", thishost, "n", host_arg, "r", options.user,
1020 "l", thishost, "n", host_arg, "r", options.user,
1802 char *filename, *cp, thishost[NI_MAXHOST]; local
1842 if (gethostname(thishost, sizeof(thishost))
[all...]
H A Dreadconf.c491 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
554 if (gethostname(thishost, sizeof(thishost)) == -1)
556 strlcpy(shorthost, thishost, sizeof(shorthost));
557 shorthost[strcspn(thishost, ".")] = '\0';
564 "l", thishost,
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c170 } *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);
1515 statfd = open(thishost
[all...]
/freebsd-9.3-release/contrib/ipfilter/
H A Dipf.h172 extern char thishost[];
H A DHISTORY605 fix various parsing regressions, including "<thishost>", "tcpudp", ordering
2069 initparse() call, missing to prime "<thishost>" hook - Craig Bishop
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipnat.c78 char thishost[MAXHOSTNAMELEN]; variable

Completed in 192 milliseconds