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

/bionic/libc/bionic/
H A Dstrchr.cpp33 char* strchr(const char* p, int ch) { function
/bionic/libc/arch-x86/atom/string/
H A Dsse2-strchr-atom.S90 ENTRY (strchr) function
391 END (strchr)
/bionic/libc/arch-arm64/generic/bionic/
H A Dstrchr.S2 strchr - find a character in a string
77 ENTRY(strchr) function
154 END(strchr)
/bionic/libc/include/
H A Dstring.h65 char* strchr(const char* _Nonnull, int) __attribute_pure__ __overloadable
66 __RENAME_CLANG(strchr);
361 char* strchr(const char* const _Nonnull s __pass_object_size0, int c)
573 char* strchr(const char* _Nonnull s, int c) { function
/bionic/tools/versioner/current/
H A Dstring.h65 char* strchr(const char* _Nonnull, int) __attribute_pure__ __overloadable
66 __RENAME_CLANG(strchr);
361 char* strchr(const char* const _Nonnull s __pass_object_size0, int c)
573 char* strchr(const char* _Nonnull s, int c) { function

Completed in 238 milliseconds