HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 1801 - 1825 of 5643) sorted by null

<<71727374757677787980>>

  /toolchain/binutils/binutils-2.25/bfd/
elf32-tilegx.c 74 int n = strlen (command);
elf64-tilegx.c 74 int n = strlen (command);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
itbl-test.c 70 p = s + strlen (s) - 1;
  /toolchain/binutils/binutils-2.25/gold/
dwp.h 65 return strncmp(prefix, str, strlen(prefix)) == 0;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c 366 len = strlen(info.name);
545 len = strlen(info.name);
564 if (strlen(filename) >= sizeof(buf))
645 len = strlen(p);
  /toolchain/binutils/binutils-2.25/gprof/
basic_blocks.c 365 p += strlen (p);
375 p += strlen (p);
401 p += strlen (p);
415 p += strlen (p);
  /toolchain/binutils/binutils-2.25/intl/
textdomain.c 113 size_t len = strlen (domainname) + 1;
  /toolchain/binutils/binutils-2.25/libiberty/
mkstemps.c 90 len = strlen (pattern);
  /bionic/libc/dns/net/
gethnamaddr.c 263 n = (int)strlen(bp) + 1; /* for the \0 */
310 n = (int)strlen(bp) + 1; /* for the \0 */
317 n = (int)strlen(tbuf) + 1; /* for the \0 */
338 n = (int)strlen(tbuf) + 1; /* for the \0 */
379 n = (int)strlen(bp) + 1; /* for the \0 */
390 n = strlen(bp) + 1; /* for the \0 */
424 nn = (int)strlen(bp) + 1; /* for the \0 */
467 n = (int)strlen(qname) + 1; /* for the \0 */
784 default_dns_files, name, strlen(name), af) != NS_SUCCESS)
    [all...]
  /bionic/tests/
string_test.cpp 322 ASSERT_EQ(buf+strlen(orig), stpcpy(buf, orig));
336 ASSERT_EQ(buf+strlen(orig), stpcpy(buf, orig));
369 char* res = strncat(buf, "01234", sizeof(buf) - strlen(buf) - 1);
413 memcpy(buf, s, strlen(s) + 1);
414 EXPECT_TRUE(strchr(buf, '\0') == (buf + strlen(s)));
469 EXPECT_TRUE(strchrnul(s, '8') == (s + strlen(s)));
470 EXPECT_TRUE(strchrnul(s, '\0') == (s + strlen(s)));
526 ASSERT_TRUE(stpcpy(state.ptr2, state.ptr1) == state.ptr2 + strlen(state.ptr1));
608 ASSERT_EQ(strlcpy(state.ptr2, state.ptr1, state.MAX_LEN), strlen(state.ptr1));
629 size_t pos = strlen(state.ptr1)
    [all...]
  /external/bison/lib/
