OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strspn
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/string/
strspn.c
1
/* $OpenBSD:
strspn
.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
37
strspn
(const char *s1, const char *s2)
function
/external/valgrind/main/coregrind/m_demangle/
vg_libciface.h
65
#define
strspn
(_ss,_aa) VG_(
strspn
)((_ss),(_aa))
macro
/ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h
277
/*
strspn
() assumes the second argument is a list of single-byte characters.
279
# undef
strspn
macro
280
# define
strspn
(s,a) \
macro
281
(GL_LINK_WARNING ("
strspn
cannot work correctly on character strings " \
284
strspn
(s, a))
532
Unlike
strspn
(), this function works correctly in multibyte locales. */
/external/valgrind/main/coregrind/
m_libcbase.c
359
SizeT VG_(
strspn
) ( const Char* s, const Char* accpt )
function
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h
1011
# define
strspn
macro
1028
# define
strspn
macro
[
all
...]
Completed in 1203 milliseconds