Home
last modified time | relevance | path

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

/freebsd/lib/libssp/
H A DSymbol.map19 __vsprintf_chk;
/freebsd/lib/libc/secure/
H A DSymbol.map24 __vsprintf_chk;
H A Dvsprintf_chk.c44 __vsprintf_chk(char * __restrict buf, int flags, size_t slen, in __vsprintf_chk() function
/freebsd/include/ssp/
H A Dstdio.h62 int __vsprintf_chk(char *__restrict, int, size_t, const char *__restrict,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def796 /// int __vsprintf_chk(char *s, int flags, size_t slen, const char *format,
799 TLI_DEFINE_STRING_INTERNAL("__vsprintf_chk")
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1187 fun:__vsprintf_chk=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1682 INTERCEPTOR(int, __vsprintf_chk, char *str, int flag, SIZE_T size_to,
1782 COMMON_INTERCEPT_FUNCTION(__vsprintf_chk); \