/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
|
/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
|
/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
|
/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
|
/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
|
/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
|