Searched refs:__strlen_chk (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/bionic/
H A D__strlen_chk.cpp36 * Runtime implementation of __strlen_chk.
58 extern "C" size_t __strlen_chk(const char* s, size_t s_len) { function
H A D__strcat_chk.cpp47 size_t dest_len = __strlen_chk(dest, dest_buf_size);
H A D__strncat_chk.cpp50 size_t dest_len = __strlen_chk(dest, dest_buf_size);
/bionic/libc/include/
H A Dstring.h61 extern size_t __strlen_chk(const char *, size_t);
305 // Compiler doesn't know destination size. Don't call __strlen_chk
316 return __strlen_chk(s, bos);
/bionic/libc/
H A DAndroid.mk88 bionic/__strlen_chk.cpp \

Completed in 381 milliseconds