Searched refs:strcpy (Results 1 - 25 of 638) 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 strcpy(a, msg);
H A Dalloca.c5 char *strcpy(char *restrict s1, const char *restrict s2);
9 strcpy(C, argv[0]);
/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/compiler-rt/SDKs/darwin/usr/include/
H A Dstring.h25 char *strcpy(char *, const char *);
/external/compiler-rt/SDKs/linux/usr/include/
H A Dstring.h25 char *strcpy(char *, const char *);
/external/compiler-rt/lib/asan/lit_tests/
H A Dstrncpy-overflow.cc22 strcpy(hello, "hello");
/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/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/dbus/cmake/modules/
H A DCheckForAbstractSockets.c22 strcpy (addr.sun_path, "X/tmp/dbus-fake-socket-path-used-in-configure-test");
/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/e2fsprogs/misc/
H A Dmklost+found.c61 strcpy (path, LPF);
77 strcpy (path, LPF);
/external/icu4c/test/cintltst/
H A Dcctest.c47 strcpy(out, itsName);
65 strcpy(defaultName, ucnv_getDefaultName());
/external/libmtp/examples/
H A Ddelfile.c69 strcpy(argv[1],"");
72 strcpy(argv[1],"0");
/external/valgrind/main/none/tests/darwin/
H A Daccess_extended.c32 strcpy(string1, name1);
33 strcpy(string2, name2);
/external/iproute2/ip/
H A Dtunnel.c47 strcpy(buf, "ip");
50 strcpy(buf, "gre");
53 strcpy(buf, "ipv6");
56 strcpy(buf, "any");
59 strcpy(buf, "unknown");
/external/zlib/src/examples/
H A Dgzlog.c229 #include <string.h> /* strlen, strrchr, strcpy, strncpy, strcmp */
353 strcpy(log->end, ".lock");
376 strcpy(log->end, ".lock");
388 strcpy(log->end, ".lock");
400 strcpy(log->end, ".lock");
559 strcpy(log->end, ".add");
577 strcpy(log->end, ".add");
582 strcpy(log->end, ".dict");
586 strcpy(dest, log->path);
587 strcpy(lo
[all...]
/external/e2fsprogs/ext2ed/
H A Dmain.c117 strcpy(buf, "set_device ");
241 strcpy (command_line,ptr);
249 strcpy (command_line,last_command_line);
260 strcpy (last_command_line,command_line);
322 strcpy (command_line,last_command_line);
326 strcpy (last_command_line,command_line); /* Save this command in our tiny cache */
526 strcpy (ptr,src);

Completed in 577 milliseconds

1234567891011>>