Searched refs:__vsnprintf_chk (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libssp/ |
H A D | Symbol.map | 18 __vsnprintf_chk;
|
/freebsd/lib/libc/secure/ |
H A D | Symbol.map | 23 __vsnprintf_chk;
|
H A D | vsnprintf_chk.c | 42 __vsnprintf_chk(char * __restrict buf, size_t len, int flags, size_t slen, in __vsnprintf_chk() function
|
/freebsd/include/ssp/ |
H A D | stdio.h | 68 int __vsnprintf_chk(char *__restrict, size_t, int, size_t,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 790 /// int __vsnprintf_chk(char *s, size_t n, int flags, size_t slen, 793 TLI_DEFINE_STRING_INTERNAL("__vsnprintf_chk")
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1186 fun:__vsnprintf_chk=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 1663 INTERCEPTOR(int, __vsnprintf_chk, char *str, SIZE_T size, int flag, 1783 COMMON_INTERCEPT_FUNCTION(__vsnprintf_chk); \
|