Home
last modified time | relevance | path

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

/freebsd/lib/libssp/
H A DSymbol.map18 __vsnprintf_chk;
/freebsd/lib/libc/secure/
H A DSymbol.map23 __vsnprintf_chk;
H A Dvsnprintf_chk.c42 __vsnprintf_chk(char * __restrict buf, size_t len, int flags, size_t slen, in __vsnprintf_chk() function
/freebsd/include/ssp/
H A Dstdio.h68 int __vsnprintf_chk(char *__restrict, size_t, int, size_t,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def790 /// int __vsnprintf_chk(char *s, size_t n, int flags, size_t slen,
793 TLI_DEFINE_STRING_INTERNAL("__vsnprintf_chk")
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1186 fun:__vsnprintf_chk=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1663 INTERCEPTOR(int, __vsnprintf_chk, char *str, SIZE_T size, int flag,
1783 COMMON_INTERCEPT_FUNCTION(__vsnprintf_chk); \