Home
last modified time | relevance | path

Searched refs:__vsnprintf_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 Dvsnprintf-chk.c47 __vsnprintf_chk (char *s, size_t n, int flags __attribute__((unused)), in __vsnprintf_chk() function
/freebsd-12.1/contrib/gcclibs/libssp/ssp/
H A Dstdio.h68 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
/freebsd-12.1/contrib/gcc/
H A Dbuiltins.def717 DEF_EXT_LIB_BUILTIN (BUILT_IN_VSNPRINTF_CHK, "__vsnprintf_chk", BT_FN_INT_STRING_SIZE_INT_SIZE_C…
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1181 fun:__vsnprintf_chk=uninstrumented
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1623 INTERCEPTOR(int, __vsnprintf_chk, char *str, SIZE_T size, int flag,
1743 COMMON_INTERCEPT_FUNCTION(__vsnprintf_chk); \