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

  /bionic/libc/upstream-openbsd/lib/libc/string/
strcspn.c 1 /* $OpenBSD: strcspn.c,v 1.6 2015/08/31 02:53:57 guenther Exp $ */
40 strcspn(const char *s1, const char *s2) function
59 DEF_STRONG(strcspn); variable
  /external/syslinux/com32/lib/
strspn.c 2 * strspn, strcspn
50 size_t strcspn(const char *s, const char *reject) function
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Searching.c 81 /** The strcspn function computes the length of the maximum initial segment of
85 @return The strcspn function returns the length of the segment.
88 strcspn(const char *s1, const char *s2) function
  /external/syslinux/gpxe/src/core/
stringextra.c 132 * strcspn - Calculate the length of the initial substring of @s which only
137 size_t strcspn(const char *s, const char *reject) function
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 59 #define strcspn(_ss,_rr) VG_(strcspn)((_ss),(_rr)) macro
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 402 INTERCEPT_LIBRARY_FUNCTION(strcspn); variable
  /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 657 SizeT VG_(strcspn) ( const HChar* s, const HChar* reject ) function

Completed in 617 milliseconds