Searched refs:shorthost (Results 1 – 2 of 2) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | ssh.c | 418 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in main() local 1000 strlcpy(shorthost, thishost, sizeof(shorthost)); in main() 1001 shorthost[strcspn(thishost, ".")] = '\0'; in main() 1009 "p", portstr, "u", pw->pw_name, "L", shorthost, in main() 1021 "p", portstr, "u", pw->pw_name, "L", shorthost, in main()
|
| HD | readconf.c | 491 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in match_cfg_line() local 556 strlcpy(shorthost, thishost, sizeof(shorthost)); in match_cfg_line() 557 shorthost[strcspn(thishost, ".")] = '\0'; in match_cfg_line() 561 "L", shorthost, in match_cfg_line()
|