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

1 2 3 4 5 6 7 8 9

  /bionic/libc/upstream-openbsd/lib/libc/string/
strspn.c 1 /* $OpenBSD: strspn.c,v 1.6 2015/08/31 02:53:57 guenther Exp $ */
37 strspn(const char *s1, const char *s2) function
52 DEF_STRONG(strspn); variable
  /external/compiler-rt/test/sanitizer_common/TestCases/
strspn.c 10 r = strspn(s1, s2);
  /external/compiler-rt/test/asan/TestCases/
strspn-1.c 1 // Test string s1 overflow in strspn function
16 r = strspn(s1, s2);
strspn-2.c 1 // Test stopset overflow in strspn function
16 r = strspn(s1, s2);
strspn_strict.c 1 // Test strict_str`ing_checks option in strspn function
18 size_t r = strspn(s1, s2);
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/r11/sources/cxx-stl/system/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cstring 62 using ::strspn;
  /prebuilts/ndk/r13/sources/cxx-stl/system/include/
cstring 62 using ::strspn;
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
commands.c 167 args = nextarg + strspn(nextarg, whitespace);
181 args = nextarg + strspn(nextarg, whitespace);
582 args = nextarg + strspn(nextarg, whitespace);
664 args += strspn(args, whitespace);
685 args += strspn(args, whitespace);
690 args = nextarg + strspn(nextarg, whitespace);
698 args = nextarg + strspn(nextarg, whitespace);
723 args += strspn(args, whitespace);
728 args = nextarg + strspn(nextarg, whitespace);
756 args += strspn(args, whitespace)
    [all...]
  /external/syslinux/com32/lib/
strspn.c 2 * strspn, strcspn
45 size_t strspn(const char *s, const char *accept) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 34 #define _fstrspn strspn
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c 601 p += strspn(p, " ");
605 p += strspn(p, " ");
609 p += strspn(p, " ");
614 p += strspn(p, " ");
619 p += strspn(p, " ");
624 p += strspn(p, " ");
629 p += strspn(p, " ");
635 p += strspn(p, "] ");
641 p += strspn(p, " ");
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 6 // RUN: -fno-builtin-strpbrk -fno-builtin-strspn -fno-builtin-strtod -fno-builtin-strtof \
29 size_t strspn(const char *s1, const char *s2);
102 size_t t17(char *x) { return strspn(x, ""); }
104 // CHECK: strspn
  /external/syslinux/gpxe/src/core/
stringextra.c 105 * strspn - Calculate the length of the initial substring of @s which only
110 size_t strspn(const char *s, const char *accept) function
191 sbegin += strspn(sbegin,ct);
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6506.go 32 x = C.strspn(nil, nil)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6506.go 32 x = C.strspn(nil, nil)
  /development/ndk/platforms/android-9/include/
string.h 81 extern size_t strspn(const char *, const char *);
  /external/syslinux/com32/include/
string.h 42 __extern size_t strspn(const char *, const char *);

Completed in 618 milliseconds

1 2 3 4 5 6 7 8 9