Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dsecurity-syntax-checks.m157 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1) macro
161 #define strcat BUILTIN(strcat) macro
162 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/coregrind/m_debuginfo/
Dreadmacho.c529 VG_(strcat) (dsymfile, APPLE_DSYM_EXT_AND_SUBDIRECTORY); in find_separate_debug_file() local
530 VG_(strcat) (dsymfile, basename_str); in find_separate_debug_file() local
556 VG_(strcat) (slash_ptr, APPLE_DSYM_EXT_AND_SUBDIRECTORY); in find_separate_debug_file() local
557 VG_(strcat) (slash_ptr, basename_str); in find_separate_debug_file() local
565 VG_(strcat) (dot_ptr, APPLE_DSYM_EXT_AND_SUBDIRECTORY); in find_separate_debug_file() local
566 VG_(strcat) (dot_ptr, basename_str); in find_separate_debug_file() local
Dreaddwarf.c542 VG_(strcat)(buf, data_str); in read_dwarf2_lineblock() local
Dreaddwarf3.c1835 VG_(strcat)(buf, data_str); in read_dirname_xa() local
/external/valgrind/coregrind/
Dm_options.c280 VG_(strcat)(absout, out); in VG_() local
Dm_libcbase.c269 HChar* VG_(strcat) ( HChar* dest, const HChar* src ) in VG_() argument
/external/valgrind/exp-bbv/tests/ppc32-linux/
Dll.S372 strcat: label
/external/valgrind/exp-bbv/tests/arm-linux/
Dll.S305 strcat: label
/external/valgrind/coregrind/m_gdbserver/
Dserver.h142 #define strcat(s1,s2) VG_(strcat) ((s1),(s2)) macro
/external/valgrind/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/callgrind/
Dfn.c319 VG_(strcat)(filename, file); in CLG_() local
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c979 VG_(strcat) ( result, s2 ); in strdupcat() local
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc394 INTERCEPTOR(char *, strcat, char *dest, const char *src) { // NOLINT in INTERCEPTOR() argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1576 TEST(MemorySanitizer, strcat) { // NOLINT in TEST() argument