Searched refs:strcat (Results 1 - 25 of 308) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr44246.c3 strcat(argv[0], "X");
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr50604.c15 strcat (r, x);
16 strcat (r, "/");
H A Dstrlenopt-2.c15 /* These two strcat can be optimized into memcpy. The first one
18 strcat (buf, "/");
19 strcat (buf, "abcde");
22 strcat (buf, r);
24 strcat (buf, "fg");
46 /* { dg-final { scan-tree-dump-times "strcat \\(" 0 "strlen" } } */
H A Dstrlenopt-1.c14 /* These two strcat can be optimized into memcpy. The first one
17 strcat (q, "/");
18 strcat (q, "abcde");
20 strcat (q, r);
42 /* { dg-final { scan-tree-dump-times "strcat \\(" 0 "strlen" } } */
H A Dstrlenopt-8.c12 strcat (buf, r ? "r" : "w");
13 strcat (buf, "b");
21 strcat (buf, r ? "r" : "w");
22 strcat (buf, "b");
46 /* On non-strict-align targets we inline the memcpy that strcat is turned
54 /* { dg-final { scan-tree-dump-times "strcat \\(" 0 "strlen" } } */
H A Dpr59860.c5 strcat (char *__restrict __dest, const char *__restrict __src) function
14 strcat (outfilename, raw_decode ? ".raw" : ".wav");
H A Dstrlenopt-4.c7 strcpy (p, q); strcat (p, r); memcpy (p + strlen (p), "abcd", 5);
15 strcat (p, r);
16 strcat (p, "abcd");
20 memcpy (p, "abcd", 4); strcpy (p + 4, q); strcat (p, r);
27 strcat (p, q);
28 strcat (p, r);
32 strcat (p, q); memcpy (t1 = p + strlen (p), "abcd", 4);
40 strcat (p, q);
41 strcat (p, "abcd");
42 strcat (
[all...]
H A Dstrlenopt-6.c24 /* This store can be optimized away once strcat is
27 /* These two strcat calls can be optimized into memcpy calls. */
28 strcat (q, p);
29 strcat (q, "/");
36 /* And this strcat can be again optimized into memcpy call. */
37 strcat (q, "abcde");
49 strcat (buf, p);
50 strcat (buf, "/");
53 strcat (buf, "abcde");
83 /* { dg-final { scan-tree-dump-times "strcat \\("
[all...]
H A Dstrlenopt-17g.c26 /* strcat into stpcpy. */
27 strcat (a, q);
31 strcat (a, "abcde");
54 /* { dg-final { scan-tree-dump-times "strcat \\(" 0 "strlen" } } */
H A Dstrlenopt-19.c32 strcat (buf, "ABCDEFG");
34 strcat (buf, "HIJKLMN");
40 strcat (buf, "OPQ");
42 strcat (buf, "RST");
78 /* { dg-final { scan-tree-dump-times "strcat \\(" 0 "strlen" } } */
H A Dstrlenopt-18g.c32 strcat (buf, "ABCDEFG");
34 strcat (buf, "HIJKLMN");
40 strcat (buf, "OPQ");
42 strcat (buf, "RST");
79 /* { dg-final { scan-tree-dump-times "strcat \\(" 0 "strlen" } } */
H A Dstrlenopt-5.c10 strcat (p, q);
25 strcat (e, "abcd");
54 /* { dg-final { scan-tree-dump-times "strcat \\(" 0 "strlen" } } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrcat.c3 Ensure all expected transformations of builtin strcat occur and
11 extern char *strcat (char *, const char *);
25 if (strcat (dst, "") != dst || memcmp (dst, "hello world\0XXX", 15))
28 if (strcat (dst, s2) != dst || memcmp (dst, "hello world\0XXX", 15))
31 if (strcat (++d2, s2) != dst+1 || d2 != dst+1
35 if (strcat (++d2+5, s2) != dst+6 || d2 != dst+1
39 if (strcat (++d2+5, s1+11) != dst+6 || d2 != dst+1
52 if (strcat (dst, " 1111") != dst
57 if (strcat (dst+5, " 2222") != dst+5
62 if (strcat (
[all...]
H A Dstrcat-chk.c9 extern char *strcat (char *, const char *);
37 /* Following strcat calls should be optimized out at compile time. */
39 if (strcat (dst, "") != dst || strcmp (dst, x1))
42 if (strcat (dst, x2) != dst || strcmp (dst, x1))
45 if (strcat (++d2, x2) != dst+1 || d2 != dst+1 || strcmp (dst, x1))
48 if (strcat (++d2+5, x2) != dst+6 || d2 != dst+1 || strcmp (dst, x1))
51 if (strcat (++d2+5, x1+11) != dst+6 || d2 != dst+1 || strcmp (dst, x1))
58 if (strcat (dst, " 1111") != dst
63 if (strcat (dst+5, " 2222") != dst+5
68 if (strcat (
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dstrcat.c6 strcat (char *dst, const char *src) function
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A Dstrlen0.f26 C interpretation, functions strcat and strlat would be incorrect as
41 character str*8,strres*16,strfun*16,strcat*16,strlat*16 variable
70 strres=strcat(str,'')
85 character*(*) function strcat(str1,str2) function
88 strcat = str1 // str2
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dchkp-strlen-5.c13 strcat (str1, str2);
H A Dsse-7.c79 strcat (p, "\n");
103 strcat (p_comparison, " >>> ");
115 strcat (p_comparison, "expected:\n");
116 strcat (p_comparison, reference[i]);
121 strcat (p_comparison, new_errors ? "failure\n\n" : "O.K.\n\n") ;
/haiku-buildtools/legacy/gcc/libio/dbz/
H A Dfake.c103 (void) strcat(buf, "@");
106 (void) strcat(buf, ">\tx");
111 (void) strcat(buf, ">\t");
112 (void) strcat(buf, tagch);
113 (void) strcat(buf, "00000000~-");
115 (void) strcat(buf, ">\t1234567890~-");
119 (void) strcat(buf, "\tx");
121 (void) strcat(buf, "\t");
/haiku-buildtools/legacy/gcc/gcc/config/msdos/
H A Dmklibgcc.c70 strcat(basename, "fx");
71 strcat(basename, argv[i]+4);
75 strcat(basename, "flt");
76 strcat(basename, argv[i]+6);
80 strcat(basename, argv[i]);
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Dmklibgcc.c66 strcat(basename, "fx");
67 strcat(basename, argv[i]+4);
71 strcat(basename, "flt");
72 strcat(basename, argv[i]+6);
76 strcat(basename, argv[i]);
79 strcat (fullname, basename);
/haiku-buildtools/gcc/gcc/java/
H A Djcf-path.c237 strcat (attempt, DIR_UP);
238 strcat (attempt, sep);
239 strcat (attempt, DIR_UP);
240 strcat (attempt, sep);
244 strcat (attempt, sep);
245 strcat (attempt, "java");
246 strcat (attempt, sep);
247 strcat (attempt, "libgcj-" DEFAULT_TARGET_VERSION ".jar");
255 strcat (attempt, "ext");
256 strcat (attemp
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dz8k-dis.c293 strcat (out_str, instr_data->instr_asmsrc);
483 strcat (tmp_str, "vi");
488 if (comma) strcat (tmp_str, ",");
489 strcat (tmp_str, "nvi");
501 strcat (tmp_str, "c");
506 if (comma) strcat (tmp_str, ",");
507 strcat (tmp_str, "z");
512 if (comma) strcat (tmp_str, ",");
513 strcat (tmp_str, "s");
518 if (comma) strcat (tmp_st
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dz8k-dis.c292 strcat (out_str, instr_data->instr_asmsrc);
482 strcat (tmp_str, "vi");
487 if (comma) strcat (tmp_str, ",");
488 strcat (tmp_str, "nvi");
500 strcat (tmp_str, "c");
505 if (comma) strcat (tmp_str, ",");
506 strcat (tmp_str, "z");
511 if (comma) strcat (tmp_str, ",");
512 strcat (tmp_str, "s");
517 if (comma) strcat (tmp_st
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dfullpath.c30 strcat (full_path_buffer, "/");
31 strcat (full_path_buffer, file);

Completed in 215 milliseconds

1234567891011>>