Home
last modified time | relevance | path

Searched defs:strcat (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Analysis/
Dsecurity-syntax-checks.m153 #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
Dstring.c354 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1) macro
358 #define strcat BUILTIN(strcat) macro
/external/valgrind/main/coregrind/
Dm_options.c261 VG_(strcat)(absout, out); in VG_() local
274 VG_(strcat)(opt, format); in VG_() local
Dm_libcbase.c236 HChar* VG_(strcat) ( HChar* dest, const HChar* src ) in VG_() argument
/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c526 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
Dreaddwarf.c628 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/
Dll.S372 strcat: label
/external/valgrind/main/exp-bbv/tests/arm-linux/
Dll.S305 strcat: label
/external/valgrind/main/coregrind/m_gdbserver/
Dserver.h144 #define strcat(s1,s2) VG_(strcat) ((s1),(s2)) macro
/external/valgrind/main/coregrind/m_demangle/
Dvg_libciface.h55 #define strcat(_dd,_ss) VG_(strcat)((_dd),(_ss)) macro
/external/clang/test/CodeGen/
D2002-07-14-MiscTests3.c161 void strcat(char *s1, char *s2) { in strcat() function
/external/valgrind/main/callgrind/
Dfn.c446 VG_(strcat)(dir, file); // Append file to dir in CLG_() local
Ddump.c468 VG_(strcat)(dir, file); // Append file to dir in get_debug_pos() local
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h564 strcat, enumerator
/external/valgrind/main/cachegrind/
Dcg_main.c241 VG_(strcat)(dir, file); // Append file to dir in get_debug_info() local
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c888 VG_(strcat) ( result, s2 ); in strdupcat() local
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc327 INTERCEPTOR(char *, strcat, char *dest, const char *src) { // NOLINT in INTERCEPTOR() argument
/external/valgrind/main/helgrind/
Dlibhb_core.c2407 VG_(strcat)(buf, unit); in VTS__show() local
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1509 TEST(MemorySanitizer, strcat) { // NOLINT in TEST() argument