Home
last modified time | relevance | path

Searched defs:strchrnul (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dstrchrnul.cpp17 extern "C" const char* strchrnul(const char* s, int ch) { in strchrnul() function
/bionic/tests/
Dstring_test.cpp466 TEST(STRING_TEST, strchrnul) { in TEST() argument