HomeSort by relevance Sort by last modified time
    Searched refs:strlen (Results 1 - 25 of 2468) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
2004-03-09-UnmangledBuiltinMethods.cpp 5 void strlen();
8 void AccessFlags::strlen() { } function in class:AccessFlags
  /bionic/libc/arch-x86/string/
strlen_wrapper.S 33 # define sse2_strlen_atom strlen
34 # include "sse2-strlen-atom.S"
38 # include "strlen.S"
  /external/valgrind/main/none/tests/
readline1.stdout.exp 1 HERE strlen is 2
coolo_strlen.c 7 int len = strlen(b2);
  /bootable/bootloader/legacy/libc/
strlen.c 29 int strlen(const char *s) function
strstr.c 33 int l1 = strlen(s1);
34 int l2 = strlen(s2);
  /system/core/nexus/
SupplicantEventFactory.cpp 71 if (!strcmp(event + strlen(event) - strlen(" timed out."),
83 else if (!strncmp(event, WPA_EVENT_CONNECTED, strlen(WPA_EVENT_CONNECTED))) {
85 event + strlen(WPA_EVENT_CONNECTED),
87 } else if (!strncmp(event, WPA_EVENT_SCAN_RESULTS, strlen(WPA_EVENT_SCAN_RESULTS))) {
89 event + strlen(WPA_EVENT_SCAN_RESULTS),
91 } else if (!strncmp(event, WPA_EVENT_STATE_CHANGE, strlen(WPA_EVENT_STATE_CHANGE))) {
93 event + strlen(WPA_EVENT_STATE_CHANGE),
96 else if (!strncmp(event, WPA_EVENT_DISCONNECTED, strlen(WPA_EVENT_DISCONNECTED)))
99 else if (!strncmp(event, WPA_EVENT_TERMINATING, strlen(WPA_EVENT_TERMINATING))
    [all...]
  /external/e2fsprogs/intl/
os2compat.c 59 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_localedir) <= MAXPATHLEN
    [all...]
  /external/oprofile/libop/
op_mangle.c 53 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(mangled), "%d.", values->tid)
    [all...]
  /external/clang/test/CodeGen/
stack-protector.c 11 char a[strlen(msg) + 1];
  /external/elfutils/lib/
xstrdup.c 26 return strcpy (xmalloc (strlen (string) + 1), string);
  /bionic/libc/unistd/
perror.c 39 write( 2, prefix, strlen(prefix) );
42 write( 2, buff, strlen(buff) );
  /external/clang/test/Analysis/
string.c 31 // 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((char*)&strlen_fn); // expected-warning{{Argument to string length function is the address of the (…)
    [all...]
misc-ps.c 3 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));
  /bionic/libc/string/
strlen.c 1 /* $OpenBSD: strlen.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
39 strlen(const char *str) function
  /external/qemu/android/utils/
setenv.c 10 size_t length = strlen(name) + strlen(value) + 2;
  /external/webkit/Source/WebCore/platform/text/
TextCodec.cpp 48 return static_cast<int>(strlen(replacement));
51 return static_cast<int>(strlen(replacement));
  /external/valgrind/main/include/
pub_tool_options.h 52 (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_option)+1 ];
    [all...]
  /external/svox/pico/tts/
svox_ssml_parser.cpp 83 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(xsampastr) + 1 > (size_t)m_datasize
    [all...]
  /frameworks/base/libs/utils/
TextOutput.cpp 48 to.print(buf, strlen(buf));
56 to.print(buf, strlen(buf));
64 to.print(buf, strlen(buf));
72 to.print(buf, strlen(buf));
80 to.print(buf, strlen(buf));
88 to.print(buf, strlen(buf));
100 to.print(buf, strlen(buf));
118 to.print(buf, strlen(buf));
124 ((TextOutput*)cookie)->print(txt, strlen(txt));
  /external/netcat/data/
rservice.c 36 x = strlen (argv[1]);
44 x = strlen (argv[2]);
53 x = strlen (q); /* not checked -- bfd */
  /external/oprofile/libpopt/
findme.c 27 start = pathbuf = alloca(strlen(path) + 1);
28 buf = malloc(strlen(path) + strlen(argv0) + sizeof("/"));
  /external/protobuf/src/google/protobuf/stubs/
substitute.h 90 : 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/
drd_strmem_intercepts.c 4 /*--- Replacements for strlen() and strnlen(), which run on the ---*/
55 // calls to strlen() with its own built-in version. This can be very
58 #define STRLEN(soname, fnname) \
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/
test_md4.c 74 len[0] = strlen(tests[i].data);
84 len[0] = strlen(tests[i].data);
86 len[1] = strlen(tests[i].data) - 1;

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>