Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/ui/
Dui_lib.c360 char *text_copy = NULL; in UI_dup_info_string() local
363 text_copy = BUF_strdup(text); in UI_dup_info_string()
364 if (text_copy == NULL) { in UI_dup_info_string()
370 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL, in UI_dup_info_string()
382 char *text_copy = NULL; in UI_dup_error_string() local
385 text_copy = BUF_strdup(text); in UI_dup_error_string()
386 if (text_copy == NULL) { in UI_dup_error_string()
391 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL, in UI_dup_error_string()