Searched defs:strspn (Results 1 - 6 of 6) sorted by relevance

/external/bison/lib/
H A Dstring.in.h504 /* 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 "
892 Unlike strspn(), this function works correctly in multibyte locales. */
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h65 #define strspn(_ss,_aa) VG_(strspn)((_ss),(_aa)) macro
/external/bison/darwin-lib/
H A Dstring.h816 /* 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 "
1204 Unlike strspn(), this function works correctly in multibyte locales. */
/external/bison/linux-lib/
H A Dstring.h816 /* 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 "
1204 Unlike strspn(), this function works correctly in multibyte locales. */
/external/valgrind/main/coregrind/
H A Dm_libcbase.c430 s += VG_(strspn (s, delim));
571 SizeT VG_(strspn) ( const HChar* s, const HChar* accpt ) function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h595 /// size_t strspn(const char *s1, const char *s2);
596 strspn, enumerator in enum:llvm::LibFunc::Func

Completed in 549 milliseconds