Searched refs:strlen (Results 1 - 25 of 1797) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A D2004-03-09-UnmangledBuiltinMethods.cpp5 void strlen();
8 void AccessFlags::strlen() { } function in class:AccessFlags
/external/valgrind/main/none/tests/
H A Dreadline1.stdout.exp1 HERE strlen is 2
H A Dcoolo_strlen.c7 int len = strlen(b2);
/external/e2fsprogs/intl/
H A Dos2compat.c59 size_t sl = strlen (root);
60 _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1);
62 memcpy (_nlos2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1);
73 size_t sl = strlen (root);
74 _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1);
76 memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1);
87 size_t sl = strlen (root);
88 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1);
90 memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1);
96 if (strlen (_nlos2_localedi
[all...]
/external/oprofile/libop/
H A Dop_mangle.c53 len = strlen(op_samples_current_dir) + strlen(dep_name) + 1
54 + strlen(values->event_name) + 1 + strlen(image_name) + 1;
57 len += strlen(cg_image_name) + 1;
60 len += strlen(anon_name);
82 sprintf(mangled + strlen(mangled), ".%d.%d.",
86 sprintf(mangled + strlen(mangled), "%d.", values->tgid);
88 sprintf(mangled + strlen(mangled), "%s.", "all");
92 sprintf(mangled + strlen(mangle
[all...]
/external/clang/test/CodeGen/
H A Dstack-protector.c11 char a[strlen(msg) + 1];
/external/elfutils/lib/
H A Dxstrdup.c26 return strcpy (xmalloc (strlen (string) + 1), string);
/external/clang/test/Analysis/
H A Dstring.c31 // strlen()
34 #define strlen BUILTIN(strlen) macro
35 size_t strlen(const char *s);
38 if (strlen("123") != 3)
44 if (strlen(a) != 3)
50 if (strlen(a) != 3)
53 if (strlen(a) != 3)
58 return strlen(0); // expected-warning{{Null pointer argument in call to string length function}}
62 return strlen((cha
[all...]
H A Dmisc-ps.c3 unsigned long strlen(const char *);
13 // strlen doesn't invalidate the value of 'size_rdar9373039'.
14 int extra = (2 + strlen ("Clang") + ((4 - ((unsigned int) (2 + strlen ("Clang")) % 4)) % 4)) + (2 + strlen ("1.0") + ((4 - ((unsigned int) (2 + strlen ("1.0")) % 4)) % 4));
/external/qemu/android/utils/
H A Dsetenv.c10 size_t length = strlen(name) + strlen(value) + 2;
/external/webkit/Source/WebCore/platform/text/
H A DTextCodec.cpp48 return static_cast<int>(strlen(replacement));
51 return static_cast<int>(strlen(replacement));
/external/valgrind/main/include/
H A Dpub_tool_options.h52 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
54 Char* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \
63 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
65 Char* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \
73 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
75 Char* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \
88 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
90 Char* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \
121 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
123 Char* val = &(qq_arg)[ VG_(strlen)(qq_optio
[all...]
/external/svox/pico/tts/
H A Dsvox_ssml_parser.cpp83 int doclen = (int)strlen(ssmldoc) + 1;
112 if (strlen(m_data) > 0)
133 m_docLanguage = new char[strlen(attributes[i+1])+1];
142 if (strlen(m_data) + 4 > (size_t)m_datasize)
154 if (strlen(m_data) + 4 > (size_t)m_datasize)
209 xsampasize = strlen(xsampastr);
216 char* phonstr = createPhonemeString(xsampastr, strlen(xsampastr) + 1);
219 xsampastr = (char*)malloc(strlen(phonstr) + 1);
228 if (strlen(m_data) + strlen(xsampast
[all...]
/external/netcat/data/
H A Drservice.c36 x = strlen (argv[1]);
44 x = strlen (argv[2]);
53 x = strlen (q); /* not checked -- bfd */
/external/oprofile/libpopt/
H A Dfindme.c27 start = pathbuf = alloca(strlen(path) + 1);
28 buf = malloc(strlen(path) + strlen(argv0) + sizeof("/"));
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h90 : text_(value), size_(strlen(text_)) {}
107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
111 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
115 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {}
117 : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {}
119 : text_(FastInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
121 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
123 : text_(FloatToBuffer(value, scratch_)), size_(strlen(text
[all...]
/external/valgrind/main/drd/
H A Ddrd_strmem_intercepts.c4 /*--- Replacements for strlen() and strnlen(), which run on the ---*/
55 // calls to strlen() with its own built-in version. This can be very
67 STRLEN(VG_Z_LIBC_SONAME, strlen)
69 STRLEN(VG_Z_LD_LINUX_SO_2, strlen)
70 STRLEN(VG_Z_LD_LINUX_X86_64_SO_2, strlen)
/external/wpa_supplicant/tests/
H A Dtest_md4.c74 len[0] = strlen(tests[i].data);
84 len[0] = strlen(tests[i].data);
86 len[1] = strlen(tests[i].data) - 1;
H A Dtest_md5.c74 len[0] = strlen(tests[i].data);
84 len[0] = strlen(tests[i].data);
86 len[1] = strlen(tests[i].data) - 1;
/external/wpa_supplicant_6/wpa_supplicant/tests/
H A Dtest_md4.c74 len[0] = strlen(tests[i].data);
84 len[0] = strlen(tests[i].data);
86 len[1] = strlen(tests[i].data) - 1;
H A Dtest_md5.c74 len[0] = strlen(tests[i].data);
84 len[0] = strlen(tests[i].data);
86 len[1] = strlen(tests[i].data) - 1;
/external/chromium/sdch/open-vcdiff/src/
H A Dvcencoder_test.cc78 const size_t size = strlen(s); // don't include terminating NULL char
159 EXPECT_FALSE(encoder_.EncodeChunk(kTarget, strlen(kTarget), delta()));
190 EXPECT_TRUE(null_encoder.EncodeChunk(kTarget, strlen(kTarget), delta()));
192 EXPECT_GE(strlen(kTarget) + kFileHeaderSize + kWindowHeaderSize,
203 EXPECT_TRUE(simple_encoder_.Encode(kTarget, strlen(kTarget), delta()));
204 EXPECT_GE(strlen(kTarget) + kFileHeaderSize + kWindowHeaderSize,
215 EXPECT_TRUE(simple_encoder_.Encode(kTarget, strlen(kTarget), delta()));
216 EXPECT_GE(strlen(kTarget) + kFileHeaderSize + kWindowHeaderSize,
228 strlen(kTarget),
230 EXPECT_GE(strlen(kTarge
[all...]
/external/chromium/testing/gtest/samples/
H A Dsample2.cc42 const size_t len = strlen(a_c_string);
/external/gtest/samples/
H A Dsample2.cc42 const size_t len = strlen(c_string);
/external/protobuf/gtest/samples/
H A Dsample2.cc42 const size_t len = strlen(c_string);

Completed in 669 milliseconds

1234567891011>>