Home
last modified time | relevance | path

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

/external/openssh/
Dssh-keygen.c101 char *identity_comment = NULL; variable
1333 if (identity_comment) { in do_change_comment()
1334 strlcpy(new_comment, identity_comment, sizeof(new_comment)); in do_change_comment()
2033 identity_comment = optarg; in main()
2313 if (identity_comment) { in main()
2314 strlcpy(comment, identity_comment, sizeof(comment)); in main()