Home
last modified time | relevance | path

Searched defs:strcpy (Results 1 – 25 of 40) sorted by relevance

12

/external/clang/test/Analysis/
Dsecurity-syntax-checks.m133 #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
Dtaint-generic.c15 #define strcpy(dest, src) \ macro
Dstring.c256 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1) macro
260 #define strcpy BUILTIN(strcpy) macro
/external/syslinux/com32/lib/
Dstrcpy.c9 char *strcpy(char *dst, const char *src) in strcpy() function
/external/gptfdisk/
Dsupport.h38 #define strcpy strcpy_s macro
/external/syslinux/dos/
Dstring.h12 #define strcpy(a,b) __builtin_strcpy(a,b) macro
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c529 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/mesa3d/src/amd/addrlib/inc/
Dlnx_common_defs.h121 #define strcpy(_d, _s) __ke_strcpy(_d, _s) macro
/external/valgrind/coregrind/
Dm_options.c300 VG_(strcpy)(absout, base_dir); in VG_() local
Dm_libcbase.c308 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
Dm_stacktrace.c818 VG_(strcpy)(buf_lr_copy, buf_lr); local
918 VG_(strcpy)(buf_a1_copy, buf_a1); local
Dm_xtmemory.c259 VG_(strcpy)(strtok_events, events); in produce_report() local
Dm_xtree.c465 VG_(strcpy)(strtok_events, events); in VG_() local
471 VG_(strcpy)(strtok_events, events); in VG_() local
Dm_errormgr.c1699 VG_(strcpy)(caller_name, caller); in foComplete() local
1769 VG_(strcpy)(caller_name, caller); in expandInput() local
/external/syslinux/gpxe/src/core/
Dstring.c39 char * strcpy(char * dest,const char *src) in strcpy() function
/external/valgrind/coregrind/m_gdbserver/
Dserver.h151 #define strcpy(s1,s2) VG_(strcpy) ((s1),(s2)) macro
Dm_gdbserver.c1403 VG_(strcpy) (iw, input_word); in VG_() local
1407 VG_(strcpy) (kwds, keywords); in VG_() local
/external/valgrind/coregrind/m_initimg/
Dinitimg-solaris.c99 VG_(strcpy)(out_exe_name, exe_name); in load_client() local
/external/syslinux/memdisk/
Dmemdisk.h87 #define strcpy(a,b) __builtin_strcpy(a,b) macro
/external/valgrind/coregrind/m_demangle/
Dvg_libciface.h58 #define strcpy(_dd,_ss) VG_(strcpy)((_dd),(_ss)) macro
/external/clang/test/CodeGen/
D2002-07-14-MiscTests3.c157 void strcpy(char *s1, char *s2) { in strcpy() function
Dobject-size.c3 #define strcpy(dest, src) \ macro
/external/valgrind/callgrind/
Dfn.c315 VG_(strcpy)(filename, dir); in CLG_() local
/external/valgrind/exp-bbv/
Dbbv_main.c136 VG_(strcpy)(temp_string, bb_out_file); in open_tracefile() local
/external/wpa_supplicant_8/src/utils/
Dos.h665 #define strcpy OS_DO_NOT_USE_strcpy macro

12