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

/external/syslinux/com32/lib/
H A Dstrspn.c2 * strspn, strcspn
45 size_t strspn(const char *s, const char *accept) function
/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/syslinux/gpxe/src/core/
H A Dstringextra.c105 * 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);
/external/valgrind/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/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc411 INTERCEPT_LIBRARY_FUNCTION(strspn); variable
/external/valgrind/coregrind/
H A Dm_libcbase.c480 s += VG_(strspn) (s, delim);
641 SizeT VG_(strspn) ( const HChar* s, const HChar* accpt ) function

Completed in 1029 milliseconds