OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__strrchr_chk
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/string/
strrchr.c
36
return
__strrchr_chk
(p, ch, __BIONIC_FORTIFY_UNKNOWN_SIZE);
/bionic/libc/bionic/
__strrchr_chk.cpp
34
extern "C" char*
__strrchr_chk
(const char *p, int ch, size_t s_len)
function
/bionic/libc/include/
string.h
250
extern char*
__strrchr_chk
(const char *, int, size_t);
257
// Compiler doesn't know destination size. Don't call
__strrchr_chk
268
return
__strrchr_chk
(s, c, bos);
/bionic/libc/
Android.mk
198
bionic/
__strrchr_chk
.cpp \
Completed in 262 milliseconds