Home
last modified time | relevance | path

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

/external/openssl/crypto/ui/
Dui_lib.c372 char *text_copy=NULL; in UI_dup_info_string() local
376 text_copy=BUF_strdup(text); in UI_dup_info_string()
377 if (text_copy == NULL) in UI_dup_info_string()
384 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL, in UI_dup_info_string()
396 char *text_copy=NULL; in UI_dup_error_string() local
400 text_copy=BUF_strdup(text); in UI_dup_error_string()
401 if (text_copy == NULL) in UI_dup_error_string()
407 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL, in UI_dup_error_string()