Searched refs:shorthost (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | ssh.c | 516 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in main() local 1183 strlcpy(shorthost, thishost, sizeof(shorthost)); in main() 1184 shorthost[strcspn(thishost, ".")] = '\0'; in main() 1203 "L", shorthost, in main() 1222 "L", shorthost, in main()
|
D | readconf.c | 555 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in match_cfg_line() local 633 strlcpy(shorthost, thishost, sizeof(shorthost)); in match_cfg_line() 634 shorthost[strcspn(thishost, ".")] = '\0'; in match_cfg_line() 638 "L", shorthost, in match_cfg_line()
|