| /netbsd-src/lib/libc/string/ |
| H A D | Lint_strcat.c | 12 strcat(char *s, const char *append) in strcat() function
|
| /netbsd-src/common/lib/libc/string/ |
| H A D | strcat.c | 53 strcat(char *s, const char *append) in strcat() function
|
| /llvm-project/clang/test/Analysis/ |
| H A D | security-syntax-checks.m | 204 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1) macro 208 #define strcat BUILTIN(strcat) macro 209 char *strcat(char *restrict s1, const char *restrict s2); function
|
| H A D | string.c | 458 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1) macro 454 #define strcat(a,b) __strcat_ global() macro [all...] |
| /netbsd-src/include/ssp/ |
| H A D | string.h | 103 #define strcat(dst, src) __ssp_bos_check2(strcat, dst, src) macro
|
| /netbsd-src/external/gpl3/gcc/dist/libssp/ssp/ |
| H A D | string.h | 144 #define strcat(dest, src) \ macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/ |
| H A D | string.h | 144 #define strcat(dest, src) \ macro
|
| /netbsd-src/sys/arch/vax/include/ |
| H A D | macros.h | 164 strcat(char *cp, const char *c2) in strcat() function
|
| /netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
| H A D | utclib.c | 568 strcat ( in strcat() function
|
| /netbsd-src/sys/arch/sparc/stand/bootblk/ |
| H A D | bootblk.fth | 136 : strcat ( s1 l1 s2 l2 -- d tot ) word
|
| /llvm-project/clang/test/CodeGen/ |
| H A D | 2002-07-14-MiscTests3.c | 161 void strcat(char *s1, char *s2) { in strcat() function
|
| /netbsd-src/sys/lib/libkern/ |
| H A D | libkern.h | 448 #define strcat(d, s) kasan_strcat( global() macro 455 #define strcat(d, s) kmsan_strcat( global() macro
|
| /llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 176 INTERCEPTOR(char *, strcat, char *to, const char *from) { in INTERCEPTOR() argument
|
| /llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_interceptors.cpp | 270 INTERCEPTOR(char *,strcat,char * dst,const char * src) INTERCEPTOR() argument
|
| /netbsd-src/sys/arch/pmax/include/ |
| H A D | dec_prom.h | 157 #define strcat (*callv -> _strcat) macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cfns.gperf | 168 strcat, 89 keyword
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cfns.gperf | 168 strcat, 89 keyword
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 74 enum class ConcatFnKind { none = 0, strcat = 1, strlcat = 2 }; enumerator
|
| /llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 71 enum class ConcatFnKind { none = 0, strcat = 1, strlcat = 2 }; global() enumerator
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_interceptors.cc | 363 INTERCEPTOR(char *, strcat, char *dest, const char *src) { // NOLINT in INTERCEPTOR() argument
|
| /llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 386 INTERCEPTOR(char *,strcat,char * dest,const char * src) INTERCEPTOR() argument
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| H A D | msan_test.cc | 1697 TEST(MemorySanitizer, strcat) { // NOLINT in TEST() argument
|
| /llvm-project/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 1705 TEST(MemorySanitizer, strcat) { in TEST() argument
|