Home
last modified time | relevance | path

Searched defs:strrchr (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Preprocessor/
Dpragma_poison.c14 #define strrchr rindex2 macro
/external/libcxx/include/
Dstring.h90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} in strrchr() function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} in strrchr() function
/external/google-breakpad/src/common/linux/
Dlinux_libc_support_unittest.cc143 TEST(LinuxLibcSupportTest, strrchr) { in TEST() argument
/external/wpa_supplicant_8/src/utils/
Dos.h660 #define strrchr OS_DO_NOT_USE_strrchr macro
/external/u-boot/lib/
Dstring.c247 char * strrchr(const char * s, int c) in strrchr() function