Searched defs:stpcpy (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/test/Sema/ |
H A D | builtins-gnu-mode.c | 6 int stpcpy; variable
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 291 INTERCEPTOR(char *,stpcpy,char * dst,const char * src) INTERCEPTOR() argument
|
/llvm-project/clang/test/Analysis/ |
H A D | string.c | 417 #define stpcpy(a,b) __stpcpy_chk(a,b,(size_t)-1) macro 413 #define stpcpy(a,b) __stpcpy_ global() macro
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 320 INTERCEPTOR(char *,stpcpy,char * dest,const char * src) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1677 TEST(MemorySanitizer, stpcpy) { in TEST() argument
|