OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__strchr_chk
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/bionic/
__strchr_chk.cpp
33
extern "C" char*
__strchr_chk
(const char* p, int ch, size_t s_len) {
function
strchr.cpp
33
return
__strchr_chk
(p, ch, __BIONIC_FORTIFY_UNKNOWN_SIZE);
/bionic/libc/include/
string.h
229
extern char*
__strchr_chk
(const char *, int, size_t);
236
// Compiler doesn't know destination size. Don't call
__strchr_chk
247
return
__strchr_chk
(s, c, bos);
/prebuilts/sdk/renderscript/lib/x86/
libc.so
/bionic/libc/
Android.mk
191
bionic/
__strchr_chk
.cpp \
/prebuilts/sdk/renderscript/lib/arm/
libc.so
/prebuilts/sdk/renderscript/lib/mips/
libc.so
Completed in 48 milliseconds