OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__strchr_chk
(Results
1 - 11
of
11
) sorted by null
/bionic/libc/bionic/
strchr.cpp
34
return
__strchr_chk
(p, ch, __BIONIC_FORTIFY_UNKNOWN_SIZE);
__strchr_chk.cpp
33
extern "C" char*
__strchr_chk
(const char* p, int ch, size_t s_len) {
function
/bionic/libc/include/
string.h
48
extern char*
__strchr_chk
(const char *, int, size_t);
246
// Compiler doesn't know destination size. Don't call
__strchr_chk
257
return
__strchr_chk
(s, c, bos);
/development/ndk/platforms/android-L/include/
string.h
47
extern char*
__strchr_chk
(const char *, int, size_t);
285
// Compiler doesn't know destination size. Don't call
__strchr_chk
296
return
__strchr_chk
(s, c, bos);
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
string.h
48
extern char*
__strchr_chk
(const char *, int, size_t);
256
// Compiler doesn't know destination size. Don't call
__strchr_chk
267
return
__strchr_chk
(s, c, bos);
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
string.h
48
extern char*
__strchr_chk
(const char *, int, size_t);
256
// Compiler doesn't know destination size. Don't call
__strchr_chk
267
return
__strchr_chk
(s, c, bos);
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
string.h
48
extern char*
__strchr_chk
(const char *, int, size_t);
256
// Compiler doesn't know destination size. Don't call
__strchr_chk
267
return
__strchr_chk
(s, c, bos);
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
string.h
48
extern char*
__strchr_chk
(const char *, int, size_t);
256
// Compiler doesn't know destination size. Don't call
__strchr_chk
267
return
__strchr_chk
(s, c, bos);
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
string.h
48
extern char*
__strchr_chk
(const char *, int, size_t);
256
// Compiler doesn't know destination size. Don't call
__strchr_chk
267
return
__strchr_chk
(s, c, bos);
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
string.h
48
extern char*
__strchr_chk
(const char *, int, size_t);
256
// Compiler doesn't know destination size. Don't call
__strchr_chk
267
return
__strchr_chk
(s, c, bos);
/bionic/libc/
Android.mk
77
bionic/
__strchr_chk
.cpp \
[
all
...]
Completed in 269 milliseconds