HomeSort by relevance Sort by last modified time
    Searched defs:strcspn (Results 1 - 7 of 7) sorted by null

  /bionic/libc/string/
strcspn.c 1 /* $OpenBSD: strcspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
40 strcspn(const char *s1, const char *s2) function
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 59 #define strcspn(_ss,_rr) VG_(strcspn)((_ss),(_rr)) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 238 /* strcspn() assumes the second argument is a list of single-byte characters.
242 # undef strcspn macro
243 # define strcspn(s,a) \ macro
244 (GL_LINK_WARNING ("strcspn cannot work correctly on character strings " \
247 strcspn (s, a))
514 Unlike strcspn(), 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 935 # define strcspn macro
952 # define strcspn macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 935 # define strcspn macro
952 # define strcspn macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 935 # define strcspn macro
952 # define strcspn macro
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 515 SizeT VG_(strcspn) ( const Char* s, const char* reject ) function

Completed in 246 milliseconds