Searched defs:supplied_size (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/bionic/ |
D | fortify.cpp | 99 char* __fgets_chk(char* dst, int supplied_size, FILE* stream, size_t dst_len_from_compiler) { in __fgets_chk() 306 size_t supplied_size, size_t dst_len_from_compiler) { in __strlcat_chk() 312 size_t supplied_size, size_t dst_len_from_compiler) { in __strlcpy_chk() 416 extern "C" int __vsnprintf_chk(char* dst, size_t supplied_size, int /*flags*/, in __vsnprintf_chk() 423 extern "C" int __snprintf_chk(char* dst, size_t supplied_size, int flags, in __snprintf_chk()
|