Home
last modified time | relevance | path

Searched refs:thishost (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.bin/cvs/
H A Dedit.c264 char timebuf[CVS_TIME_BUFSZ], thishost[HOST_NAME_MAX+1]; in cvs_edit_local() local
283 if (gethostname(thishost, sizeof(thishost)) == -1) in cvs_edit_local()
290 cf->file_name, timebuf, thishost, wdir); in cvs_edit_local()
331 char bfpath[PATH_MAX], timebuf[64], thishost[HOST_NAME_MAX+1]; in cvs_unedit_local() local
367 if (gethostname(thishost, sizeof(thishost)) == -1) in cvs_unedit_local()
374 cf->file_name, timebuf, thishost, wdir); in cvs_unedit_local()
/openbsd/usr.bin/ssh/
H A Dsshconnect.h40 char *thishost; member
61 "l", conn_info->thishost, \
H A Dssh.c602 free(cinfo->thishost); in ssh_conn_info_free()
658 char cname[NI_MAXHOST], thishost[NI_MAXHOST]; in main() local
1400 if (gethostname(thishost, sizeof(thishost)) == -1) in main()
1402 cinfo->thishost = xstrdup(thishost); in main()
1403 thishost[strcspn(thishost, ".")] = '\0'; in main()
1404 cinfo->shorthost = xstrdup(thishost); in main()
1417 cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost, in main()
H A Dreadconf.h236 char *ssh_connection_hash(const char *thishost, const char *host,
H A Dreadconf.c340 ssh_connection_hash(const char *thishost, const char *host, const char *portstr, in ssh_connection_hash() argument
347 ssh_digest_update(md, thishost, strlen(thishost)) < 0 || in ssh_connection_hash()
636 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in expand_match_exec_or_include_path() local
652 if (gethostname(thishost, sizeof(thishost)) == -1) in expand_match_exec_or_include_path()
656 strlcpy(shorthost, thishost, sizeof(shorthost)); in expand_match_exec_or_include_path()
657 shorthost[strcspn(thishost, ".")] = '\0'; in expand_match_exec_or_include_path()
661 conn_hash_hex = ssh_connection_hash(thishost, host, in expand_match_exec_or_include_path()
671 "l", thishost, in expand_match_exec_or_include_path()
/openbsd/regress/usr.bin/ssh/
H A Dyes-head.sh6 lines=`${SSH} -F $OBJ/ssh_proxy thishost 'yes | head -2000' | (sleep 3 ; wc -l)`
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm730 my $thishost = hostname();
732 if (defined $otherhost && defined $thishost &&
733 $otherhost ne '' && $thishost ne '' &&
734 $otherhost ne $thishost) {