HomeSort by relevance Sort by last modified time
    Searched defs:strspn (Results 1 - 11 of 11) sorted by null

  /bionic/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
  /external/bison/lib/
string.in.h 504 /* strspn() assumes the second argument is a list of single-byte characters.
506 # undef strspn macro
507 /* Assume strspn is always declared. */
508 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings "
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 65 #define strspn(_ss,_aa) VG_(strspn)((_ss),(_aa)) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 277 /* strspn() assumes the second argument is a list of single-byte characters.
279 # undef strspn macro
280 # define strspn(s,a) \ macro
281 (GL_LINK_WARNING ("strspn cannot work correctly on character strings " \
284 strspn (s, a))
532 Unlike strspn(), this function works correctly in multibyte locales. */
  /external/bison/darwin-lib/
string.h 816 /* strspn() assumes the second argument is a list of single-byte characters.
818 # undef strspn macro
819 /* Assume strspn is always declared. */
820 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings "
    [all...]
  /external/bison/linux-lib/
string.h 816 /* strspn() assumes the second argument is a list of single-byte characters.
818 # undef strspn macro
819 /* Assume strspn is always declared. */
820 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings "
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 1011 # define strspn macro
1028 # define strspn macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1011 # define strspn macro
1028 # define strspn macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1011 # define strspn macro
1028 # define strspn macro
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 430 s += VG_(strspn (s, delim));
495 SizeT VG_(strspn) ( const Char* s, const Char* accpt ) function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 554 /// size_t strspn(const char *s1, const char *s2);
555 strspn, enumerator in enum:llvm::LibFunc::Func

Completed in 1221 milliseconds