Home
last modified time | relevance | path

Searched refs:str_cmp (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/devel/tla/tla-1.3.5/src/hackerlab/tests/char-tests/
H A Dunit-str.c104 invariant (!str_cmp (0, "")); in main()
105 invariant (!str_cmp ("", 0)); in main()
107 invariant (str_cmp ("", "a") == -1); in main()
108 invariant (str_cmp (0, "a") == -1); in main()
109 invariant (str_cmp ("a", "") == 1); in main()
110 invariant (str_cmp ("a", 0) == 1); in main()
111 invariant (!str_cmp ("a", "a")); in main()
115 invariant (!str_cmp (alnum, alnum)); in main()
384 invariant (str_cmp (b, "") == 0); in main()
401 invariant (str_cmp (b, "") == 0); in main()
[all …]
H A Dunit-pika-escaping.c89 && !str_cmp (out, "foo bar")); in main()
91 && !str_cmp (out, "foo\tbar")); in main()
93 && !str_cmp (out, "foo\\(tab)bar")); in main()
95 && !str_cmp (out, "foo\\(tab)bar")); in main()
97 && !str_cmp (out, "foo\020bar")); in main()
99 && !str_cmp (out, "foo\\(U+10)bar")); in main()
101 && !str_cmp (out, "foo\020bar")); in main()
109 && str_cmp(out, "foo bar") == 0 in main()
115 && str_cmp(out, "foo bar") == 0 in main()
133 && !str_cmp (test_back, "foo\abar")); in main()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) call abort
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) call abort
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) call abort
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) call abort
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) call abort
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) call abort
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) call abort
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) call abort
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) call abort
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) call abort
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) call abort
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) call abort
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) call abort
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) call abort
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) call abort
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) call abort
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Delemental_subroutine_9.f9022 if (any (str_cmp((/'aaa','bbb'/), str) .neqv. [.FALSE.,.TRUE.])) STOP 1
25 if (any (str_cmp((/'bbb', 'aaa'/), str_aux) .neqv. [.TRUE.,.FALSE.])) STOP 2
28 if (any (str_cmp((/'bbb', 'aaa'/), str3) .neqv. [.FALSE.,.FALSE.])) STOP 3
29 if (any (str_cmp((/'bbb', 'aaa'/), 'aaa') .neqv. [.FALSE.,.TRUE.])) STOP 4
33 elemental logical function str_cmp(str1, str2) function
36 str_cmp = (str1 == str2)
37 end function str_cmp
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Darchive-version.c40 if (!str_cmp (version, arch_tree_format_str)) in arch_archive_access()
42 else if (!str_cmp (version, arch_tree_format_2_str)) in arch_archive_access()
44 else if (!str_cmp (version, arch_tree_format_1_str)) in arch_archive_access()
53 if (!str_cmp (version, arch_tree_format_str)) in arch_archive_type()
55 else if (!str_cmp (version, arch_tree_format_2_str)) in arch_archive_type()
57 else if (!str_cmp (version, arch_tree_format_1_str)) in arch_archive_type()
/dports/devel/tla/tla-1.3.5/src/tla/tla/
H A Dtla.c42 if (!str_cmp (cmd, "-h") || !str_cmp (cmd, "--help") || !str_cmp (cmd, "-H")) in main()
60 if (!str_cmp (cmd, "-V") || !str_cmp (cmd, "--version")) in main()
96 if (!str_cmp (cmd, arch_commands[x].name) && arch_commands[x].fn) in main()
/dports/devel/p5-Test-RandomResults/Test-RandomResults-0.03/t/
H A D03-in_between.t71 my $str_cmp = sub { $_[0] cmp $_[1] };
75 in_between( "b", $str_cmp, "a", "b", $desc);
80 in_between( "b", $str_cmp, "b", "c", $desc);
85 in_between( "b", $str_cmp, "a", "c", $desc);
90 in_between( "b", $str_cmp, "b", "b", $desc);
95 in_between( "bbbbb", $str_cmp, "a", "bbbbbb", $desc);
100 in_between( "bbbb", $str_cmp, "a", "c", $desc);
107 in_between( "b", $str_cmp, "c", "d", $desc);
114 in_between( "b", $str_cmp, "d", "e", $desc);
121 in_between( "bbbbb", $str_cmp, "a", "bbbb", $desc);

123456789