Searched defs:strspn (Results 1 - 8 of 8) sorted by relevance
/external/syslinux/com32/lib/ |
H A D | strspn.c | 2 * strspn, strcspn 45 size_t strspn(const char *s, const char *accept) function
|
/external/bison/lib/ |
H A D | 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 " 892 Unlike strspn(), this function works correctly in multibyte locales. */
|
/external/syslinux/gpxe/src/core/ |
H A D | 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);
|
/external/valgrind/coregrind/m_demangle/ |
H A D | vg_libciface.h | 65 #define strspn(_ss,_aa) VG_(strspn)((_ss),(_aa)) macro
|
/external/bison/darwin-lib/ |
H A D | 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 " 1204 Unlike strspn(), this function works correctly in multibyte locales. */
|
/external/bison/linux-lib/ |
H A D | 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 " 1204 Unlike strspn(), this function works correctly in multibyte locales. */
|
/external/compiler-rt/lib/asan/ |
H A D | asan_win_dll_thunk.cc | 411 INTERCEPT_LIBRARY_FUNCTION(strspn); variable
|
/external/valgrind/coregrind/ |
H A D | m_libcbase.c | 480 s += VG_(strspn) (s, delim); 641 SizeT VG_(strspn) ( const HChar* s, const HChar* accpt ) function
|
Completed in 1029 milliseconds