Searched refs:prompt_copy (Results 1 – 1 of 1) sorted by relevance
209 char *prompt_copy = NULL; in UI_dup_input_string() local212 prompt_copy = OPENSSL_strdup(prompt); in UI_dup_input_string()213 if (prompt_copy == NULL) { in UI_dup_input_string()219 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_input_string()237 char *prompt_copy = NULL; in UI_dup_verify_string() local240 prompt_copy = OPENSSL_strdup(prompt); in UI_dup_verify_string()241 if (prompt_copy == NULL) { in UI_dup_verify_string()247 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_verify_string()265 char *prompt_copy = NULL; in UI_dup_input_boolean() local271 prompt_copy = OPENSSL_strdup(prompt); in UI_dup_input_boolean()[all …]