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

  /bionic/libc/string/
strpbrk.c 1 /* $OpenBSD: strpbrk.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
37 strpbrk(const char *s1, const char *s2) function
  /external/bison/lib/
string.in.h 467 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
472 extern "C" { const char * strpbrk (const char *, const char *); }
473 extern "C++" { char * strpbrk (char *, const char *); } */
474 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
479 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept));
480 _GL_CXXALIASWARN1 (strpbrk, char const *,
483 _GL_CXXALIASWARN (strpbrk); variable
486 /* strpbrk() assumes the second argument is a list of single-byte characters.
490 # undef strpbrk macro
491 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings
496 # undef strpbrk macro
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 64 #define strpbrk(_ss,_aa) VG_(strpbrk)((_ss),(_aa)) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 253 extern char *strpbrk (char const *__s, char const *__accept)
257 /* strpbrk() assumes the second argument is a list of single-byte characters.
261 # undef strpbrk macro
262 # define strpbrk(s,a) \ macro
263 (GL_LINK_WARNING ("strpbrk cannot work correctly on character strings " \
266 strpbrk (s, a))
269 # undef strpbrk macro
270 # define strpbrk(s,a) \ macro
271 (GL_LINK_WARNING ("strpbrk is unportable - " \
272 "use gnulib module strpbrk for portability"),
    [all...]
  /external/bison/darwin-lib/
string.h 779 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
784 extern "C" { const char * strpbrk (const char *, const char *); }
785 extern "C++" { char * strpbrk (char *, const char *); } */
786 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
791 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept));
792 _GL_CXXALIASWARN1 (strpbrk, char const *,
795 _GL_CXXALIASWARN (strpbrk);
798 /* strpbrk() assumes the second argument is a list of single-byte characters.
802 # undef strpbrk
803 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings
808 # undef strpbrk macro
    [all...]
  /external/bison/linux-lib/
string.h 779 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
784 extern "C" { const char * strpbrk (const char *, const char *); }
785 extern "C++" { char * strpbrk (char *, const char *); } */
786 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
791 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept));
792 _GL_CXXALIASWARN1 (strpbrk, char const *,
795 _GL_CXXALIASWARN (strpbrk);
798 /* strpbrk() assumes the second argument is a list of single-byte characters.
802 # undef strpbrk
803 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings
808 # undef strpbrk macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 1087 # define strpbrk macro
1104 # define strpbrk macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1087 # define strpbrk macro
1104 # define strpbrk macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1087 # define strpbrk macro
1104 # define strpbrk macro
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 254 Char* VG_(strpbrk) ( const Char* s, const Char* accpt ) function
439 s = VG_(strpbrk (token, delim));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 550 /// char *strpbrk(const char *s1, const char *s2);
551 strpbrk, enumerator in enum:llvm::LibFunc::Func

Completed in 468 milliseconds