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

  /packages/inputmethods/LatinIME/native/src/
debug.h 43 unsigned char tmp_buffer[length]; local
44 convertToUnibyteString(string, tmp_buffer, length);
45 LOGI(">> %s", tmp_buffer);
54 unsigned char tmp_buffer[length+1]; local
55 convertToUnibyteStringAndReplaceLastChar(string, tmp_buffer, length, c);
56 LOGI(">> %s", tmp_buffer);
  /external/e2fsprogs/ext2ed/
general_com.c 495 char *ptr,buffer [80],tmp_buffer [80]; local
507 sprintf (tmp_buffer,"show");dispatch (tmp_buffer);
521 sprintf (tmp_buffer,"show");dispatch (tmp_buffer);
  /external/libxml2/
parserInternals.c 1942 xmlParserNodeInfo *tmp_buffer; local
    [all...]
  /external/openssl/crypto/ec/
ec_asn1.c 1279 unsigned char *tmp_buffer = OPENSSL_realloc(buffer, tmp_len); local
1280 if (!tmp_buffer)
1285 buffer = tmp_buffer;
    [all...]

Completed in 68 milliseconds