Home
last modified time | relevance | path

Searched refs:line2 (Results 101 – 125 of 5570) sorted by relevance

12345678910>>...223

/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Dquote.c257 char line2[256]; in makequote() local
426 strcpy(line2, ""); in makequote()
431 if (!strchr(line2, '\n')) in makequote()
433 strcat(line2, "\n"); in makequote()
436 if (*line2 == ' ') in makequote()
502 strcpy(line2, " "); in makequote()
503 strcat(line2, t->text); in makequote()
505 t->text = xstrdup(line2); in makequote()
509 strcpy(line2, t->text); in makequote()
510 strcat(line2, "\n"); in makequote()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Dquote.c257 char line2[256]; in makequote() local
426 strcpy(line2, ""); in makequote()
431 if (!strchr(line2, '\n')) in makequote()
433 strcat(line2, "\n"); in makequote()
436 if (*line2 == ' ') in makequote()
502 strcpy(line2, " "); in makequote()
503 strcat(line2, t->text); in makequote()
505 t->text = xstrdup(line2); in makequote()
509 strcpy(line2, t->text); in makequote()
510 strcat(line2, "\n"); in makequote()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Dquote.c257 char line2[256]; in makequote() local
426 strcpy(line2, ""); in makequote()
431 if (!strchr(line2, '\n')) in makequote()
433 strcat(line2, "\n"); in makequote()
436 if (*line2 == ' ') in makequote()
502 strcpy(line2, " "); in makequote()
503 strcat(line2, t->text); in makequote()
505 t->text = xstrdup(line2); in makequote()
509 strcpy(line2, t->text); in makequote()
510 strcat(line2, "\n"); in makequote()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Dquote.c257 char line2[256]; in makequote() local
426 strcpy(line2, ""); in makequote()
431 if (!strchr(line2, '\n')) in makequote()
433 strcat(line2, "\n"); in makequote()
436 if (*line2 == ' ') in makequote()
502 strcpy(line2, " "); in makequote()
503 strcat(line2, t->text); in makequote()
505 t->text = xstrdup(line2); in makequote()
509 strcpy(line2, t->text); in makequote()
510 strcat(line2, "\n"); in makequote()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Dquote.c257 char line2[256]; in makequote() local
426 strcpy(line2, ""); in makequote()
431 if (!strchr(line2, '\n')) in makequote()
433 strcat(line2, "\n"); in makequote()
436 if (*line2 == ' ') in makequote()
502 strcpy(line2, " "); in makequote()
503 strcat(line2, t->text); in makequote()
505 t->text = xstrdup(line2); in makequote()
509 strcpy(line2, t->text); in makequote()
510 strcat(line2, "\n"); in makequote()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Dquote.c257 char line2[256]; in makequote() local
426 strcpy(line2, ""); in makequote()
431 if (!strchr(line2, '\n')) in makequote()
433 strcat(line2, "\n"); in makequote()
436 if (*line2 == ' ') in makequote()
502 strcpy(line2, " "); in makequote()
503 strcat(line2, t->text); in makequote()
505 t->text = xstrdup(line2); in makequote()
509 strcpy(line2, t->text); in makequote()
510 strcat(line2, "\n"); in makequote()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Dquote.c257 char line2[256]; in makequote() local
426 strcpy(line2, ""); in makequote()
431 if (!strchr(line2, '\n')) in makequote()
433 strcat(line2, "\n"); in makequote()
436 if (*line2 == ' ') in makequote()
502 strcpy(line2, " "); in makequote()
503 strcat(line2, t->text); in makequote()
505 t->text = xstrdup(line2); in makequote()
509 strcpy(line2, t->text); in makequote()
510 strcat(line2, "\n"); in makequote()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/xs/t/
H A D10_line.t30 my $line2 = Slic3r::Line->new($line->a->clone, $line->b->clone);
31 is_deeply $line2->pp, $points, 'line roundtrip with cloned points';
58 my $line2 = $line->clone;
59 $line2->reverse;
60 ok $line->parallel_to_line($line2), 'line is parallel to its opposite';
63 my $line2 = $line->clone;
64 $line2->rotate(+(EPSILON)/2, [0,0]);
65 ok $line->parallel_to_line($line2), 'line is parallel within epsilon';
68 my $line2 = $line->clone;
69 $line2->rotate(-(EPSILON)/2, [0,0]);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) call abort
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) call abort
55 if (line1 .ne. line2) call abort
67 if (line1 .ne. line2) call abort
81 if (line1 .ne. line2) call abort
96 if (line1 .ne. line2) call abort
112 if (line1 .ne. line2) call abort
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) call abort
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) call abort
55 if (line1 .ne. line2) call abort
67 if (line1 .ne. line2) call abort
81 if (line1 .ne. line2) call abort
96 if (line1 .ne. line2) call abort
112 if (line1 .ne. line2) call abort
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) call abort
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) call abort
55 if (line1 .ne. line2) call abort
67 if (line1 .ne. line2) call abort
81 if (line1 .ne. line2) call abort
96 if (line1 .ne. line2) call abort
112 if (line1 .ne. line2) call abort
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) call abort
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) call abort
55 if (line1 .ne. line2) call abort
67 if (line1 .ne. line2) call abort
81 if (line1 .ne. line2) call abort
96 if (line1 .ne. line2) call abort
112 if (line1 .ne. line2) call abort
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_unpack_1.f9020 character(len=500) line1, line2 variable
30 write (line2,'(10I4)') unpack((/2_1, 3_1, 4_1/), mask, a1)
31 if (line1 .ne. line2) STOP 2
42 write (line2,'(10I4)') unpack((/2_2, 3_2, 4_2/), mask, a2)
43 if (line1 .ne. line2) STOP 5
55 if (line1 .ne. line2) STOP 8
67 if (line1 .ne. line2) STOP 11
81 if (line1 .ne. line2) STOP 14
96 if (line1 .ne. line2) STOP 17
112 if (line1 .ne. line2) STOP 20
[all …]

12345678910>>...223