HomeSort by relevance Sort by last modified time
    Searched full:text_copy (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/ui/
ui_lib.c 372 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,
  /external/libpng/contrib/gregbook/
writepng.h 75 #define TEXT_COPY 0x08
wpng.c 559 wpng_info.have_text |= TEXT_COPY;
568 wpng_info.have_text &= ~TEXT_COPY;
572 wpng_info.have_text &= ~TEXT_COPY;
writepng.c 199 if (mainprog_ptr->have_text & TEXT_COPY) {

Completed in 52 milliseconds