OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__strlen_chk
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/bionic/
__strlen_chk.cpp
36
* Runtime implementation of
__strlen_chk
.
58
extern "C" size_t
__strlen_chk
(const char* s, size_t s_len) {
function
__strcat_chk.cpp
47
size_t dest_len =
__strlen_chk
(dest, dest_buf_size);
__strncat_chk.cpp
50
size_t dest_len =
__strlen_chk
(dest, dest_buf_size);
/bionic/libc/include/
string.h
54
extern size_t
__strlen_chk
(const char *, size_t);
227
// Compiler doesn't know destination size. Don't call
__strlen_chk
238
return
__strlen_chk
(s, bos);
/development/ndk/platforms/android-L/include/
string.h
53
extern size_t
__strlen_chk
(const char *, size_t);
266
// Compiler doesn't know destination size. Don't call
__strlen_chk
277
return
__strlen_chk
(s, bos);
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
string.h
54
extern size_t
__strlen_chk
(const char *, size_t);
237
// Compiler doesn't know destination size. Don't call
__strlen_chk
248
return
__strlen_chk
(s, bos);
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
string.h
54
extern size_t
__strlen_chk
(const char *, size_t);
237
// Compiler doesn't know destination size. Don't call
__strlen_chk
248
return
__strlen_chk
(s, bos);
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
string.h
54
extern size_t
__strlen_chk
(const char *, size_t);
237
// Compiler doesn't know destination size. Don't call
__strlen_chk
248
return
__strlen_chk
(s, bos);
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
string.h
54
extern size_t
__strlen_chk
(const char *, size_t);
237
// Compiler doesn't know destination size. Don't call
__strlen_chk
248
return
__strlen_chk
(s, bos);
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
string.h
54
extern size_t
__strlen_chk
(const char *, size_t);
237
// Compiler doesn't know destination size. Don't call
__strlen_chk
248
return
__strlen_chk
(s, bos);
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
string.h
54
extern size_t
__strlen_chk
(const char *, size_t);
237
// Compiler doesn't know destination size. Don't call
__strlen_chk
248
return
__strlen_chk
(s, bos);
/bionic/libc/
Android.mk
80
bionic/
__strlen_chk
.cpp \
[
all
...]
Completed in 247 milliseconds