OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__libcpp_strpbrk
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/include/
string.h
81
char*
__libcpp_strpbrk
(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);}
function
83
const char* strpbrk(const char* __s1, const char* __s2) {return
__libcpp_strpbrk
(__s1, __s2);}
85
char* strpbrk( char* __s1, const char* __s2) {return
__libcpp_strpbrk
(__s1, __s2);}
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
string.h
81
char*
__libcpp_strpbrk
(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);}
function
83
const char* strpbrk(const char* __s1, const char* __s2) {return
__libcpp_strpbrk
(__s1, __s2);}
85
char* strpbrk( char* __s1, const char* __s2) {return
__libcpp_strpbrk
(__s1, __s2);}
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
string.h
81
char*
__libcpp_strpbrk
(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);}
function
83
const char* strpbrk(const char* __s1, const char* __s2) {return
__libcpp_strpbrk
(__s1, __s2);}
85
char* strpbrk( char* __s1, const char* __s2) {return
__libcpp_strpbrk
(__s1, __s2);}
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
string.h
81
char*
__libcpp_strpbrk
(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);}
function
83
const char* strpbrk(const char* __s1, const char* __s2) {return
__libcpp_strpbrk
(__s1, __s2);}
85
char* strpbrk( char* __s1, const char* __s2) {return
__libcpp_strpbrk
(__s1, __s2);}
Completed in 50 milliseconds