Home
last modified time | relevance | path

Searched refs:str5 (Results 1 – 25 of 890) sorted by relevance

12345678910>>...36

/dports/audio/carla/Carla-2.4.1/source/tests.old/
H A DCarlaString.cpp190 assert(str5.find('6', &found) == str5.length()-1); in main()
193 assert(str5.rfind('6', &found) == str5.length()-1); in main()
195 assert(str5.rfind(' ', &found) == str5.length()-2); in main()
200 assert(str5.find('\0', &found) == str5.length()); in main()
202 assert(str5.find('Z', &found) == str5.length()); in main()
204 assert(str5.rfind('A', &found) == str5.length()); in main()
215 assert(str5.find("6", &found) == str5.length()-1); in main()
217 assert(str5.find(" 6", &found) == str5.length()-2); in main()
220 assert(str5.rfind("6", &found) == str5.length()-1); in main()
231 assert(str5.find("", &found) == str5.length()); in main()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) call abort()
47 str5 = 'ABCDEF'
71 allocate(str5, source=str)
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) call abort()
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) call abort()
105 if(str5 /= str4) call abort()
131 str5 => str4
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) call abort()
47 str5 = 'ABCDEF'
71 allocate(str5, source=str)
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) call abort()
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) call abort()
105 if(str5 /= str4) call abort()
131 str5 => str4
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) call abort()
47 str5 = 'ABCDEF'
71 allocate(str5, source=str)
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) call abort()
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) call abort()
105 if(str5 /= str4) call abort()
131 str5 => str4
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) call abort()
47 str5 = 'ABCDEF'
71 allocate(str5, source=str)
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) call abort()
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) call abort()
105 if(str5 /= str4) call abort()
131 str5 => str4
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) STOP 11
47 str5 = 'ABCDEF'
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) STOP 24
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 36
105 if(str5 /= str4) STOP 37
131 str5 => str4
133 if(len(str5) /= 4 .or. len(str4) /= len(str5)) STOP 47
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f0342 allocate(str5, source=str)
44 if(str5 /= '12a56b78' .or. len(str5)/=8) call abort()
47 str5 = 'ABCDEF'
71 allocate(str5, source=str)
73 if(str5 /= 4_'12a56b78' .or. len(str5)/=8) call abort()
76 str5 = 4_'ABCDEF'
102 str5 => str4
104 if(len(str5) /= 4 .or. len(str4) /= len(str5)) call abort()
105 if(str5 /= str4) call abort()
131 str5 => str4
[all …]
/dports/cad/opentimer/OpenTimer-18d28ff/unittest/
H A Dutility.cpp55 std::string str5 = "1234\"_____\"5678"; variable
69 auto [b5, e5] = ot::find_quote_pair(str5.begin(), str5.end());
70 REQUIRE((b5 == str5.begin() + 4 && e5 == str5.begin() + str5.size() - 5));
80 std::string str5 = "56{{[][]{}}}ab"; variable
95 auto [b5, e5] = ot::find_brace_pair(str5.begin(), str5.end());
96 REQUIRE((b5 == str5.begin() + 2 && e5 == str5.begin() + str5.size() - 3));
109 std::string str5 = "56[[{}{}[]]]ab"; variable
124 auto [b5, e5] = ot::find_bracket_pair(str5.begin(), str5.end());
125 REQUIRE((b5 == str5.begin() + 2 && e5 == str5.begin() + str5.size() - 3));
/dports/lang/spl/spl-1.2.1/
H A Dstrutils.c62 char *str5) in cat5() argument
64 return cat3(cat2(str1, str2), cat2(str3, str4), str5); in cat5()
68 char *str5, char *str6) in cat6() argument
70 return cat3(cat2(str1, str2), cat2(str3, str4), cat2(str5, str6)); in cat6()
74 char *str5, char *str6, char *str7) in cat7() argument
76 return cat4(cat2(str1, str2), cat2(str3, str4), cat2(str5, str6), str7); in cat7()
80 char *str5, char *str6, char *str7, char *str8) in cat8() argument
83 cat2(str5, str6), cat2(str7, str8)); in cat8()
87 char *str5, char *str6, char *str7, char *str8, in cat9() argument
90 return cat5(cat2(str1, str2), cat2(str3, str4), cat2(str5, str6), in cat9()
H A Dstrutils.h31 char *str5);
33 char *str5, char *str6);
35 char *str5, char *str6, char *str7);
37 char *str5, char *str6, char *str7, char *str8);
39 char *str5, char *str6, char *str7, char *str8,

12345678910>>...36