Home
last modified time | relevance | path

Searched defs:strcpy (Results 1 – 25 of 34) 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/gptfdisk/
Dsupport.h38 #define strcpy strcpy_s macro
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c528 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
Ddebuginfo.c1243 VG_(strcpy)(exename, exe); // make a copy on the stack in VG_() local
1314 VG_(strcpy)(pdbname, exename); in VG_() local
/external/valgrind/coregrind/
Dm_options.c278 VG_(strcpy)(absout, base_dir); in VG_() local
Dm_libcbase.c300 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
Dm_stacktrace.c788 VG_(strcpy)(buf_lr_copy, buf_lr); local
888 VG_(strcpy)(buf_a1_copy, buf_a1); local
Dm_errormgr.c1700 VG_(strcpy)(caller_name, caller); in foComplete() local
1770 VG_(strcpy)(caller_name, caller); in expandInput() local
Dm_libcfile.c582 VG_(strcpy)(startup_wd, wd); in VG_() local
Dm_redir.c1793 VG_(strcpy)(name1, buf); in show_active() local
Dm_translate.c1546 VG_(strcpy)(name1, buf); in VG_() local
/external/valgrind/coregrind/m_gdbserver/
Dserver.h143 #define strcpy(s1,s2) VG_(strcpy) ((s1),(s2)) macro
Dm_gdbserver.c1363 VG_(strcpy) (iw, input_word); in VG_() local
1367 VG_(strcpy) (kwds, keywords); in VG_() local
/external/valgrind/coregrind/m_demangle/
Dvg_libciface.h58 #define strcpy(_dd,_ss) VG_(strcpy)((_dd),(_ss)) macro
/external/valgrind/coregrind/m_initimg/
Dinitimg-solaris.c99 VG_(strcpy)(out_exe_name, exe_name); in load_client() local
/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
Ddump.c1599 VG_(strcpy)(filename, out_file); in CLG_() local
Dmain.c1582 VG_(strcpy) (s, req); in handle_gdb_monitor_command() 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.h653 #define strcpy OS_DO_NOT_USE_strcpy macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc531 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() argument

12