Home
last modified time | relevance | path

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

12

/external/clang/test/Analysis/
Dsecurity-syntax-checks.m129 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1) macro
133 #define strcpy BUILTIN(strcpy) macro
134 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/valgrind/main/coregrind/
Dm_options.c259 VG_(strcpy)(absout, base_dir); in VG_() local
272 VG_(strcpy)(opt, option_name); in VG_() local
Dm_libcbase.c267 HChar* VG_(strcpy) ( HChar* dest, const HChar* src ) in VG_() argument
519 VG_(strcpy) (tok_input, input); in VG_() local
537 VG_(strcpy) (tok_tokens, tokens); in VG_() local
Dm_libcfile.c771 VG_(strcpy)( fullname, buf ); in VG_() local
/external/clang/test/CodeGen/
Dobject-size.c3 #define strcpy(dest, src) \ macro
D2002-07-14-MiscTests3.c157 void strcpy(char *s1, char *s2) { in strcpy() function
/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c525 VG_(strcpy) (dsymfile, executable_name); in find_separate_debug_file() local
542 VG_(strcpy) (dsymfile, VG_(dirname) (executable_name)); in find_separate_debug_file() local
1036 VG_(strcpy)(cmd, dsymutil); in ML_() local
Ddebuginfo.c1157 VG_(strcpy)(pdbname, exename); in VG_() local
/external/valgrind/main/coregrind/m_gdbserver/
Dserver.h145 #define strcpy(s1,s2) VG_(strcpy) ((s1),(s2)) macro
Dm_gdbserver.c1324 VG_(strcpy) (iw, input_word); in VG_() local
1328 VG_(strcpy) (kwds, keywords); in VG_() local
/external/valgrind/main/coregrind/m_demangle/
Dvg_libciface.h58 #define strcpy(_dd,_ss) VG_(strcpy)((_dd),(_ss)) macro
/external/valgrind/main/callgrind/
Dfn.c447 VG_(strcpy)(file, dir); // Move dir+file to file in CLG_() local
Ddump.c469 VG_(strcpy)(file, dir); // Move dir+file to file in get_debug_pos() local
1733 VG_(strcpy)(filename, out_file); in CLG_() local
Dmain.c1585 VG_(strcpy) (s, req); in handle_gdb_monitor_command() local
/external/wpa_supplicant_8/src/utils/
Dos.h640 #define strcpy OS_DO_NOT_USE_strcpy macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc498 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() argument
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h572 strcpy, enumerator
/external/valgrind/main/cachegrind/
Dcg_main.c242 VG_(strcpy)(file, dir); // Move dir+file to file in get_debug_info() local
/external/valgrind/main/massif/
Dms_main.c2395 VG_(strcpy) (s, req); in handle_gdb_monitor_command() local
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c887 VG_(strcpy) ( result, s1 ); in strdupcat() local
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc249 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { // NOLINT in INTERCEPTOR() argument
/external/valgrind/main/helgrind/
Dhg_main.c4761 VG_(strcpy) (s, req); in handle_gdb_monitor_command() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc655 TSAN_INTERCEPTOR(char*, strcpy, char *dst, const char *src) { // NOLINT in TSAN_INTERCEPTOR() argument

12