Searched defs:strrchr (Results 1 - 8 of 8) 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.h542 #define os_strrchr(s, c) strrchr((s), (c))
648 #define strrchr OS_DO_NOT_USE_strrchr macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h542 #define os_strrchr(s, c) strrchr((s), (c))
648 #define strrchr OS_DO_NOT_USE_strrchr macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h542 #define os_strrchr(s, c) strrchr((s), (c))
648 #define strrchr OS_DO_NOT_USE_strrchr macro
/external/valgrind/coregrind/
H A Dm_libcbase.c423 HChar* VG_(strrchr) ( const HChar* s, HChar c ) function

Completed in 1373 milliseconds