Home
last modified time | relevance | path

Searched refs:__sprintf_chk (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libssp/
H A DSymbol.map12 __sprintf_chk;
/freebsd/lib/libc/secure/
H A DSymbol.map14 __sprintf_chk;
H A Dsprintf_chk.c44 __sprintf_chk(char * __restrict buf, int flags, size_t slen, in __sprintf_chk() function
/freebsd/include/ssp/
H A Dstdio.h60 int __sprintf_chk(char *__restrict, int, size_t, const char *__restrict, ...)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def707 /// 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 Dlibc_ubuntu1404_abilist.txt1086 fun:__sprintf_chk=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1725 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); \