Searched defs:strncpy (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/test/Analysis/ |
H A D | security-syntax-checks.m | 278 char *strncpy(char *destination, const char *source, size_t num); function
|
H A D | string.c | 553 #define strncpy(a,b,n) __strncpy_ global() macro 557 #define strncpy BUILTIN(strncpy) global() macro [all...] |
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 242 INTERCEPTOR(char *, strncpy, char *to, const char *from, usize size) { in INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 264 INTERCEPTOR(char *,strncpy,char * dst,const char * src,uptr size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 620 INTERCEPTOR(char *,strncpy,char * to,const char * from,uptr size) global() argument
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 307 INTERCEPTOR(char *,strncpy,char * dest,const char * src,SIZE_T n) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 753 TSAN_INTERCEPTOR(char *,strncpy,char * dst,char * src,uptr n) TSAN_INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1663 TEST(MemorySanitizer, strncpy) { in TEST() argument
|