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

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dmovdi-rex64.c5 char *strcpy (char *dest, const char *src);
10 strcpy (buffer, "Unknown code ");
H A Dchkp-strlen-1.c11 strcpy (str1, str2);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D921203-1.c4 strcpy(dispstr,"xxxxxxxxxxx");
H A Dpr19736.c2 information after foldding the last strcpy in Reduce PHI.
5 extern char *strcpy (char *, const char *);
12 strcpy (p, "1");
19 strcpy (p, q);
H A D990625-1.c10 p = strcpy(strcpy(p,"/"), s);
H A Dpr42049.c3 extern char *strcpy (char *s1, const char *s2);
21 strcpy (s[0].s, a);
22 strcpy (s[1].s, b);
24 strcpy (s[i].s, y[i + 1]);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr17724-1.C5 namespace N { char *strcpy (char *, const char *); }
6 extern "C" char *strcpy (char *, const char *) throw ();
7 inline char *N::strcpy (char *s, const char *t) { return ::strcpy (s, t); } function in class:N
18 N::strcpy (b, "ABCDEFGHIJKLM");
H A Dpr17724-2.C5 namespace N { char *strcpy (char *, const char *); }
6 extern "C" char *strcpy (char *, const char *);
7 inline char *N::strcpy (char *s, const char *t) { return ::strcpy (s, t); } function in class:N
18 N::strcpy (b, "ABCDEFGHIJKLM");
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWobjsize-1.c9 strcpy (buf,"hello ");
H A Dattr-alloc_size.c22 strcpy (p, "Hello");
24 strcpy (p, "Hello");
25 strcpy (p, "Hello World"); /* { dg-warning "will always overflow" "strcpy" } */
27 strcpy (p, "World");
28 strcpy (p, "Hello World"); /* { dg-warning "will always overflow" "strcpy" } */
30 strcpy (p, "World");
31 strcpy (p, "Hello World"); /* { dg-warning "will always overflow" "strcpy" } */
[all...]
H A Dpr24600.c6 char *strcpy (char *dest, const char *src);
14 strcpy (Line + z + 1, Line);
H A Dpr41573.c4 strcpy (char *__dest, __const char *__src) function
13 strcpy(tmp, "");
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/microblaze/others/
H A Dstring_cst1.c11 strcpy (string1, cptr);
H A Dstring_cst1_gpopt.c12 strcpy (string1, cptr);
H A Dstring_cst2.c10 strcpy (cptr, string1);
H A Dstring_cst2_gpopt.c12 strcpy (cptr, string1);
H A Dstrings1.c11 strcpy (string2, "hello");
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20120207-1.c4 extern char *strcpy (char *, const char *);
13 strcpy (&buf[0], "0123456789");
H A Dstring-opt-17.c3 Test strcpy optimizations don't evaluate side-effects twice.
8 extern char *strcpy (char *, const char *);
16 strcpy (s, "foobarbaz" + i++);
32 strcpy (s, "foobarbaz" + check2 ());
H A D20040223-1.c15 a(strcpy(alloca(100),"abc"),1234);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dpaste10.c9 #define strcpy(src) __strcpy_small (src) macro
15 strcpy(tprintf("<%s>", test))
/haiku-buildtools/binutils/opcodes/
H A Dia64-dis.c200 case 16: strcpy (regname, "ar.rsc"); break;
201 case 17: strcpy (regname, "ar.bsp"); break;
202 case 18: strcpy (regname, "ar.bspstore"); break;
203 case 19: strcpy (regname, "ar.rnat"); break;
204 case 21: strcpy (regname, "ar.fcr"); break;
205 case 24: strcpy (regname, "ar.eflag"); break;
206 case 25: strcpy (regname, "ar.csd"); break;
207 case 26: strcpy (regname, "ar.ssd"); break;
208 case 27: strcpy (regname, "ar.cflg"); break;
209 case 28: strcpy (regnam
[all...]
/haiku-buildtools/legacy/gcc/libiberty/
H A Dstrdup.c8 strcpy(result, s);
/haiku-buildtools/legacy/gcc/texinfo/lib/
H A Dstrdup.c28 char *strcpy ();
42 strcpy (newstr, str);
/haiku-buildtools/legacy/gcc/texinfo/libtxi/
H A Dstrdup.c28 char *strcpy ();
42 strcpy (newstr, str);

Completed in 205 milliseconds

1234567891011>>