Searched refs:__sprintf_chk (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libssp/ |
H A D | Symbol.map | 12 __sprintf_chk;
|
/freebsd/lib/libc/secure/ |
H A D | Symbol.map | 14 __sprintf_chk;
|
H A D | sprintf_chk.c | 44 __sprintf_chk(char * __restrict buf, int flags, size_t slen, in __sprintf_chk() function
|
/freebsd/include/ssp/ |
H A D | stdio.h | 60 int __sprintf_chk(char *__restrict, int, size_t, const char *__restrict, ...)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 707 /// int __sprintf_chk(char *str, int flags, size_t str_len, 710 TLI_DEFINE_STRING_INTERNAL("__sprintf_chk")
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1086 fun:__sprintf_chk=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 1725 INTERCEPTOR(int, __sprintf_chk, char *str, int flag, SIZE_T size_to, 1727 FORMAT_INTERCEPTOR_IMPL(__sprintf_chk, vsprintf, str, format) 1780 COMMON_INTERCEPT_FUNCTION(__sprintf_chk); \
|