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

/freebsd-13-stable/crypto/openssh/
H A Dssh.c172 static char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; variable
1271 strlcpy(shorthost, thishost, sizeof(shorthost));
1272 shorthost[strcspn(thishost, ".")] = '\0';
1314 "L", shorthost,
1336 "L", shorthost,
1888 "L", shorthost,
H A Dreadconf.c559 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
638 strlcpy(shorthost, thishost, sizeof(shorthost));
639 shorthost[strcspn(thishost, ".")] = '\0';
645 "L", shorthost,

Completed in 113 milliseconds