Searched refs:general_allocate_string (Results 1 – 1 of 1) sorted by relevance
/onnv-gate/usr/src/common/openssl/crypto/ui/ |
H A D | ui_lib.c | 164 static int general_allocate_string(UI *ui, const char *prompt, in general_allocate_string() function 245 return general_allocate_string(ui, prompt, 0, in UI_add_input_string() 265 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_input_string() 272 return general_allocate_string(ui, prompt, 0, in UI_add_verify_string() 291 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_verify_string() 365 return general_allocate_string(ui, text, 0, UIT_INFO, 0, NULL, 0, 0, in UI_add_info_string() 383 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL, in UI_dup_info_string() 389 return general_allocate_string(ui, text, 0, UIT_ERROR, 0, NULL, 0, 0, in UI_add_error_string() 406 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL, in UI_dup_error_string()
|