HomeSort by relevance Sort by last modified time
    Searched defs:strcspn (Results 1 - 11 of 11) 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/bison/lib/
string.in.h 453 /* 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 "
    [all...]
  /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. */
  /external/bison/darwin-lib/
string.h 765 /* 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 "
    [all...]
  /external/bison/linux-lib/
string.h 765 /* 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 "
    [all...]
  /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 511 SizeT VG_(strcspn) ( const Char* s, const char* reject ) function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 520 /// size_t strcspn(const char *s1, const char *s2);
521 strcspn, enumerator in enum:llvm::LibFunc::Func

Completed in 881 milliseconds