HomeSort by relevance Sort by last modified time
    Searched refs:strlen (Results 251 - 275 of 3902) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/buffer/
buf_str.c 66 return BUF_strndup(str, strlen(str));
110 return l + strlen(src);
  /external/openssl/crypto/ripemd/
rmdtest.c 116 ebcdic2ascii((char *)*P, (char *)*P, strlen((char *)*P));
118 EVP_Digest(&(P[0][0]),strlen((char *)*P),md,NULL,EVP_ripemd160(), NULL);
  /external/oprofile/libop/
op_config.c 41 session_dir_len = strlen(session_dir);
43 if (session_dir_len + strlen("/samples/oprofiled.log") > PATH_MAX) {
  /external/oprofile/libop/tests/
mangle_tests.c 53 char * expect = xmalloc(strlen(test->result) +
54 strlen(op_samples_current_dir) + 1);
  /external/ppp/pppd/plugins/pppoatm/
misc.c 28 ref_len = strlen(*pos);
32 len = strlen(value);
  /external/qemu/android/
core-init-utils.c 56 socket_send(fd, msg, strlen(msg) + 1);
81 vbufprint(msg + strlen(msg), msg + sizeof(msg), fmt, args);
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 17 size_t len = strlen(str);
74 char* num = test + strlen(test);
  /external/stlport/test/unit/
setinter_test.cpp 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /external/v8/src/
utils.cc 50 ASSERT(static_cast<size_t>(n) <= strlen(s));
86 ASSERT(strlen(buffer_.start()) == static_cast<size_t>(position_));
  /frameworks/av/media/libmedia/
StringArray.cpp 63 int len = strlen(str);
107 int len = strlen(str);
  /hardware/libhardware_legacy/power/
power.c 111 return write(fd, id, strlen(id));
123 ssize_t len = write(g_fds[RELEASE_WAKE_LOCK], id, strlen(id));
  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl.c 117 pConfFileName = malloc(strlen(argv[0]) + 1);
149 pPAFileName = malloc(strlen(argv[0]) + 1);
  /ndk/sources/cxx-stl/gabi++/include/
cstring 56 using ::strlen;
  /ndk/sources/cxx-stl/system/include/
cstring 56 using ::strlen;
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 96 assert(strlen(r->name) < sizeof(convbuf));
106 len = strlen(s) + 1;
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex28.c 59 if (re_compile_pattern (tests[i].regex, strlen (tests[i].regex), &r))
65 size_t len = strlen (tests[i].string);
  /ndk/tests/device/test-gnustl-full/unit/
setinter_test.cpp 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/tests/device/test-stlport/unit/
setinter_test.cpp 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
dict_file_writing_utils.cpp 58 const int tmpFileNameBufSize = strlen(filePath)
59 + strlen(TEMP_FILE_SUFFIX_FOR_WRITING_DICT_FILE) + 1 /* terminator */;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 54 using ::strlen;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 54 using ::strlen;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 56 using ::strlen;

Completed in 4775 milliseconds

<<11121314151617181920>>