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

1 2 3 4 5 6 7

  /bionic/libc/upstream-openbsd/lib/libc/string/
strspn.c 1 /* $OpenBSD: strspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
37 strspn(const char *s1, const char *s2) function
  /bionic/libstdc++/include/
cstring 62 using ::strspn;
  /ndk/sources/cxx-stl/gabi++/include/
cstring 62 using ::strspn;
  /ndk/sources/cxx-stl/system/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 60 using ::strspn;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 60 using ::strspn;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstring 62 using ::strspn;
  /external/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /ndk/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 34 #define _fstrspn strspn
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /system/extras/tests/bionic/libstdc++/
test_cstring.cpp 60 using std::strspn;
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 22 size_t strspn(const char *s1, const char *s2);
95 size_t t17(char *x) { return strspn(x, ""); }
97 // CHECK: strspn

Completed in 1060 milliseconds

1 2 3 4 5 6 7