HomeSort by relevance Sort by last modified time
    Searched full:__strlcat_chk (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
__strlcat_chk.cpp 34 * __strlcat_chk. Called in place of strlcat() when we know the
45 extern "C" size_t __strlcat_chk(char *dest, const char *src, function
  /bionic/libc/include/
string.h 176 extern size_t __strlcat_chk(char *, const char *, size_t, size_t);
183 // Compiler doesn't know destination size. Don't call __strlcat_chk
189 // is always <= the actual object size. Don't call __strlcat_chk
200 return __strlcat_chk(dest, src, size, bos);
  /bionic/libc/
Android.mk 275 bionic/__strlcat_chk.cpp \

Completed in 4370 milliseconds