Home
last modified time | relevance | path

Searched defs:strstr (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/include/
H A Dstring.h207 const char* strstr(const char* h, const char* n) __prefer_this_overload { in strstr() function
212 char* strstr(char* h, const char* n) __prefer_this_overload { in strstr() function
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrstr.c172 strstr(const char *h, const char *n) in strstr() function
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp97 Status doubleString(const std::string& str, std::string* strstr) override { in doubleString()