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

  /external/openssh/
ssh.c 508 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
1122 strlcpy(shorthost, thishost, sizeof(shorthost));
1123 shorthost[strcspn(thishost, ".")] = '\0';
1141 "L", shorthost,
1160 "L", shorthost,
    [all...]
readconf.c 497 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 446 milliseconds