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

/freebsd-10.3-release/crypto/openssh/
H A Dssh.c519 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
1131 strlcpy(shorthost, thishost, sizeof(shorthost));
1132 shorthost[strcspn(thishost, ".")] = '\0';
1168 "L", shorthost,
1187 "L", shorthost,
H A Dreadconf.c541 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
619 strlcpy(shorthost, thishost, sizeof(shorthost));
620 shorthost[strcspn(thishost, ".")] = '\0';
624 "L", shorthost,

Completed in 196 milliseconds