OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__libcpp_strchr
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/include/
string.h
73
char*
__libcpp_strchr
(const char* __s, int __c) {return (char*)strchr(__s, __c);}
function
75
const char* strchr(const char* __s, int __c) {return
__libcpp_strchr
(__s, __c);}
77
char* strchr( char* __s, int __c) {return
__libcpp_strchr
(__s, __c);}
Completed in 15 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026