Home
last modified time | relevance | path

Searched refs:__builtin_strncpy (Results 1 – 25 of 899) sorted by relevance

12345678910>>...36

/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr93249.c9 __builtin_strncpy (&b[2], d, 2); in foo()
10 __builtin_strncpy (&b[1], a, 2); in foo()
18 __builtin_strncpy (&b[2], "\0\x11", 2); in bar()
19 __builtin_strncpy (&b[1], a, 2); in bar()
27 __builtin_strncpy (&c[2], "\x11\x11\0\x11", 4); in baz()
28 __builtin_strncpy (&c[1], a, 2); in baz()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr93249.c9 __builtin_strncpy (&b[2], d, 2); in foo()
10 __builtin_strncpy (&b[1], a, 2); in foo()
18 __builtin_strncpy (&b[2], "\0\x11", 2); in bar()
19 __builtin_strncpy (&b[1], a, 2); in bar()
27 __builtin_strncpy (&c[2], "\x11\x11\0\x11", 4); in baz()
28 __builtin_strncpy (&c[1], a, 2); in baz()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr93249.c9 __builtin_strncpy (&b[2], d, 2); in foo()
10 __builtin_strncpy (&b[1], a, 2); in foo()
18 __builtin_strncpy (&b[2], "\0\x11", 2); in bar()
19 __builtin_strncpy (&b[1], a, 2); in bar()
27 __builtin_strncpy (&c[2], "\x11\x11\0\x11", 4); in baz()
28 __builtin_strncpy (&c[1], a, 2); in baz()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr93249.c9 __builtin_strncpy (&b[2], d, 2); in foo()
10 __builtin_strncpy (&b[1], a, 2); in foo()
18 __builtin_strncpy (&b[2], "\0\x11", 2); in bar()
19 __builtin_strncpy (&b[1], a, 2); in bar()
27 __builtin_strncpy (&c[2], "\x11\x11\0\x11", 4); in baz()
28 __builtin_strncpy (&c[1], a, 2); in baz()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/execute/
H A Dpr93249.c9 __builtin_strncpy (&b[2], d, 2); in foo()
10 __builtin_strncpy (&b[1], a, 2); in foo()
18 __builtin_strncpy (&b[2], "\0\x11", 2); in bar()
19 __builtin_strncpy (&b[1], a, 2); in bar()
27 __builtin_strncpy (&c[2], "\x11\x11\0\x11", 4); in baz()
28 __builtin_strncpy (&c[1], a, 2); in baz()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.c-torture/execute/
H A Dpr93249.c9 __builtin_strncpy (&b[2], d, 2); in foo()
10 __builtin_strncpy (&b[1], a, 2); in foo()
18 __builtin_strncpy (&b[2], "\0\x11", 2); in bar()
19 __builtin_strncpy (&b[1], a, 2); in bar()
27 __builtin_strncpy (&c[2], "\x11\x11\0\x11", 4); in baz()
28 __builtin_strncpy (&c[1], a, 2); in baz()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/execute/
H A Dpr93249.c9 __builtin_strncpy (&b[2], d, 2); in foo()
10 __builtin_strncpy (&b[1], a, 2); in foo()
18 __builtin_strncpy (&b[2], "\0\x11", 2); in bar()
19 __builtin_strncpy (&b[1], a, 2); in bar()
27 __builtin_strncpy (&c[2], "\x11\x11\0\x11", 4); in baz()
28 __builtin_strncpy (&c[1], a, 2); in baz()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-37.c13 __builtin_strncpy (a, s, sizeof a); in g()
22 __builtin_strncpy (a, s, sizeof a); in h()
29 __builtin_strncpy (a, s, sizeof a); in i()
38 __builtin_strncpy (a, s, sizeof a - 5); in j()
45 __builtin_strncpy (a, s, sizeof a); in l()
54 __builtin_strncpy (a + 2, s, sizeof a - 2); in m()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-37.c13 __builtin_strncpy (a, s, sizeof a); in g()
22 __builtin_strncpy (a, s, sizeof a); in h()
29 __builtin_strncpy (a, s, sizeof a); in i()
38 __builtin_strncpy (a, s, sizeof a - 5); in j()
45 __builtin_strncpy (a, s, sizeof a); in l()
54 __builtin_strncpy (a + 2, s, sizeof a - 2); in m()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-37.c13 __builtin_strncpy (a, s, sizeof a); in g()
22 __builtin_strncpy (a, s, sizeof a); in h()
29 __builtin_strncpy (a, s, sizeof a); in i()
38 __builtin_strncpy (a, s, sizeof a - 5); in j()
45 __builtin_strncpy (a, s, sizeof a); in l()
54 __builtin_strncpy (a + 2, s, sizeof a - 2); in m()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-37.c13 __builtin_strncpy (a, s, sizeof a); in g()
22 __builtin_strncpy (a, s, sizeof a); in h()
29 __builtin_strncpy (a, s, sizeof a); in i()
38 __builtin_strncpy (a, s, sizeof a - 5); in j()
45 __builtin_strncpy (a, s, sizeof a); in l()
54 __builtin_strncpy (a + 2, s, sizeof a - 2); in m()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-37.c13 __builtin_strncpy (a, s, sizeof a); in g()
22 __builtin_strncpy (a, s, sizeof a); in h()
29 __builtin_strncpy (a, s, sizeof a); in i()
38 __builtin_strncpy (a, s, sizeof a - 5); in j()
45 __builtin_strncpy (a, s, sizeof a); in l()
54 __builtin_strncpy (a + 2, s, sizeof a - 2); in m()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-37.c13 __builtin_strncpy (a, s, sizeof a); in g()
22 __builtin_strncpy (a, s, sizeof a); in h()
29 __builtin_strncpy (a, s, sizeof a); in i()
38 __builtin_strncpy (a, s, sizeof a - 5); in j()
45 __builtin_strncpy (a, s, sizeof a); in l()
54 __builtin_strncpy (a + 2, s, sizeof a - 2); in m()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-37.c13 __builtin_strncpy (a, s, sizeof a); in g()
22 __builtin_strncpy (a, s, sizeof a); in h()
29 __builtin_strncpy (a, s, sizeof a); in i()
38 __builtin_strncpy (a, s, sizeof a - 5); in j()
45 __builtin_strncpy (a, s, sizeof a); in l()
54 __builtin_strncpy (a + 2, s, sizeof a - 2); in m()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-10.c8__builtin_strncpy (a, b, __builtin_strlen (b)); /* { dg-warning "specified bound depends on the le… in foo()
15__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-warning "specified bound depends on th… in bar()
22__builtin_strncpy (a, b, __builtin_strnlen (b, 7)); /* { dg-bogus "specified bound depends on the … in baz()
33__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-bogus "specified bound depends on the … in qux()
H A Dbuiltin-stringop-chk-9.c26 return __builtin_strncpy (p->a, "1234567", n); in test_strncpy_const_nowarn()
57 return __builtin_strncpy (p->a, "1234567", n); in test_strncpy_range_nowarn()
98 …return __builtin_strncpy (p->a, "1234567", n); /* { dg-warning "\\\[-Wstringo… in test_strncpy_const_warn()
133 …return __builtin_strncpy (p->a, "1234567", n); /* { dg-warning "\\\[-Wstringo… in test_strncpy_range_warn()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-10.c8__builtin_strncpy (a, b, __builtin_strlen (b)); /* { dg-warning "specified bound depends on the le… in foo()
15__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-warning "specified bound depends on th… in bar()
22__builtin_strncpy (a, b, __builtin_strnlen (b, 7)); /* { dg-bogus "specified bound depends on the … in baz()
33__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-bogus "specified bound depends on the … in qux()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-10.c8__builtin_strncpy (a, b, __builtin_strlen (b)); /* { dg-warning "specified bound depends on the le… in foo()
15__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-warning "specified bound depends on th… in bar()
22__builtin_strncpy (a, b, __builtin_strnlen (b, 7)); /* { dg-bogus "specified bound depends on the … in baz()
33__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-bogus "specified bound depends on the … in qux()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-10.c10__builtin_strncpy (a, b, __builtin_strlen (b)); /* { dg-warning "specified bound depends on the le… in foo()
17__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-warning "specified bound depends on th… in bar()
24__builtin_strncpy (a, b, __builtin_strnlen (b, 7)); /* { dg-bogus "specified bound depends on the … in baz()
35__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-bogus "specified bound depends on the … in qux()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-10.c8__builtin_strncpy (a, b, __builtin_strlen (b)); /* { dg-warning "specified bound depends on the le… in foo()
15__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-warning "specified bound depends on th… in bar()
22__builtin_strncpy (a, b, __builtin_strnlen (b, 7)); /* { dg-bogus "specified bound depends on the … in baz()
33__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-bogus "specified bound depends on the … in qux()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-10.c8__builtin_strncpy (a, b, __builtin_strlen (b)); /* { dg-warning "specified bound depends on the le… in foo()
15__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-warning "specified bound depends on th… in bar()
22__builtin_strncpy (a, b, __builtin_strnlen (b, 7)); /* { dg-bogus "specified bound depends on the … in baz()
33__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-bogus "specified bound depends on the … in qux()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-10.c10__builtin_strncpy (a, b, __builtin_strlen (b)); /* { dg-warning "specified bound depends on the le… in foo()
17__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-warning "specified bound depends on th… in bar()
24__builtin_strncpy (a, b, __builtin_strnlen (b, 7)); /* { dg-bogus "specified bound depends on the … in baz()
35__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-bogus "specified bound depends on the … in qux()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-10.c10__builtin_strncpy (a, b, __builtin_strlen (b)); /* { dg-warning "specified bound depends on the le… in foo()
17__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-warning "specified bound depends on th… in bar()
24__builtin_strncpy (a, b, __builtin_strnlen (b, 7)); /* { dg-bogus "specified bound depends on the … in baz()
35__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-bogus "specified bound depends on the … in qux()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-10.c8__builtin_strncpy (a, b, __builtin_strlen (b)); /* { dg-warning "specified bound depends on the le… in foo()
15__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-warning "specified bound depends on th… in bar()
22__builtin_strncpy (a, b, __builtin_strnlen (b, 7)); /* { dg-bogus "specified bound depends on the … in baz()
33__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-bogus "specified bound depends on the … in qux()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-10.c10__builtin_strncpy (a, b, __builtin_strlen (b)); /* { dg-warning "specified bound depends on the le… in foo()
17__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-warning "specified bound depends on th… in bar()
24__builtin_strncpy (a, b, __builtin_strnlen (b, 7)); /* { dg-bogus "specified bound depends on the … in baz()
35__builtin_strncpy (a, b, __builtin_strnlen (b, 8)); /* { dg-bogus "specified bound depends on the … in qux()

12345678910>>...36