Searched refs:__vsprintf_chk (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libssp/ |
H A D | Symbol.map | 19 __vsprintf_chk;
|
/freebsd/lib/libc/secure/ |
H A D | Symbol.map | 24 __vsprintf_chk;
|
H A D | vsprintf_chk.c | 44 __vsprintf_chk(char * __restrict buf, int flags, size_t slen, in __vsprintf_chk() function
|
/freebsd/include/ssp/ |
H A D | stdio.h | 62 int __vsprintf_chk(char *__restrict, int, size_t, const char *__restrict,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 796 /// int __vsprintf_chk(char *s, int flags, size_t slen, const char *format, 799 TLI_DEFINE_STRING_INTERNAL("__vsprintf_chk")
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1187 fun:__vsprintf_chk=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 1682 INTERCEPTOR(int, __vsprintf_chk, char *str, int flag, SIZE_T size_to, 1782 COMMON_INTERCEPT_FUNCTION(__vsprintf_chk); \
|