Home
last modified time | relevance | path

Searched defs:strchr (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dstrchr.cpp33 char* strchr(const char* p, int ch) { in strchr() function
/bionic/libc/arch-mips/string/
Dstrchr.c95 char* strchr(const char* s, int c) __overloadable in strchr() function
/bionic/libc/include/
Dstring.h361 char* strchr(const char* const _Nonnull s __pass_object_size0, int c) in strchr() function
573 char* strchr(const char* _Nonnull s, int c) { in strchr() function
/bionic/tests/
Dstring_test.cpp435 TEST(STRING_TEST, strchr) { in TEST() argument