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

/freebsd-11-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-11-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-11-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-11-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-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c567 char thishost[MAXHOSTNAMELEN], statline[STATLINE_SIZE]; local
579 gethostname(thishost, sizeof(thishost));
585 sendhost = thishost;
592 recvhost = thishost;
602 sendhost = thishost;
/freebsd-11-stable/crypto/openssh/
H A Dssh.c517 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,
1415 "u", pw->pw_name, "l", thishost, "
2053 char *filename, *cp, thishost[NI_MAXHOST]; local
[all...]
H A Dreadconf.c566 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
642 if (gethostname(thishost, sizeof(thishost)) == -1)
644 strlcpy(shorthost, thishost, sizeof(shorthost));
645 shorthost[strcspn(thishost, ".")] = '\0';
652 "l", thishost,
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c168 } *thishost, *firsthost; variable in typeref:struct:ftphost
618 fd = fopen(thishost->welcome, "r");
707 thishost = firsthost = lhrp = hrp;
899 hrp = thishost = firsthost; /* default */
905 thishost = hrp;
914 thishost = hrp;
924 hostname = thishost->hostname;
925 ftpuser = thishost->anonuser;
1014 pw = sgetpwnam(thishost->anonuser);
1519 statfd = open(thishost
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dipf.h186 extern char thishost[MAXHOSTNAMELEN];

Completed in 284 milliseconds