Home
last modified time | relevance | path

Searched refs:shorthost (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshconnect.h37 char *shorthost; member
58 "L", conn_info->shorthost, \
H A Dreadconf.c657 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in expand_match_exec_or_include_path() local
677 strlcpy(shorthost, thishost, sizeof(shorthost)); in expand_match_exec_or_include_path()
678 shorthost[strcspn(thishost, ".")] = '\0'; in expand_match_exec_or_include_path()
688 "L", shorthost, in expand_match_exec_or_include_path()
H A Dssh.c615 free(cinfo->shorthost); in ssh_conn_info_free()
1425 cinfo->shorthost = xstrdup(thishost); in main()