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

/freebsd-10-stable/crypto/openssh/
H A Dssh.c520 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
1179 strlcpy(shorthost, thishost, sizeof(shorthost));
1180 shorthost[strcspn(thishost, ".")] = '\0';
1216 "L", shorthost,
1235 "L", shorthost,
H A Dreadconf.c565 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
643 strlcpy(shorthost, thishost, sizeof(shorthost));
644 shorthost[strcspn(thishost, ".")] = '\0';
648 "L", shorthost,

Completed in 102 milliseconds