Lines Matching refs:prompt_copy
254 char *prompt_copy=NULL; in UI_dup_input_string() local
258 prompt_copy=BUF_strdup(prompt); in UI_dup_input_string()
259 if (prompt_copy == NULL) in UI_dup_input_string()
266 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_input_string()
280 char *prompt_copy=NULL; in UI_dup_verify_string() local
284 prompt_copy=BUF_strdup(prompt); in UI_dup_verify_string()
285 if (prompt_copy == NULL) in UI_dup_verify_string()
292 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_verify_string()
308 char *prompt_copy = NULL; in UI_dup_input_boolean() local
315 prompt_copy=BUF_strdup(prompt); in UI_dup_input_boolean()
316 if (prompt_copy == NULL) in UI_dup_input_boolean()
353 return general_allocate_boolean(ui, prompt_copy, action_desc_copy, in UI_dup_input_boolean()
357 if (prompt_copy) OPENSSL_free(prompt_copy); in UI_dup_input_boolean()