Searched defs:strrchr (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/Preprocessor/
H A Dpragma_poison.c14 #define strrchr rindex2 macro
20 strrchr(some_string, 'h'); // ok.
/external/bison/lib/
H A Dstring.in.h514 /* strrchr() does not work with multibyte strings if the locale encoding is
516 # undef strrchr macro
517 /* Assume strrchr is always declared. */
518 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
773 Unlike strrchr(), this function works correctly in multibyte locales with
/external/bison/darwin-lib/
H A Dstring.h826 /* strrchr() does not work with multibyte strings if the locale encoding is
828 # undef strrchr macro
829 /* Assume strrchr is always declared. */
830 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
1085 Unlike strrchr(), this function works correctly in multibyte locales with
/external/bison/linux-lib/
H A Dstring.h826 /* strrchr() does not work with multibyte strings if the locale encoding is
828 # undef strrchr macro
829 /* Assume strrchr is always declared. */
830 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
1085 Unlike strrchr(), this function works correctly in multibyte locales with
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h535 #define os_strrchr(s, c) strrchr((s), (c))
635 #define strrchr OS_DO_NOT_USE_strrchr macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h535 #define os_strrchr(s, c) strrchr((s), (c))
635 #define strrchr OS_DO_NOT_USE_strrchr macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h535 #define os_strrchr(s, c) strrchr((s), (c))
635 #define strrchr OS_DO_NOT_USE_strrchr macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c404 HChar* VG_(strrchr) ( const HChar* s, HChar c ) function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h593 /// char *strrchr(const char *s, int c);
594 strrchr, enumerator in enum:llvm::LibFunc::Func

Completed in 432 milliseconds