Home
last modified time | relevance | path

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

/freebsd/lib/libssp/
H A DSymbol.map11 __snprintf_chk;
/freebsd/lib/libc/secure/
H A DSymbol.map13 __snprintf_chk;
H A Dsnprintf_chk.c42 __snprintf_chk(char * __restrict buf, size_t len, int flags, size_t slen, in __snprintf_chk() function
/freebsd/include/ssp/
H A Dstdio.h65 int __snprintf_chk(char *__restrict, size_t, int, size_t,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def701 /// int __snprintf_chk(char *s, size_t n, int flags, size_t slen,
704 TLI_DEFINE_STRING_INTERNAL("__snprintf_chk")
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1076 fun:__snprintf_chk=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1734 INTERCEPTOR(int, __snprintf_chk, char *str, SIZE_T size, int flag,
1736 FORMAT_INTERCEPTOR_IMPL(__snprintf_chk, vsnprintf, str, size, format)
1781 COMMON_INTERCEPT_FUNCTION(__snprintf_chk); \