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

/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-keygen.c109 char *identity_comment = NULL; variable
1376 if (identity_comment) {
1377 strlcpy(new_comment, identity_comment, sizeof(new_comment));
2085 if (identity_comment != NULL)
2086 ssh_krl_set_comment(krl, identity_comment);
2317 identity_comment = optarg;
2621 if (identity_comment) {
2622 strlcpy(comment, identity_comment, sizeof(comment));

Completed in 116 milliseconds