Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c77 char *identity_comment = NULL; variable
858 if (identity_comment) { in do_change_comment()
859 strlcpy(new_comment, identity_comment, sizeof(new_comment)); in do_change_comment()
1022 identity_comment = optarg; in main()
1153 if (identity_comment) { in main()
1154 strlcpy(comment, identity_comment, sizeof(comment)); in main()