Searched defs:strchr (Results 1 - 5 of 5) sorted by relevance
/bionic/libc/bionic/ |
H A D | strchr.cpp | 33 char* strchr(const char* p, int ch) { function
|
/bionic/libc/arch-x86/atom/string/ |
H A D | sse2-strchr-atom.S | 90 ENTRY (strchr) function 391 END (strchr)
|
/bionic/libc/arch-arm64/generic/bionic/ |
H A D | strchr.S | 76 ENTRY(strchr) function 153 END(strchr)
|
/bionic/libc/include/ |
H A D | string.h | 65 char* strchr(const char* _Nonnull, int) __attribute_pure__ __overloadable 66 __RENAME_CLANG(strchr); 358 char* strchr(const char* const _Nonnull s __pass_object_size, int c) 566 char* strchr(const char* _Nonnull s, int c) { function 628 return strchr(s, c); 632 const char* strchr(const char* const _Nonnull s __pass_object_size, int c) 638 char* strchr(char* const _Nonnull s __pass_object_size, int c)
|
/bionic/tools/versioner/current/ |
H A D | string.h | 65 char* strchr(const char* _Nonnull, int) __attribute_pure__ __overloadable 66 __RENAME_CLANG(strchr); 358 char* strchr(const char* const _Nonnull s __pass_object_size, int c) 566 char* strchr(const char* _Nonnull s, int c) { function 628 return strchr(s, c); 632 const char* strchr(const char* const _Nonnull s __pass_object_size, int c) 638 char* strchr(char* const _Nonnull s __pass_object_size, int c)
|
Completed in 156 milliseconds