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

/bionic/libc/arch-x86/string/
H A Dsse2-index-atom.S31 #define strchr index define
32 #include "sse2-strchr-atom.S"
H A Dsse2-strchr-atom.S90 ENTRY (strchr) function
391 END (strchr)
/bionic/libc/bionic/
H A Dstrchr.cpp32 extern "C" char* strchr(const char* p, int ch) { function
/bionic/libc/include/
H A Dstring.h48 extern char* strchr(const char *, int) __purefunc;
232 char* strchr(const char *s, int c) { function

Completed in 123 milliseconds