Home
last modified time | relevance | path

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

/external/openssh/
Dssh-keygen.c119 char *identity_comment = NULL; variable
1452 if (identity_comment) { in do_change_comment()
1453 strlcpy(new_comment, identity_comment, sizeof(new_comment)); in do_change_comment()
2163 if (identity_comment != NULL) in do_gen_krl()
2164 ssh_krl_set_comment(krl, identity_comment); in do_gen_krl()
2398 identity_comment = optarg; in main()
2713 if (identity_comment) { in main()
2714 strlcpy(comment, identity_comment, sizeof(comment)); in main()