Searched refs:text_copy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/crypto/ui/ |
| H A D | ui_lib.c | 323 char *text_copy = NULL; in UI_dup_info_string() local 327 text_copy = OPENSSL_strdup(text); in UI_dup_info_string() 328 if (text_copy == NULL) in UI_dup_info_string() 332 ret = general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL, in UI_dup_info_string() 335 OPENSSL_free(text_copy); in UI_dup_info_string() 347 char *text_copy = NULL; in UI_dup_error_string() local 351 text_copy = OPENSSL_strdup(text); in UI_dup_error_string() 352 if (text_copy == NULL) in UI_dup_error_string() 356 ret = general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL, in UI_dup_error_string() 359 OPENSSL_free(text_copy); in UI_dup_error_string()
|