| /external/clang/test/Analysis/ |
| D | security-syntax-checks.m | 129 #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
|
| 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/valgrind/main/coregrind/ |
| D | m_options.c | 259 VG_(strcpy)(absout, base_dir); in VG_() local 272 VG_(strcpy)(opt, option_name); in VG_() local
|
| D | m_libcbase.c | 267 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
|
| D | m_libcfile.c | 771 VG_(strcpy)( fullname, buf ); in VG_() local
|
| /external/clang/test/CodeGen/ |
| D | object-size.c | 3 #define strcpy(dest, src) \ macro
|
| D | 2002-07-14-MiscTests3.c | 157 void strcpy(char *s1, char *s2) { in strcpy() function
|
| /external/valgrind/main/coregrind/m_debuginfo/ |
| D | readmacho.c | 525 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
|
| D | debuginfo.c | 1157 VG_(strcpy)(pdbname, exename); in VG_() local
|
| /external/valgrind/main/coregrind/m_gdbserver/ |
| D | server.h | 145 #define strcpy(s1,s2) VG_(strcpy) ((s1),(s2)) macro
|
| D | m_gdbserver.c | 1324 VG_(strcpy) (iw, input_word); in VG_() local 1328 VG_(strcpy) (kwds, keywords); in VG_() local
|
| /external/valgrind/main/coregrind/m_demangle/ |
| D | vg_libciface.h | 58 #define strcpy(_dd,_ss) VG_(strcpy)((_dd),(_ss)) macro
|
| /external/valgrind/main/callgrind/ |
| D | fn.c | 447 VG_(strcpy)(file, dir); // Move dir+file to file in CLG_() local
|
| D | dump.c | 469 VG_(strcpy)(file, dir); // Move dir+file to file in get_debug_pos() local 1733 VG_(strcpy)(filename, out_file); in CLG_() local
|
| D | main.c | 1585 VG_(strcpy) (s, req); in handle_gdb_monitor_command() local
|
| /external/wpa_supplicant_8/src/utils/ |
| D | os.h | 640 #define strcpy OS_DO_NOT_USE_strcpy macro
|
| /external/compiler-rt/lib/asan/ |
| D | asan_interceptors.cc | 498 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() argument
|
| /external/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 572 strcpy, enumerator
|
| /external/valgrind/main/cachegrind/ |
| D | cg_main.c | 242 VG_(strcpy)(file, dir); // Move dir+file to file in get_debug_info() local
|
| /external/valgrind/main/massif/ |
| D | ms_main.c | 2395 VG_(strcpy) (s, req); in handle_gdb_monitor_command() local
|
| /external/valgrind/main/coregrind/m_syswrap/ |
| D | syswrap-generic.c | 887 VG_(strcpy) ( result, s1 ); in strdupcat() local
|
| /external/compiler-rt/lib/msan/ |
| D | msan_interceptors.cc | 249 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { // NOLINT in INTERCEPTOR() argument
|
| /external/valgrind/main/helgrind/ |
| D | hg_main.c | 4761 VG_(strcpy) (s, req); in handle_gdb_monitor_command() local
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 655 TSAN_INTERCEPTOR(char*, strcpy, char *dst, const char *src) { // NOLINT in TSAN_INTERCEPTOR() argument
|