/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 133 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1) macro 137 #define strcpy BUILTIN(strcpy) macro 138 char *strcpy(char *restrict s1, const char *restrict s2); function
|
D | taint-generic.c | 15 #define strcpy(dest, src) \ macro
|
D | string.c | 256 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1) macro 260 #define strcpy BUILTIN(strcpy) macro
|
/external/gptfdisk/ |
D | support.h | 38 #define strcpy strcpy_s macro
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 528 VG_(strcpy) (dsymfile, executable_name); in find_separate_debug_file() local 545 VG_(strcpy) (dsymfile, VG_(dirname) (executable_name)); in find_separate_debug_file() local 1041 VG_(strcpy)(cmd, dsymutil); in ML_() local
|
D | debuginfo.c | 1243 VG_(strcpy)(exename, exe); // make a copy on the stack in VG_() local 1314 VG_(strcpy)(pdbname, exename); in VG_() local
|
/external/valgrind/coregrind/ |
D | m_options.c | 278 VG_(strcpy)(absout, base_dir); in VG_() local
|
D | m_libcbase.c | 300 HChar* VG_(strcpy) ( HChar* dest, const HChar* src ) in VG_() argument 539 VG_(strcpy) (tok_input, input); in VG_() local 557 VG_(strcpy) (tok_tokens, tokens); in VG_() local
|
D | m_stacktrace.c | 788 VG_(strcpy)(buf_lr_copy, buf_lr); local 888 VG_(strcpy)(buf_a1_copy, buf_a1); local
|
D | m_errormgr.c | 1700 VG_(strcpy)(caller_name, caller); in foComplete() local 1770 VG_(strcpy)(caller_name, caller); in expandInput() local
|
D | m_libcfile.c | 582 VG_(strcpy)(startup_wd, wd); in VG_() local
|
D | m_redir.c | 1793 VG_(strcpy)(name1, buf); in show_active() local
|
D | m_translate.c | 1546 VG_(strcpy)(name1, buf); in VG_() local
|
/external/valgrind/coregrind/m_demangle/ |
D | vg_libciface.h | 58 #define strcpy(_dd,_ss) VG_(strcpy)((_dd),(_ss)) macro
|
/external/valgrind/coregrind/m_gdbserver/ |
D | server.h | 143 #define strcpy(s1,s2) VG_(strcpy) ((s1),(s2)) macro
|
D | m_gdbserver.c | 1363 VG_(strcpy) (iw, input_word); in VG_() local 1367 VG_(strcpy) (kwds, keywords); in VG_() local
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-solaris.c | 99 VG_(strcpy)(out_exe_name, exe_name); in load_client() local
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests3.c | 157 void strcpy(char *s1, char *s2) { in strcpy() function
|
D | object-size.c | 3 #define strcpy(dest, src) \ macro
|
/external/valgrind/callgrind/ |
D | fn.c | 315 VG_(strcpy)(filename, dir); in CLG_() local
|
D | dump.c | 1599 VG_(strcpy)(filename, out_file); in CLG_() local
|
D | main.c | 1582 VG_(strcpy) (s, req); in handle_gdb_monitor_command() local
|
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 136 VG_(strcpy)(temp_string, bb_out_file); in open_tracefile() local
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 653 #define strcpy OS_DO_NOT_USE_strcpy macro
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 531 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() argument
|