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

/freebsd-10.1-release/crypto/openssh/
H A Dssh.c418 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
1000 strlcpy(shorthost, thishost, sizeof(shorthost));
1001 shorthost[strcspn(thishost, ".")] = '\0';
1009 "p", portstr, "u", pw->pw_name, "L", shorthost,
1021 "p", portstr, "u", pw->pw_name, "L", shorthost,
H A Dreadconf.c491 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
556 strlcpy(shorthost, thishost, sizeof(shorthost));
557 shorthost[strcspn(thishost, ".")] = '\0';
561 "L", shorthost,

Completed in 112 milliseconds