Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c177 static char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; variable
236 "L", shorthost, \
1352 strlcpy(shorthost, thishost, sizeof(shorthost)); in main()
1353 shorthost[strcspn(thishost, ".")] = '\0'; in main()
Dreadconf.c582 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in match_cfg_line() local
671 strlcpy(shorthost, thishost, sizeof(shorthost)); in match_cfg_line()
672 shorthost[strcspn(thishost, ".")] = '\0'; in match_cfg_line()
681 "L", shorthost, in match_cfg_line()