Home
last modified time | relevance | path

Searched defs:strncat (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dwarn-strncat-size.c15 #define strncat BUILTIN(strncat) macro
/llvm-project/clang/test/Analysis/
H A Dsecurity-syntax-checks.m279 char *strncat(char *destination, const char *source, size_t num); function
H A Dstring.c665 #define strncat(a,b,c) __strncat_ global() macro
669 #define strncat BUILTIN(strncat) global() macro
[all...]
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp188 INTERCEPTOR(char *, strncat, char *to, const char *from, usize size) { in INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp284 INTERCEPTOR(char *,strncat,char * dst,const char * src,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp532 INTERCEPTOR(char*, strncat, char *to, const char *from, usize size) { argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp398 INTERCEPTOR(char *,strncat,char * dest,const char * src,SIZE_T n) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1718 TEST(MemorySanitizer, strncat) { in TEST() argument