Searched defs:supplied_size (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/bionic/ |
D | __vsnprintf_chk.cpp | 47 extern "C" int __vsnprintf_chk(char* dest, size_t supplied_size, int /*flags*/, in __vsnprintf_chk() 67 extern "C" int __snprintf_chk(char* dest, size_t supplied_size, int flags, in __snprintf_chk()
|
D | __fgets_chk.cpp | 46 char* __fgets_chk(char* dest, int supplied_size, FILE* stream, in __fgets_chk()
|
D | __strlcpy_chk.cpp | 48 size_t supplied_size, size_t dest_len_from_compiler) { in __strlcpy_chk()
|
D | __strlcat_chk.cpp | 48 size_t supplied_size, size_t dest_len_from_compiler) { in __strlcat_chk()
|