/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 153 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1) macro 157 #define strcat BUILTIN(strcat) macro 158 char *strcat(char *restrict s1, const char *restrict s2); function
|
D | string.c | 354 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1) macro 358 #define strcat BUILTIN(strcat) macro
|
/external/valgrind/main/coregrind/ |
D | m_options.c | 261 VG_(strcat)(absout, out); in VG_() local 274 VG_(strcat)(opt, format); in VG_() local
|
D | m_libcbase.c | 236 HChar* VG_(strcat) ( HChar* dest, const HChar* src ) in VG_() argument
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readmacho.c | 526 VG_(strcat) (dsymfile, APPLE_DSYM_EXT_AND_SUBDIRECTORY); in find_separate_debug_file() local 527 VG_(strcat) (dsymfile, basename_str); in find_separate_debug_file() local 553 VG_(strcat) (slash_ptr, APPLE_DSYM_EXT_AND_SUBDIRECTORY); in find_separate_debug_file() local 554 VG_(strcat) (slash_ptr, basename_str); in find_separate_debug_file() local 562 VG_(strcat) (dot_ptr, APPLE_DSYM_EXT_AND_SUBDIRECTORY); in find_separate_debug_file() local 563 VG_(strcat) (dot_ptr, basename_str); in find_separate_debug_file() local
|
D | readdwarf.c | 628 VG_(strcat)(buf, compdir_str); in read_dwarf2_lineblock() local 630 VG_(strcat)(buf, data_str); in read_dwarf2_lineblock() local
|
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
D | ll.S | 372 strcat: label
|
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
D | ll.S | 305 strcat: label
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | server.h | 144 #define strcat(s1,s2) VG_(strcat) ((s1),(s2)) macro
|
/external/valgrind/main/coregrind/m_demangle/ |
D | vg_libciface.h | 55 #define strcat(_dd,_ss) VG_(strcat)((_dd),(_ss)) macro
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests3.c | 161 void strcat(char *s1, char *s2) { in strcat() function
|
/external/valgrind/main/callgrind/ |
D | fn.c | 446 VG_(strcat)(dir, file); // Append file to dir in CLG_() local
|
D | dump.c | 468 VG_(strcat)(dir, file); // Append file to dir in get_debug_pos() local
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 564 strcat, enumerator
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 241 VG_(strcat)(dir, file); // Append file to dir in get_debug_info() local
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-generic.c | 888 VG_(strcat) ( result, s2 ); in strdupcat() local
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 327 INTERCEPTOR(char *, strcat, char *dest, const char *src) { // NOLINT in INTERCEPTOR() argument
|
/external/valgrind/main/helgrind/ |
D | libhb_core.c | 2407 VG_(strcat)(buf, unit); in VTS__show() local
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1509 TEST(MemorySanitizer, strcat) { // NOLINT in TEST() argument
|