Searched refs:shorthost (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | ssh.c | 508 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in main() local 1122 strlcpy(shorthost, thishost, sizeof(shorthost)); in main() 1123 shorthost[strcspn(thishost, ".")] = '\0'; in main() 1141 "L", shorthost, in main() 1160 "L", shorthost, in main()
|
D | readconf.c | 497 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in match_cfg_line() local 572 strlcpy(shorthost, thishost, sizeof(shorthost)); in match_cfg_line() 573 shorthost[strcspn(thishost, ".")] = '\0'; in match_cfg_line() 577 "L", shorthost, in match_cfg_line()
|