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

  /bionic/libc/upstream-openbsd/lib/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/coregrind/m_demangle/
vg_libciface.h 59 #define strcspn(_ss,_rr) VG_(strcspn)((_ss),(_rr)) macro
  /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...]
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 393 INTERCEPT_LIBRARY_FUNCTION(strcspn); variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h 935 # define strcspn macro
952 # define strcspn macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 935 # define strcspn macro
952 # define strcspn macro
    [all...]
string.h 1497 #define strcspn macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 935 # define strcspn macro
952 # define strcspn macro
    [all...]
  /external/valgrind/coregrind/
m_libcbase.c 607 SizeT VG_(strcspn) ( const HChar* s, const HChar* reject ) function
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 3909 milliseconds