Searched refs:__strlcpy_chk (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A D__strlcpy_chk.cpp36 * __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/
H A Dstring.h185 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/
H A DAndroid.mk77 bionic/__strlcpy_chk.cpp \

Completed in 117 milliseconds