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

1 2 3 4 5 6 7

  /bionic/libc/upstream-openbsd/lib/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
  /external/linux-tools-perf/src/tools/perf/util/
quote.c 29 size_t len = strcspn(src, "'!");
  /bionic/libstdc++/include/
cstring 54 using ::strcspn;
  /ndk/sources/cxx-stl/gabi++/include/
cstring 54 using ::strcspn;
  /ndk/sources/cxx-stl/system/include/
cstring 54 using ::strcspn;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 52 using ::strcspn;
string.h 78 extern size_t strcspn(const char *, const char *);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 52 using ::strcspn;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 54 using ::strcspn;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstring 54 using ::strcspn;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstring 54 using ::strcspn;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstring 54 using ::strcspn;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstring 54 using ::strcspn;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 54 using ::strcspn;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstring 54 using ::strcspn;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstring 54 using ::strcspn;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstring 54 using ::strcspn;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 20 #define _fstrcspn strcspn
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 59 #define strcspn(_ss,_rr) VG_(strcspn)((_ss),(_rr)) macro
  /development/ndk/platforms/android-3/include/
string.h 78 extern size_t strcspn(const char *, const char *);
  /ndk/sources/host-tools/ndk-stack/
ndk-stack.c 78 str[strcspn(str, "\r\n")] = '\0';
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
string.h 78 extern size_t strcspn(const char *, const char *);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
string.h 78 extern size_t strcspn(const char *, const char *);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
string.h 78 extern size_t strcspn(const char *, const char *);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
string.h 78 extern size_t strcspn(const char *, const char *);

Completed in 780 milliseconds

1 2 3 4 5 6 7