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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/SimplifyLibCalls/
StrSpn.ll 25 declare i64 @strcspn(i8*, i8*)
31 %test1 = call i64 @strcspn(i8* %s1, i8* %null_p)
33 %test2 = call i64 @strcspn(i8* %null_p, i8* %s2)
34 %test3 = call i64 @strcspn(i8* %abcba_p, i8* %abc_p)
35 ; CHECK-NOT: call i64 @strcspn
36 %test4 = call i64 @strcspn(i8* %s1, i8* %s2)
37 ; CHECK: call i64 @strcspn(i8* %s1, i8* %s2)
  /external/llvm/test/Transforms/LoopUnswitch/
2007-07-12-ExitDomInfo.ll 20 %tmp31 = call i32 @strcspn( i8* null, i8* getelementptr ([3 x i8]* @str3, i64 0, i64 0) ) ; <i32> [#uses=1]
45 declare i32 @strcspn(i8*, i8*)
  /bionic/libc/string/
strcspn.c 1 /* $OpenBSD: strcspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
40 strcspn(const char *s1, const char *s2) function
strtok.c 68 * Scan token (scan for delimiters: s += strcspn(s, delim), sort of).
  /external/stlport/stlport/using/
cstring 51 using _STLP_VENDOR_CSTD::strcspn;
  /ndk/sources/cxx-stl/stlport/stlport/using/
cstring 51 using _STLP_VENDOR_CSTD::strcspn;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
cstring 51 using _STLP_VENDOR_CSTD::strcspn;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/
cstring 51 using _STLP_VENDOR_CSTD::strcspn;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstring 61 #undef strcspn
85 using ::strcspn;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cstring 61 #undef strcspn
85 using ::strcspn;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cstring 61 #undef strcspn
85 using ::strcspn;
  /external/kernel-headers/original/linux/
string.h 79 extern __kernel_size_t strcspn(const char *,const char *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstring 52 using ::strcspn;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstring 52 using ::strcspn;
  /bionic/libstdc++/include/
cstring 54 using ::strcspn;
  /external/stlport/test/unit/
cstring_test.cpp 59 CPPUNIT_CHECK( std::strcspn("foo", "o") == 1 );
  /ndk/sources/cxx-stl/gabi++/include/
cstring 54 using ::strcspn;
  /ndk/sources/cxx-stl/system/include/
cstring 54 using ::strcspn;
  /ndk/sources/host-tools/ndk-stack/
ndk-stack.c 78 str[strcspn(str, "\r\n")] = '\0';
  /ndk/tests/device/test-gnustl-full/unit/
cstring_test.cpp 59 CPPUNIT_CHECK( std::strcspn("foo", "o") == 1 );
  /ndk/tests/device/test-stlport/unit/
cstring_test.cpp 59 CPPUNIT_CHECK( std::strcspn("foo", "o") == 1 );
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstring 54 using ::strcspn;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstring 54 using ::strcspn;
  /system/extras/tests/bionic/libstdc++/
test_cstring.cpp 52 using std::strcspn;
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 59 #define strcspn(_ss,_rr) VG_(strcspn)((_ss),(_rr)) macro

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011>>