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

/external/syslinux/com32/lib/
H A Dstrspn.c2 * strspn, strcspn
50 size_t strcspn(const char *s, const char *reject) function
/external/bison/lib/
H A Dstring.in.h453 /* strcspn() assumes the second argument is a list of single-byte characters.
457 # undef strcspn macro
458 /* Assume strcspn is always declared. */
459 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
859 Unlike strcspn(), this function works correctly in multibyte locales. */
/external/syslinux/gpxe/src/core/
H A Dstringextra.c132 * strcspn - Calculate the length of the initial substring of @s which only
137 size_t strcspn(const char *s, const char *reject) function
/external/valgrind/coregrind/m_demangle/
H A Dvg_libciface.h59 #define strcspn(_ss,_rr) VG_(strcspn)((_ss),(_rr)) macro
/external/bison/darwin-lib/
H A Dstring.h765 /* strcspn() assumes the second argument is a list of single-byte characters.
769 # undef strcspn macro
770 /* Assume strcspn is always declared. */
771 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
1171 Unlike strcspn(), this function works correctly in multibyte locales. */
/external/bison/linux-lib/
H A Dstring.h765 /* strcspn() assumes the second argument is a list of single-byte characters.
769 # undef strcspn macro
770 /* Assume strcspn is always declared. */
771 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
1171 Unlike strcspn(), this function works correctly in multibyte locales. */
/external/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc402 INTERCEPT_LIBRARY_FUNCTION(strcspn); variable
/external/valgrind/coregrind/
H A Dm_libcbase.c657 SizeT VG_(strcspn) ( const HChar* s, const HChar* reject ) function

Completed in 711 milliseconds