getopt.c 271 int len = d->__nonoption_flags_max_len = strlen (orig_str);
507 if (namelen == (unsigned int) strlen (p->name))
592 d->__nextchar += strlen (d->__nextchar);
672 d->__nextchar += strlen (d->__nextchar);
712 d->__nextchar += strlen (d->__nextchar);
717 d->__nextchar += strlen (d->__nextchar);
910 if ((unsigned int) (nameend - d->__nextchar) == strlen (p->name))
958 d->__nextchar += strlen (d->__nextchar);
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 147 if (strlen(es->s_volume_name))
220 namesz = strlen(fs_name);
797 if (strlen(xs->xs_fname))
823 if (strlen(rs->rs_label))
839 if (strlen((char *) rs4->rs4_label))
867 if (strlen((char *) js->js_label))
910 if (strlen((char *) ros->ros_volume))
925 if (strlen((char *) csb->name))
1098 if (strlen(sbd->sb_locktable))
1120 if (strlen(sbd->sb_locktable)
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 354 len = strlen(mnt->mnt_dir);
364 mnt_type = realloc(mnt_type, strlen(mnt->mnt_type) + 1);
369 memset(mnt_type, 0, strlen(mnt->mnt_type) + 1);
370 strncpy(mnt_type, mnt->mnt_type, strlen(mnt->mnt_type));
372 strncpy(devname, mnt->mnt_fsname, strlen(mnt->mnt_fsname) + 1);
1236 if (strlen(file) > 40)
1245 if (strlen(file) > 40)
1264 if (strlen(msg_buffer) > 40)
1275 if (strlen(msg_buffer) > 40)
    [all...]
  /external/elfutils/src/
elfcompress.c 478 strlen (".zdebug")) == 0)
481 strlen (".debug")) == 0)))
487 size_t slen = strlen (sname);
540 size_t fname_len = strlen (fname);
693 else if (strncmp (sname, ".zdebug", strlen (".zdebug")) == 0)
707 if (strncmp (sname, ".debug", strlen (".debug")) == 0)
754 if (strncmp (sname, ".zdebug", strlen (".zdebug")) == 0)
766 if (strncmp (sname, ".zdebug", strlen (".zdebug")) == 0)
897 else if (strncmp (name, ".zdebug", strlen (".zdebug")) == 0)
1039 else if (strncmp (shstrtab_name, ".zdebug", strlen (".zdebug")) == 0
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 615 int strlen = 0; local
620 strlen += tests[linecount].length();
623 System.out.println("Total size of strings " + strlen);
628 strlen -= 5; // any left over characters are not iterated,
645 if (strindex > strlen) {
671 if (strindex > strlen) {
734 int strlen = 0; local
739 strlen += tests[linecount].length();
742 System.out.println("Total size of strings " + strlen);
762 if (strindex > strlen) {
    [all...]
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 670 char *p = str + strlen(str);
958 return strlen(*(char **)p2) - strlen(*(char **)p1);
965 int w1_len=strlen(w1->text);
966 int w2_len=strlen(w2->text);
1115 work_len = strlen(work);
1127 log_debug(" compute_raw_from_trans match = %s len = %u\n", match, strlen(match));
1197 int plen = strlen(p);
1201 int wlen = strlen(w->text);
1202 if (plen >= wlen && !strncmp(w->text, p, strlen(w->text)))
    [all...]
  /art/compiler/jit/
jit_compiler.cc 122 StringPiece str = option.substr(strlen("--instruction-set-variant=")).data();
130 StringPiece str = option.substr(strlen("--instruction-set-features=")).data();
  /art/dalvikvm/
dalvikvm.cc 135 if (strncmp(argv[arg_idx], "-XXlib:", strlen("-XXlib:")) == 0) {
136 lib = argv[arg_idx] + strlen("-XXlib:");
  /art/runtime/base/
stringpiece.h 52 : ptr_(str), length_((str == nullptr) ? 0 : strlen(str)) { }
77 length_ = strlen(str);
  /art/runtime/mirror/
string.cc 112 size_t byte_count = strlen(utf);
118 return AllocFromModifiedUtf8(self, utf16_length, utf8_data_in, strlen(utf8_data_in));
  /art/runtime/
utf.cc 28 return CountModifiedUtf8Chars(utf8, strlen(utf8));
47 DCHECK_LE(byte_count, strlen(utf8));
  /bionic/libc/dns/resolv/
res_data.c 317 len_host = strlen(hostname);
318 len_domain = strlen(_nres.defdname);
  /build/kati/
string_piece.h 66 : ptr_(str), length_((str == NULL) ? 0 : strlen(str)) { }
93 length_ = str ? strlen(str) : 0;
  /development/ndk/platforms/android-21/include/
string.h 53 extern size_t strlen(const char *) __purefunc;
233 size_t strlen(const char *s) { function
  /device/huawei/angler/power/
utils.c 143 len = write(fd, s, strlen(s));
164 int len = strlen(governor);

Completed in 1987 milliseconds

<<71727374757677787980>>