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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
readline1.stdout.exp 1 HERE strlen is 2
coolo_strlen.c 7 int len = strlen(b2);
  /external/clang/test/CodeGenCXX/
2004-03-09-UnmangledBuiltinMethods.cpp 5 void strlen();
8 void AccessFlags::strlen() { } function in class:AccessFlags
  /external/valgrind/main/exp-ptrcheck/tests/
strlen_bad.vgtest-disabled 1 prog: strlen
strlen_good.vgtest-disabled 1 prog: strlen
strlen.c 5 // glibc's versions of functions like strlen() do things word-wise instead
19 len = strlen(p);
  /external/llvm/test/Transforms/ADCE/
dce_pure_call.ll 3 declare i32 @strlen(i8*) readonly nounwind
6 call i32 @strlen( i8* null ) ; <i32>:1 [#uses=0]
dce_pure_invoke.ll 3 declare i32 @strlen(i8*) readnone
7 invoke i32 @strlen( i8* null ) readnone
  /external/qemu/android/utils/
setenv.c 10 size_t length = strlen(name) + strlen(value) + 2;
  /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...]
  /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/llvm/test/Transforms/SimplifyLibCalls/
StrLen.ll 3 ; RUN: not grep {call.*strlen}
10 declare i32 @strlen(i8*)
14 %hello_l = call i32 @strlen( i8* %hello_p ) ; <i32> [#uses=1]
20 %null_l = call i32 @strlen( i8* %null_p ) ; <i32> [#uses=1]
26 %null_hello_l = call i32 @strlen( i8* %null_hello_p ) ; <i32> [#uses=1]
32 %hello_l = call i32 @strlen( i8* %hello_p ) ; <i32> [#uses=1]
39 %null_l = call i32 @strlen( i8* %null_p ) ; <i32> [#uses=1]
46 %hello_l = call i32 @strlen( i8* %hello_p ) ; <i32> [#uses=1]
53 %null_l = call i32 @strlen( i8* %null_p ) ; <i32> [#uses=1]
2009-02-11-NotInitialized.ll 8 %0 = tail call i64 @strlen(i8* %x) nounwind readonly ; <i64> [#uses=1]
13 declare i64 @strlen(i8*) nounwind readonly
  /external/libffi/testsuite/libffi.call/
strlen_win32.c 2 Purpose: Check stdcall strlen call on X86_WIN32 systems.
13 return (strlen(s));
42 printf("stdcall strlen tests passed\n");
strlen.c 2 Purpose: Check strlen function call.
12 return (strlen(s));
  /system/core/libsysutils/src/
FrameworkClient.cpp 24 ret = TEMP_FAILURE_RETRY(write(mSocket, msg, strlen(msg) +1));
33 size_t bufflen = strlen(msg) + strlen(data) + 1;
  /bionic/libc/arch-x86/string/
strlen.S 1 /* $OpenBSD: strlen.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
9 ENTRY(strlen) function
  /external/llvm/test/Transforms/InstCombine/
2008-06-13-ReadOnlyCallStore.ll 6 %tmp3 = call i32 @strlen( i8* %s ) nounwind readonly
18 declare i32 @strlen(i8*) nounwind readonly
  /external/llvm/test/Transforms/GVN/
calls-readonly.ll 1 ; RUN: opt < %s -basicaa -gvn -S | grep {call.*strlen} | count 1
2 ; Should delete the second call to strlen even though the intervening strchr call exists.
9 %0 = tail call i32 @strlen(i8* %P) ; <i32> [#uses=2]
20 %4 = tail call i32 @strlen(i8* %P) ; <i32> [#uses=1]
27 declare i32 @strlen(i8*) nounwind readonly
  /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/clang/test/Analysis/
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));
  /external/chromium/sdch/open-vcdiff/src/
vcencoder_test.cc 78 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(kTarget) + kFileHeaderSize + kWindowHeaderSize
    [all...]
  /external/llvm/test/ExecutionEngine/
2003-08-21-EnvironmentTest.ll 13 declare i32 @strlen(i8*)
17 %tmp.3 = call i32 @strlen( i8* %tmp.2 ) ; <i32> [#uses=1]
  /bionic/libc/string/
strlcat.c 25 * will be copied. Always NUL terminates (unless siz <= strlen(dst)).
26 * Returns strlen(src) + MIN(siz, strlen(initial dst)).
44 return(dlen + strlen(s));

Completed in 449 milliseconds

1 2 3 4 5 6 7 8 91011>>