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

  /bionic/libc/upstream-openbsd/lib/libc/string/
strspn.c 1 /* $OpenBSD: strspn.c,v 1.6 2015/08/31 02:53:57 guenther Exp $ */
37 strspn(const char *s1, const char *s2) function
52 DEF_STRONG(strspn); variable
  /external/syslinux/com32/lib/
strspn.c 2 * strspn, strcspn
45 size_t strspn(const char *s, const char *accept) function
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Searching.c 153 /** The strspn function computes the length of the maximum initial segment of
157 @return The strspn function returns the length of the segment.
160 strspn(const char *s1 , const char *s2) function
  /external/syslinux/gpxe/src/core/
stringextra.c 105 * strspn - Calculate the length of the initial substring of @s which only
110 size_t strspn(const char *s, const char *accept) function
191 sbegin += strspn(sbegin,ct);
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 65 #define strspn(_ss,_aa) VG_(strspn)((_ss),(_aa)) macro
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 411 INTERCEPT_LIBRARY_FUNCTION(strspn); variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 1011 # define strspn macro
1028 # define strspn macro
    [all...]
string.h 1618 #define strspn macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 1011 # define strspn macro
1028 # define strspn macro
    [all...]
  /external/valgrind/coregrind/
m_libcbase.c 480 s += VG_(strspn) (s, delim);
641 SizeT VG_(strspn) ( const HChar* s, const HChar* accpt ) function

Completed in 144 milliseconds