Searched refs:__vsprintf_chk (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_vsprintf_chk_test.cpp | 15 extern "C" int __vsprintf_chk(char* dest, int flags, size_t dst_len_from_compiler, const char* form… 21 int result = __vsprintf_chk(str, 0, size - 1, format, args); in VsprintfHelper()
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 378 int __vsprintf_chk(char* dest, int flags, in __vsprintf_chk() function 407 int result = __vsprintf_chk(dest, flags, dst_len_from_compiler, format, va); in __sprintf_chk()
|
/third_party/musl/ |
D | libc.map.txt | 267 __vsprintf_chk;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 453 /// int __vsprintf_chk(char *s, int flags, size_t slen, const char *format, 456 TLI_DEFINE_STRING_INTERNAL("__vsprintf_chk")
|