Searched refs:__sprintf_chk (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libssp/ |
| H A D | ssp.map | 5 __snprintf_chk; __sprintf_chk; __stpcpy_chk; __strcat_chk; __strcpy_chk;
|
| H A D | sprintf-chk.c | 50 __sprintf_chk (char *s, int flags __attribute__((unused)), in __sprintf_chk() function
|
| /freebsd-12.1/contrib/gcclibs/libssp/ssp/ |
| H A D | stdio.h | 53 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | builtins.def | 716 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 D | sanitizer_common_interceptors.inc | 1685 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 D | libc_ubuntu1404_abilist.txt | 1081 fun:__sprintf_chk=uninstrumented
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | extend.texi | 5330 The added @var{flag} argument is passed unchanged to @code{__sprintf_chk}
|