Searched refs:strcpy (Results 1 - 25 of 745) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dobject-size.c3 #define strcpy(dest, src) \ macro
19 strcpy(&gbuf[4], "Hi there");
25 strcpy(gbuf, "Hi there");
31 strcpy(&gbuf[100], "Hi there");
37 strcpy((char*)(void*)&gbuf[-1], "Hi there");
44 strcpy(gp, "Hi there");
52 strcpy(&buf[4], "Hi there");
62 strcpy((++i, gbuf), "Hi there");
70 strcpy(buf[++gi], "Hi there");
77 strcpy((cha
[all...]
H A Dstack-protector.c12 char *strcpy(char *s1, const char *s2);
16 strcpy(a, msg);
H A Dalloca.c5 char *strcpy(char *restrict s1, const char *restrict s2);
9 strcpy(C, argv[0]);
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dwinentry.cpp52 strcpy(szReason, "DLL_PROCESS_ATTACH");
55 strcpy(szReason, "DLL_THREAD_ATTACH");
58 strcpy(szReason, "DLL_PROCESS_DETACH");
61 strcpy(szReason, "DLL_THREAD_DETACH");
/external/chromium_org/tools/gyp/test/win/compiler-flags/
H A Dbuffer-security.cc10 strcpy(stuff, "blah");
/external/oprofile/libop/
H A Dop_config.c49 strcpy(op_session_dir, session_dir);
51 strcpy(op_samples_dir, op_session_dir);
54 strcpy(op_samples_current_dir, op_samples_dir);
57 strcpy(op_lock_file, op_session_dir);
60 strcpy(op_pipe_file, op_session_dir);
63 strcpy(op_log_file, op_samples_dir);
66 strcpy(op_dump_status, op_session_dir);
69 strcpy(op_device, op_session_dir);
72 strcpy(op_note_device, op_session_dir);
75 strcpy(op_hash_devic
[all...]
/external/valgrind/main/memcheck/tests/
H A Dmemcmptest.c11 s1 = malloc(10); strcpy(s1,"fooble");
12 s2 = malloc(10); strcpy(s2,"fooble");
H A Dstr_tester.c135 it = "strcpy";
136 check (strcpy (one, "abcd") == one, 1); /* Returned value. */
139 (void) strcpy (one, "x");
143 (void) strcpy (two, "hi there");
144 (void) strcpy (one, two);
148 (void) strcpy (one, "");
153 (void) strcpy (one + i, "hi there"); /* Unaligned destination. */
155 (void) strcpy (two, one + i); /* Unaligned source. */
159 SIMPLE_COPY(strcpy, 0, "", 41);
160 SIMPLE_COPY(strcpy,
[all...]
H A Doverlap.c18 strcpy(b, "ABCDEFG");
27 /* testing memcpy/strcpy overlap */
33 // because of the errors, the strcpy's will overrun, so put some
50 strcpy(x, x+20); // ok
54 strcpy(x, x+20); // overlap
57 strcpy(x+20, x); // ok
62 strcpy(x+20, x); // overlap, but runs forever (or until it seg faults)
65 /* testing strcpy, strncpy() */
70 strcpy(b, a);
120 strcpy( sr
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglstring.c47 strcpy(s2, s);
/external/compiler-rt/SDKs/linux/usr/include/
H A Dstring.h26 char *strcpy(char *, const char *);
/external/compiler-rt/lib/asan/lit_tests/TestCases/
H A Dstrncpy-overflow.cc14 strcpy(hello, "hello");
/external/mesa3d/src/egl/main/
H A Deglstring.c47 strcpy(s2, s);
/external/svox/pico/tts/
H A Dsvox_ssml_parser.cpp135 strcpy(m_docLanguage, attributes[i+1]);
220 strcpy(xsampastr, phonstr);
293 strcpy(time, attributes[i+1]);
308 strcpy(time, SSML_BREAK_WEAK); /* if no time or strength attributes are specified, default to weak break */
342 strcpy(svoxpitch, "100");
380 strcpy(svoxrate, "100");
423 strcpy(svoxvol, "100");
605 strcpy(converted, SSML_PITCH_XLOW);
615 strcpy(converted, SSML_PITCH_LOW);
625 strcpy(converte
[all...]
/external/valgrind/main/none/tests/x86/
H A Dbug126147-x86.c149 (void) strcpy (one, "abcdefgh");
153 (void) strcpy (one, "abcdefgh");
157 (void) strcpy (one, "abcdefgh");
162 (void) strcpy (one, "abcdefgh");
168 (void) strcpy (one, "abc");
177 (void) strcpy (one, "hi there");
/external/libogg/macos/compat/
H A Dstrdup.c17 strcpy(outStr, inStr);
/external/libvorbis/macos/compat/
H A Dstrdup.c17 strcpy(outStr, inStr);
/external/ppp/pppd/plugins/
H A Dpasswordfd.c44 strcpy (passwd, save_passwd);
67 strcpy (save_passwd, passwd);
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstring.h26 char *strcpy(char *, const char *);
/external/chromium_org/base/third_party/xdg_user_dirs/
H A Dxdg_user_dir_lookup.cc71 strcpy (config_file, home_dir);
80 strcpy (config_file, config_home);
140 strcpy (user_dir, home_dir);
211 strcpy (user_dir, home_dir);
/external/chromium_org/third_party/npapi/npspy/common/
H A Dlogfile.cpp57 strcpy(szFileName, filename);
/external/clang/test/Sema/
H A Dimplicit-builtin-decl.c20 int strcpy(int); // expected-warning{{incompatible redeclaration of library function 'strcpy'}} \
21 // expected-note{{'strcpy' is a builtin with type 'char *(char *, const char *)'}}
/external/netperf/
H A Dnetsh.c393 strcpy(host_name,""); /* remote host name or ip addr */
394 strcpy(local_host_name,""); /* we want it to be INADDR_ANY */
395 strcpy(test_name,"TCP_STREAM"); /* which test to run */
447 strcpy(fill_file,"");
483 strcpy(program, argv[0]);
564 strcpy(fill_file,optarg);
669 strcpy(test_name,optarg);
765 strcpy(result_brand,optarg);
797 strcpy(host_name,"localhost");
805 strcpy(host_nam
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcctest.c47 strcpy(out, itsName);
65 strcpy(defaultName, ucnv_getDefaultName());
/external/e2fsprogs/misc/
H A Dmklost+found.c61 strcpy (path, LPF);
77 strcpy (path, LPF);

Completed in 3731 milliseconds

1234567891011>>