Home
last modified time | relevance | path

Searched refs:general_allocate_string (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/ui/
H A Dui_lib.c119 static int general_allocate_string(UI *ui, const char *prompt, in general_allocate_string() function
200 return general_allocate_string(ui, prompt, 0, in UI_add_input_string()
219 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_input_string()
228 return general_allocate_string(ui, prompt, 0, in UI_add_verify_string()
247 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_verify_string()
315 return general_allocate_string(ui, text, 0, UIT_INFO, 0, NULL, 0, 0, in UI_add_info_string()
331 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL, in UI_dup_info_string()
337 return general_allocate_string(ui, text, 0, UIT_ERROR, 0, NULL, 0, 0, in UI_add_error_string()
352 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL, in UI_dup_error_string()