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

/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/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/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_org/third_party/webrtc/base/
H A Dstringutils.h61 // strchr, vsnprintf, strtoul, tolowercase
90 inline const wchar_t* strchr(const wchar_t* s, wchar_t c) { function
147 const CTYPE* strchr(const CTYPE* str, const CTYPE* chs) { function in namespace:rtc
/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc318 INTERCEPT_LIBRARY_FUNCTION(strchr); variable
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h565 /// char *strchr(const char *s, int c);
566 strchr, enumerator in enum:llvm::LibFunc::Func
/external/mksh/src/
H A Dmisc.c2035 strchr(char *p, int ch) function
H A Dsh.h457 * portability problems (calling strchr(x, 0x80 | 'x') is error prone).
501 #undef strchr macro
502 #define strchr ucstrchr macro
521 #define cstrchr(s,c) ((const char *)strchr((s), (c)))
523 #define vstrchr(s,c) (strchr((s), (c)) != NULL)
547 /* use this ipv strchr(s, 0) but no side effects in s! */
/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.h150 #define strchr(s,c) VG_(strchr) ((s),c) macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c395 HChar* VG_(strchr) ( const HChar* s, HChar c ) function
591 if (VG_(strchr) (reject, *s++) == NULL)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h526 #define os_strchr(s, c) strchr((s), (c))
627 #undef strchr macro
628 #define strchr OS_DO_NOT_USE_strchr macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h526 #define os_strchr(s, c) strchr((s), (c))
627 #undef strchr macro
628 #define strchr OS_DO_NOT_USE_strchr macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h526 #define os_strchr(s, c) strchr((s), (c))
627 #undef strchr macro
628 #define strchr OS_DO_NOT_USE_strchr macro

Completed in 754 milliseconds