Searched refs:thishost (Results 1 – 12 of 12) sorted by relevance
/freebsd/sbin/ipf/libipf/ |
H A D | initparse.c | 12 char thishost[MAXHOSTNAMELEN]; variable 17 gethostname(thishost, sizeof(thishost)); in initparse() 18 thishost[sizeof(thishost) - 1] = '\0'; in initparse()
|
H A D | gethost.c | 36 name = thishost; in gethost()
|
/freebsd/contrib/sendmail/contrib/ |
H A D | etrn.pl | 86 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/crypto/openssh/ |
H A D | sshconnect.h | 38 char *thishost; member 59 "l", conn_info->thishost, \
|
H A D | ssh.c | 618 free(cinfo->thishost); in ssh_conn_info_free() 674 char cname[NI_MAXHOST], thishost[NI_MAXHOST]; in main() local 1421 if (gethostname(thishost, sizeof(thishost)) == -1) in main() 1423 cinfo->thishost = xstrdup(thishost); in main() 1424 thishost[strcspn(thishost, ".")] = '\0'; in main() 1425 cinfo->shorthost = xstrdup(thishost); in main() 1438 cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost, in main()
|
H A D | readconf.h | 235 char *ssh_connection_hash(const char *thishost, const char *host,
|
H A D | readconf.c | 354 ssh_connection_hash(const char *thishost, const char *host, const char *portstr, in ssh_connection_hash() argument 361 ssh_digest_update(md, thishost, strlen(thishost)) < 0 || in ssh_connection_hash() 659 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in match_cfg_line() local 770 if (gethostname(thishost, sizeof(thishost)) == -1) in match_cfg_line() 774 strlcpy(shorthost, thishost, sizeof(shorthost)); in match_cfg_line() 775 shorthost[strcspn(thishost, ".")] = '\0'; in match_cfg_line() 779 conn_hash_hex = ssh_connection_hash(thishost, host, in match_cfg_line() 790 "l", thishost, in match_cfg_line()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | common.c | 559 char thishost[MAXHOSTNAMELEN], statline[STATLINE_SIZE]; in trstat_write() local 571 gethostname(thishost, sizeof(thishost)); in trstat_write() 577 sendhost = thishost; in trstat_write() 584 recvhost = thishost; in trstat_write() 594 sendhost = thishost; in trstat_write()
|
/freebsd/crypto/openssh/regress/ |
H A D | yes-head.sh | 6 lines=`${SSH} -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=1992…
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 152 } *thishost, *firsthost; variable 598 fd = fopen(thishost->welcome, "r"); in main() 687 thishost = firsthost = lhrp = hrp; in inithosts() 879 hrp = thishost = firsthost; /* default */ in selecthost() 885 thishost = hrp; in selecthost() 894 thishost = hrp; in selecthost() 904 hostname = thishost->hostname; in selecthost() 905 ftpuser = thishost->anonuser; in selecthost() 994 pw = sgetpwnam(thishost->anonuser); in user() 1478 statfd = open(thishost->statfile, O_WRONLY|O_APPEND); in pass() [all …]
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 179 extern char thishost[MAXHOSTNAMELEN];
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 8178 converted to host!user@thishost instead of host!user@uurelay. 8411 user%host@thishost. From Claude Scarpelli of Infobiogen
|