Searched refs:__sprintf_chk (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_sprintf_chk_test.cpp | 14 extern "C" int __sprintf_chk(char* dest, int flags, size_t dst_len_from_compiler, const char* forma… 27 ret = __sprintf_chk(str, 0, BUF_SIZE, "test"); 31 ret = __sprintf_chk(str, 0, BUF_SIZE, "%c", '1'); 35 ret = __sprintf_chk(str, 0, BUF_SIZE, "%s,%s", "123", "456"); 39 ret = __sprintf_chk(str, 0, BUF_SIZE, "%%test"); 43 ret = __sprintf_chk(str, 0, BUF_SIZE, "%3$d,%2$s,%1$c", 'a', "bc", 0);
|
/third_party/elfio/tests/elf_examples/ |
D | ls.readelf | 265 000000619340 006900000007 R_X86_64_JUMP_SLO 0000000000000000 __sprintf_chk + 0 376 105: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __sprintf_chk@GLIBC_2.3.4 (4)
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 403 int __sprintf_chk(char* dest, int flags, size_t dst_len_from_compiler, const char* format, ...) in __sprintf_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 213 __sprintf_chk;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 401 /// int __sprintf_chk(char *str, int flags, size_t str_len, 404 TLI_DEFINE_STRING_INTERNAL("__sprintf_chk")
|
/third_party/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 72 __sprintf_chk
|