HomeSort by relevance Sort by last modified time
    Searched refs:shorthost (Results 1 - 2 of 2) sorted by null

  /external/openssh/
ssh.c 509 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
1123 strlcpy(shorthost, thishost, sizeof(shorthost));
1124 shorthost[strcspn(thishost, ".")] = '\0';
1142 "L", shorthost,
1161 "L", shorthost,
    [all...]
readconf.c 496 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
572 strlcpy(shorthost, thishost, sizeof(shorthost));
573 shorthost[strcspn(thishost, ".")] = '\0';
577 "L", shorthost,
    [all...]

Completed in 563 milliseconds