Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libssp/
H A Dssp.map5 __snprintf_chk; __sprintf_chk; __stpcpy_chk; __strcat_chk; __strcpy_chk;
H A Dsprintf-chk.c50 __sprintf_chk (char *s, int flags __attribute__((unused)), in __sprintf_chk() function
/freebsd-12.1/contrib/gcclibs/libssp/ssp/
H A Dstdio.h53 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
/freebsd-12.1/contrib/gcc/
H A Dbuiltins.def716 DEF_EXT_LIB_BUILTIN (BUILT_IN_SPRINTF_CHK, "__sprintf_chk", BT_FN_INT_STRING_INT_SIZE_CONST_STRI…
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1685 INTERCEPTOR(int, __sprintf_chk, char *str, int flag, SIZE_T size_to,
1687 FORMAT_INTERCEPTOR_IMPL(__sprintf_chk, vsprintf, str, format) // NOLINT
1740 COMMON_INTERCEPT_FUNCTION(__sprintf_chk); \
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1081 fun:__sprintf_chk=uninstrumented
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.texi5330 The added @var{flag} argument is passed unchanged to @code{__sprintf_chk}