Searched refs:general_allocate_string (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/crypto/ui/ |
D | ui_lib.c | 119 static int general_allocate_string(UI *ui, const char *prompt, in general_allocate_string() function 201 return general_allocate_string(ui, prompt, 0, in UI_add_input_string() 220 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_input_string() 229 return general_allocate_string(ui, prompt, 0, in UI_add_verify_string() 248 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_verify_string() 316 return general_allocate_string(ui, text, 0, UIT_INFO, 0, NULL, 0, 0, in UI_add_info_string() 332 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL, in UI_dup_info_string() 338 return general_allocate_string(ui, text, 0, UIT_ERROR, 0, NULL, 0, 0, in UI_add_error_string() 353 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL, in UI_dup_error_string()
|