Searched refs:output (Results 226 - 250 of 760) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Darch7em-bad-1.d4 #error-output: arch7em-bad.l
H A Dstrex-bad-t.d3 # error-output: strex-bad-t.l
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dbranch-local-n64-2.d3 #error-output: branch-local-n64-2.l
H A Dbranch-local-n64-3.d3 #error-output: branch-local-n64-3.l
H A Dmips16-64@mips16-insn-t.d3 #error-output: mips16-64@mips16-insn-t.l
H A Dmips16-64@mips16-insn-e.d3 #error-output: mips16-64@mips16-insn-e.l
H A Dmips16e-32@mips16-macro.d5 #error-output: mips16e-32@mips16-macro.l
H A Dmips16e-32@mips16-insn-t.d3 #error-output: mips16e-32@mips16-insn-t.l
H A Dmips16e-32@mips16-insn-e.d3 #error-output: mips16e-32@mips16-insn-e.l
H A Dmips16e-32@mips16-macro-t.d4 #error-output: mips16e-32@mips16-macro-t.l
H A Dmips16e-32@mips16-macro-e.d4 #error-output: mips16e-32@mips16-macro-e.l
H A Dmips16-32@mips16-macro.d5 #error-output: mips16-32@mips16-macro.l
H A Dmips16-32@mips16-macro-t.d4 #error-output: mips16-32@mips16-macro-t.l
H A Dmips16-32@mips16-insn-t.d3 #error-output: mips16-32@mips16-insn-t.l
H A Dmips16-32@mips16-insn-e.d3 #error-output: mips16-32@mips16-insn-e.l
H A Dmips16-32@mips16-macro-e.d4 #error-output: mips16-32@mips16-macro-e.l
H A Dbranch-local-n32-2.d3 #error-output: branch-local-n32-2.l
H A Dbranch-local-n32-3.d3 #error-output: branch-local-n32-3.l
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Ddcti-couples-v9c.d4 #error-output: dcti-couples-v9c.l
H A Ddcti-couples-v8.d4 #error-output: dcti-couples-v8.l
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dbad-bss.d3 #error-output: bad-bss.err
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dreg-err.l2 .*:3: (Error|Warning): Invalid use of `r0' as output operand
7 .*:8: (Error|Warning): Invalid use of `f0' as output operand
8 .*:9: (Error|Warning): Invalid use of `f1' as output operand
9 .*:10: (Error|Warning): Invalid use of `f0' as output operand
10 .*:11: (Error|Warning): Invalid use of `f1' as output operand
11 .*:12: (Error|Warning): Invalid use of `f0' as output operand
12 .*:12: (Error|Warning): Invalid use of `f1' as output operand
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dreg-err.l2 .*:3: (Error|Warning): Invalid use of `r0' as output operand
7 .*:8: (Error|Warning): Invalid use of `f0' as output operand
8 .*:9: (Error|Warning): Invalid use of `f1' as output operand
9 .*:10: (Error|Warning): Invalid use of `f0' as output operand
10 .*:11: (Error|Warning): Invalid use of `f1' as output operand
11 .*:12: (Error|Warning): Invalid use of `f0' as output operand
12 .*:12: (Error|Warning): Invalid use of `f1' as output operand
/haiku-buildtools/legacy/gcc/libstdc++/testsuite/lib/
H A Dlibstdc++.exp122 fail "$errname output"
129 set output [lindex $result 1];
133 fail "$errname output"
141 regsub -all "\r" "$output" "" output;
143 regsub "\n*$" $output "" output
145 regsub "^\n*" $output "" output
148 regsub -all "\[ \t\]\[ \t\]*" $output " " outpu
[all...]
/haiku-buildtools/gcc/libvtv/
H A Dvtv_utils.cc134 /* This function takes a file decriptor (LOG_FILE) and an output
147 char output[1024]; local
153 snprintf (output, sizeof (output), "VTV: PID=%ld ", GetCurrentProcessId ());
155 snprintf (output, sizeof (output), "VTV: PID=%d PPID=%d ", getpid (),
158 vtv_log_write (log_file, output);
159 vsnprintf (output, sizeof (output), format, ap);
160 vtv_log_write (log_file, output);
[all...]

Completed in 136 milliseconds

1234567891011>>