HomeSort by relevance Sort by last modified time
    Searched refs:strlen (Results 276 - 300 of 4310) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/intl/
relocatable.c 117 orig_prefix_len = strlen (orig_prefix_arg);
118 curr_prefix_len = strlen (curr_prefix_arg);
184 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
188 rel_installdir = orig_installdir + strlen (orig_installprefix);
193 const char *p = curr_pathname + strlen (curr_pathname);
216 const char *rp = rel_installdir + strlen (rel_installdir);
217 const char *cp = curr_installdir + strlen (curr_installdir);
433 (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1);
  /external/harfbuzz_ng/src/
hb-shaper.cc 79 end = p + strlen (p);
82 if (end - p == (int) strlen (shapers[j].name) &&
  /external/icu/icu4c/source/tools/tzcode/
asctime.c 111 ((strlen(year) <= 4) ? ASCTIME_FMT : ASCTIME_FMT_B),
116 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) {
ialloc.c 53 newsize = (new == NULL) ? 0 : strlen(new);
58 else oldsize = strlen(old);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
levenshtein.c 44 int len1 = strlen(string1), len2 = strlen(string2);
  /external/lldb/tools/debugserver/source/
DNBRegisterInfo.cpp 115 pos = str + strlen(str);
129 pos = str + strlen(str);
140 pos = str + strlen(str);
151 pos = str + strlen(str);
162 pos = str + strlen(str);
173 pos = str + strlen(str);
184 pos = str + strlen(str);
195 pos = str + strlen(str);
  /external/llvm/lib/Support/
regerror.c 101 assert(strlen(r->name) < sizeof(convbuf));
111 len = strlen(s) + 1;
  /external/openssl/crypto/buffer/
buf_str.c 66 return BUF_strndup(str, strlen(str));
110 return l + strlen(src);
  /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/qemu/distrib/ext4_utils/src/
uuid.c 45 SHA1Update(&ctx, (const u8*)namespace, strlen(namespace));
46 SHA1Update(&ctx, (const u8*)name, strlen(name));
  /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/wpa_supplicant_8/hs20/server/www/
users.php 105 if (strlen($osu_user) == 0)
133 if (strlen($row['devinfo']) > 0) {
136 if (strlen($row['devdetail']) > 0) {
139 if (strlen($row['pps']) > 0) {
142 if (strlen($row['cert_pem']) > 0) {
159 if (strlen($cert) > 0) {
268 else if (strlen($osu_user) > 0)
283 if (strlen($d) > 0) {
  /frameworks/av/media/libmedia/
StringArray.cpp 63 int len = strlen(str);
107 int len = strlen(str);
  /frameworks/base/tools/aapt/
AaptUtil.cpp 32 parts.add(String8(p, strlen(p)));
50 String8 val(p, strlen(p));
  /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/omap4-aah/security/smc_pa_ctrl/
smc_pa_ctrl.c 117 pConfFileName = malloc(strlen(argv[0]) + 1);
149 pPAFileName = malloc(strlen(argv[0]) + 1);
  /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);

Completed in 2057 milliseconds

<<11121314151617181920>>