Home
last modified time | relevance | path

Searched refs:__bionic_strchr (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/include/
Dstring.h211 char* _Nullable __bionic_strchr(const char* _Nonnull const s __pass_object_size, int c) { in __bionic_strchr() function
218 return __bionic_strchr(s, c); in strchr()
224 return __bionic_strchr(s, c); in strchr()