HomeSort by relevance Sort by last modified time
    Searched defs:strspn (Results 1 - 7 of 7) 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/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. */
  /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 434 s += VG_(strspn (s, delim));
499 SizeT VG_(strspn) ( const Char* s, const Char* accpt ) function

Completed in 993 milliseconds