OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__strlcpy_chk
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/bionic/
__strlcpy_chk.cpp
36
*
__strlcpy_chk
. Called in place of strlcpy() when we know the
47
extern "C" size_t
__strlcpy_chk
(char* dest, const char* src,
function
/bionic/libc/include/
string.h
98
extern size_t
__strlcpy_chk
(char *, const char *, size_t, size_t);
186
// Compiler doesn't know destination size. Don't call
__strlcpy_chk
192
// is always <= the actual object size. Don't call
__strlcpy_chk
198
return
__strlcpy_chk
(dest, src, size, bos);
/development/ndk/platforms/android-L/include/
string.h
201
extern size_t
__strlcpy_chk
(char *, const char *, size_t, size_t);
208
// Compiler doesn't know destination size. Don't call
__strlcpy_chk
214
// is always <= the actual object size. Don't call
__strlcpy_chk
226
return
__strlcpy_chk
(dest, src, size, bos);
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
string.h
185
extern size_t
__strlcpy_chk
(char *, const char *, size_t, size_t);
192
// Compiler doesn't know destination size. Don't call
__strlcpy_chk
198
// is always <= the actual object size. Don't call
__strlcpy_chk
204
return
__strlcpy_chk
(dest, src, size, bos);
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
string.h
185
extern size_t
__strlcpy_chk
(char *, const char *, size_t, size_t);
192
// Compiler doesn't know destination size. Don't call
__strlcpy_chk
198
// is always <= the actual object size. Don't call
__strlcpy_chk
204
return
__strlcpy_chk
(dest, src, size, bos);
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
string.h
185
extern size_t
__strlcpy_chk
(char *, const char *, size_t, size_t);
192
// Compiler doesn't know destination size. Don't call
__strlcpy_chk
198
// is always <= the actual object size. Don't call
__strlcpy_chk
204
return
__strlcpy_chk
(dest, src, size, bos);
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
string.h
185
extern size_t
__strlcpy_chk
(char *, const char *, size_t, size_t);
192
// Compiler doesn't know destination size. Don't call
__strlcpy_chk
198
// is always <= the actual object size. Don't call
__strlcpy_chk
204
return
__strlcpy_chk
(dest, src, size, bos);
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
string.h
185
extern size_t
__strlcpy_chk
(char *, const char *, size_t, size_t);
192
// Compiler doesn't know destination size. Don't call
__strlcpy_chk
198
// is always <= the actual object size. Don't call
__strlcpy_chk
204
return
__strlcpy_chk
(dest, src, size, bos);
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
string.h
185
extern size_t
__strlcpy_chk
(char *, const char *, size_t, size_t);
192
// Compiler doesn't know destination size. Don't call
__strlcpy_chk
198
// is always <= the actual object size. Don't call
__strlcpy_chk
204
return
__strlcpy_chk
(dest, src, size, bos);
/bionic/libc/
Android.mk
79
bionic/
__strlcpy_chk
.cpp \
[
all
...]
Completed in 675 milliseconds