Searched defs:strchr (Results 1 - 14 of 14) sorted by relevance

/external/bison/lib/
H A Dstring.in.h298 /* strchr() does not work with multibyte strings if the locale encoding is
300 # undef strchr macro
301 /* Assume strchr is always declared. */
302 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
751 Unlike strchr(), this function works correctly in multibyte locales with
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h56 #define strchr(_ss,_cc) VG_(strchr)((_ss),(_cc)) macro
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h145 #define strchr(s,c) (char *) VG_(strchr) ((Char *)(s),c) macro
/external/bison/darwin-lib/
H A Dstring.h610 /* strchr() does not work with multibyte strings if the locale encoding is
612 # undef strchr macro
613 /* Assume strchr is always declared. */
614 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
1063 Unlike strchr(), this function works correctly in multibyte locales with
/external/bison/linux-lib/
H A Dstring.h610 /* strchr() does not work with multibyte strings if the locale encoding is
612 # undef strchr macro
613 /* Assume strchr is always declared. */
614 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
1063 Unlike strchr(), this function works correctly in multibyte locales with
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringutils.h78 // strchr, vsnprintf, strtoul, tolowercase
107 inline const wchar_t* strchr(const wchar_t* s, wchar_t c) { function
167 const CTYPE* strchr(const CTYPE* str, const CTYPE* chs) { function in namespace:talk_base
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstringutils.h78 // strchr, vsnprintf, strtoul, tolowercase
107 inline const wchar_t* strchr(const wchar_t* s, wchar_t c) { function
164 const CTYPE* strchr(const CTYPE* str, const CTYPE* chs) { function in namespace:talk_base
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h460 #define os_strchr(s, c) strchr((s), (c))
523 #undef strchr macro
524 #define strchr OS_DO_NOT_USE_strchr macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h460 #define os_strchr(s, c) strchr((s), (c))
523 #undef strchr macro
524 #define strchr OS_DO_NOT_USE_strchr macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h460 #define os_strchr(s, c) strchr((s), (c))
523 #undef strchr macro
524 #define strchr OS_DO_NOT_USE_strchr macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c395 Char* VG_(strchr) ( const Char* s, Char c ) function
515 if (VG_(strchr) (reject, *s++) == NULL)
/external/mksh/src/
H A Dmisc.c1991 strchr(char *p, int ch) function
H A Dsh.h441 * portability problems (calling strchr(x, 0x80 | 'x') is error prone).
479 #undef strchr macro
480 #define strchr ucstrchr macro
499 #define cstrchr(s,c) ((const char *)strchr((s), (c)))
501 #define vstrchr(s,c) (strchr((s), (c)) != NULL)
524 /* use this ipv strchr(s, 0) but no side effects in s! */
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h524 /// char *strchr(const char *s, int c);
525 strchr, enumerator in enum:llvm::LibFunc::Func

Completed in 319 milliseconds