Home
last modified time | relevance | path

Searched refs:run_rc (Results 1 – 5 of 5) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/treelang/
H A Dtreetests.exp92 if {${run_rc} == 1} {
115 if {${run_rc} == 1} {
122 if {${run_rc} == 1} {
145 if {${run_rc} == 1} {
152 if {${run_rc} == 1} {
177 if {${run_rc} == 1} {
184 if {${run_rc} == 1} {
211 if {${run_rc} == 1} {
218 if {${run_rc} == 1} {
241 set run_rc [catch {eval exec ${pgmrun} >${checkfile2} 2>${checkfile2}err} catch_res]
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/treelang/
H A Dtreetests.exp92 if {${run_rc} == 1} {
115 if {${run_rc} == 1} {
122 if {${run_rc} == 1} {
145 if {${run_rc} == 1} {
152 if {${run_rc} == 1} {
177 if {${run_rc} == 1} {
184 if {${run_rc} == 1} {
211 if {${run_rc} == 1} {
218 if {${run_rc} == 1} {
241 set run_rc [catch {eval exec ${pgmrun} >${checkfile2} 2>${checkfile2}err} catch_res]
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_os_utils.cpp159 const int run_rc = Botan::OS::run_cpu_instruction_probe(ok_fn); in test_cpu_instruction_probe() local
161 if(run_rc == -3) in test_cpu_instruction_probe()
167 result.confirm("Correct result returned by working probe fn", run_rc == 5); in test_cpu_instruction_probe()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_os_utils.cpp159 const int run_rc = Botan::OS::run_cpu_instruction_probe(ok_fn); in test_cpu_instruction_probe() local
161 if(run_rc == -3) in test_cpu_instruction_probe()
167 result.confirm("Correct result returned by working probe fn", run_rc == 5); in test_cpu_instruction_probe()
/dports/devel/radare2/radare2-5.1.1/libr/main/
H A Dradare2.c343 bool run_rc = true; in r_main_radare2() local
581 if (run_rc) { in r_main_radare2()
582 run_rc = false; in r_main_radare2()
860 if (run_rc) { in r_main_radare2()
1384 if (run_rc && r_config_get_i (r->config, "cfg.fortunes")) { in r_main_radare2()