Searched refs:__vsnprintf_chk (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libssp/ |
| H A D | ssp.map | 6 __strncat_chk; __strncpy_chk; __vsnprintf_chk; __vsprintf_chk;
|
| H A D | vsnprintf-chk.c | 47 __vsnprintf_chk (char *s, size_t n, int flags __attribute__((unused)), in __vsnprintf_chk() function
|
| /freebsd-12.1/contrib/gcclibs/libssp/ssp/ |
| H A D | stdio.h | 68 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | builtins.def | 717 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 D | libc_ubuntu1404_abilist.txt | 1181 fun:__vsnprintf_chk=uninstrumented
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 1623 INTERCEPTOR(int, __vsnprintf_chk, char *str, SIZE_T size, int flag, 1743 COMMON_INTERCEPT_FUNCTION(__vsnprintf_chk); \
|