Searched refs:identity_comment (Results 1 – 1 of 1) sorted by relevance
119 char *identity_comment = NULL; variable1452 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()