/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/syslinux/com32/lib/ |
D | strcpy.c | 9 char *strcpy(char *dst, const char *src) in strcpy() function
|
/external/gptfdisk/ |
D | support.h | 38 #define strcpy strcpy_s macro
|
/external/syslinux/dos/ |
D | string.h | 12 #define strcpy(a,b) __builtin_strcpy(a,b) macro
|
/external/mesa3d/src/amd/addrlib/inc/ |
D | lnx_common_defs.h | 121 #define strcpy(_d, _s) __ke_strcpy(_d, _s) macro
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 529 VG_(strcpy) (dsymfile, executable_name); in find_separate_debug_file() local 546 VG_(strcpy) (dsymfile, VG_(dirname) (executable_name)); in find_separate_debug_file() local 1042 VG_(strcpy)(cmd, dsymutil); in ML_() local
|
/external/valgrind/coregrind/ |
D | m_options.c | 300 VG_(strcpy)(absout, base_dir); in VG_() local
|
D | m_libcbase.c | 308 HChar* VG_(strcpy) ( HChar* dest, const HChar* src ) in VG_() argument 589 VG_(strcpy) (tok_input, input); in VG_() local 607 VG_(strcpy) (tok_tokens, tokens); in VG_() local
|
D | m_stacktrace.c | 818 VG_(strcpy)(buf_lr_copy, buf_lr); local 918 VG_(strcpy)(buf_a1_copy, buf_a1); local
|
D | m_xtmemory.c | 259 VG_(strcpy)(strtok_events, events); in produce_report() local
|
D | m_xtree.c | 465 VG_(strcpy)(strtok_events, events); in VG_() local 471 VG_(strcpy)(strtok_events, events); in VG_() local
|
D | m_errormgr.c | 1699 VG_(strcpy)(caller_name, caller); in foComplete() local 1769 VG_(strcpy)(caller_name, caller); in expandInput() local
|
/external/syslinux/gpxe/src/core/ |
D | string.c | 39 char * strcpy(char * dest,const char *src) in strcpy() function
|
/external/valgrind/coregrind/m_gdbserver/ |
D | server.h | 151 #define strcpy(s1,s2) VG_(strcpy) ((s1),(s2)) macro
|
D | m_gdbserver.c | 1403 VG_(strcpy) (iw, input_word); in VG_() local 1407 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/syslinux/memdisk/ |
D | memdisk.h | 87 #define strcpy(a,b) __builtin_strcpy(a,b) macro
|
/external/valgrind/coregrind/m_demangle/ |
D | vg_libciface.h | 58 #define strcpy(_dd,_ss) VG_(strcpy)((_dd),(_ss)) macro
|
/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
|
/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 | 665 #define strcpy OS_DO_NOT_USE_strcpy macro
|