HomeSort by relevance Sort by last modified time
    Searched defs:__libcpp_strstr (Results 1 - 4 of 4) sorted by null

  /external/libcxx/include/
string.h 102 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} function
104 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);}
106 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
string.h 102 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} function
104 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);}
106 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);}
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
string.h 102 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} function
104 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);}
106 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);}
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
string.h 102 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} function
104 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);}
106 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);}

Completed in 2007 milliseconds