Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libssp/
H A Dssp.map6 __strncat_chk; __strncpy_chk; __vsnprintf_chk; __vsprintf_chk;
H A Dvsprintf-chk.c50 __vsprintf_chk (char *s, int flags __attribute__((unused)), in __vsprintf_chk() function
/freebsd-12.1/contrib/gcclibs/libssp/ssp/
H A Dstdio.h55 extern int __vsprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
/freebsd-12.1/contrib/gcc/
H A Dbuiltins.def718 DEF_EXT_LIB_BUILTIN (BUILT_IN_VSPRINTF_CHK, "__vsprintf_chk", BT_FN_INT_STRING_INT_SIZE_CONST_ST…
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1182 fun:__vsprintf_chk=uninstrumented
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1642 INTERCEPTOR(int, __vsprintf_chk, char *str, int flag, SIZE_T size_to,
1742 COMMON_INTERCEPT_FUNCTION(__vsprintf_chk); \