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