Searched defs:strpbrk (Results 1 - 6 of 6) sorted by relevance

/external/bison/lib/
H A Dstring.in.h467 _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, "strpbr
496 # undef strpbrk macro
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h64 #define strpbrk(_ss,_aa) VG_(strpbrk)((_ss),(_aa)) macro
/external/bison/darwin-lib/
H A Dstring.h779 _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, "strpbr
808 # undef strpbrk macro
[all...]
/external/bison/linux-lib/
H A Dstring.h779 _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, "strpbr
808 # undef strpbrk macro
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcbase.c254 Char* VG_(strpbrk) ( const Char* s, const Char* accpt ) function
439 s = VG_(strpbrk (token, delim));
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h550 /// char *strpbrk(const char *s1, const char *s2);
551 strpbrk, enumerator in enum:llvm::LibFunc::Func

Completed in 241 milliseconds