Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstring.h171 char* __bionic_strchr(const char* const s __pass_object_size, int c) { in __bionic_strchr() function
178 return __bionic_strchr(s, c); in strchr()
184 return __bionic_strchr(s, c); in strchr()