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

/freebsd-10.0-release/crypto/openssl/crypto/ui/
H A Dui_lib.c372 char *text_copy=NULL; local
376 text_copy=BUF_strdup(text);
377 if (text_copy == NULL)
384 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL,
396 char *text_copy=NULL; local
400 text_copy=BUF_strdup(text);
401 if (text_copy == NULL)
407 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL,

Completed in 188 milliseconds