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

/bionic/libc/string/
H A Dstrrchr.c41 __fortify_chk_fail("strrchr read beyond buffer", 0);
51 strrchr(const char *p, int ch) function
/bionic/libstdc++/include/
H A Dcstring61 using ::strrchr;
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Drealpath.c166 q = strrchr(resolved, '/') + 1;
208 q = strrchr(resolved, '/') + 1;
/bionic/libc/include/
H A Dstring.h49 extern char* strrchr(const char *, int) __purefunc;
244 char* strrchr(const char *s, int c) { function
/bionic/libc/upstream-netbsd/libc/gen/
H A Dpopen.c102 xtype = strrchr(xtype, 'r') ? "r" : "w";
/bionic/tests/
H A Dstring_test.cpp338 ASSERT_EXIT(printf("%s", strrchr(buf, 'a')), testing::KilledBySignal(SIGSEGV), "");
496 TEST(string, strrchr) {
523 ASSERT_TRUE(strrchr(state.ptr1, seek_char) == expected);
/bionic/linker/
H A Dlinker.cpp719 const char* bname = strrchr(name, '/');
743 bname = strrchr(name, '/');
/bionic/libc/bionic/
H A Dfts.c193 if ((cp = strrchr(p->fts_name, '/')) && (cp != p->fts_name || cp[1])) {
/bionic/libc/
H A DAndroid.mk108 string/strrchr.c \

Completed in 524 milliseconds