Searched refs:expect (Results 51 - 75 of 214) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ieee-fp/
H A Dx930509a.exp9 expect {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-kpasswdd.in139 expect Password
141 expect New password
143 expect New password
145 expect Success
171 expect Password
173 expect New password
175 expect New password
177 expect Success
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/iq2000/
H A Dyield1.s2 # (e.g. SLEEP) appearing in the branch delay slot. We expect
H A Dyield2.s2 # (e.g. SLEEP) appearing in the branch delay slot. We expect
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dmodule.exp59 set expect [join [concat [list $cmd] $list] "\r\np "]
60 gdb_test $cmd $expect "complete $expr"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68hc11/
H A Dm68hc11.exp39 proc gas_m68hc11_message { kind options line expect } {
43 regsub -all "\n" "$line: $expect" " " title
54 expect {
56 -re ".*1: $kind: $expect" { incr ok; break }
72 proc gas_m68hc11_error { options line expect } {
73 gas_m68hc11_message "Error" $options $line $expect
77 proc gas_m68hc11_warning { options line expect } {
78 gas_m68hc11_message "Warning" $options $line $expect
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/h8300/
H A Dt12_bit.exp13 expect {
32 expect {
51 expect {
69 expect {
87 expect {
105 expect {
123 expect {
142 expect {
161 expect {
180 expect {
[all...]
H A Dt13_otr.exp13 expect {
41 expect {
69 expect {
83 expect {
110 expect {
137 expect {
158 expect {
179 expect {
194 expect {
211 expect {
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Ddomaincmp.c311 int expect; local
320 expect = ex[i].res;
321 if ( expect < 0 )
323 else if ( expect > 0 )
333 if ( res < 0 && expect < 0 || res > 0 && expect > 0 || res == 0 && expect == 0 )
/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_scan.c77 scan(expect, tokp)
78 tok_kind expect;
82 if (tokp->kind != expect) {
83 expected1(expect);
142 * Peek at the next token and scan it if it matches what you expect
145 peekscan(expect, tokp)
146 tok_kind expect;
150 if (tokp->kind == expect) {
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Datffile.cpp137 p.expect(conf_type, hash_type, prop_type, tp_type,
144 t = p.expect(colon_type, "`:'");
146 t = p.expect(text_type, "variable name");
149 t = p.expect(equal_type, "equal sign");
151 t = p.expect(text_type, "word or quoted string");
156 t = p.expect(colon_type, "`:'");
158 t = p.expect(text_type, "property name");
161 t = p.expect(equal_type, "equale sign");
163 t = p.expect(text_type, "word or quoted string");
166 t = p.expect(colon_typ
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Datffile.cpp131 p.expect(conf_type, hash_type, prop_type, tp_type,
138 t = p.expect(colon_type, "`:'");
140 t = p.expect(text_type, "variable name");
143 t = p.expect(equal_type, "equal sign");
145 t = p.expect(text_type, "word or quoted string");
150 t = p.expect(colon_type, "`:'");
152 t = p.expect(text_type, "property name");
155 t = p.expect(equal_type, "equale sign");
157 t = p.expect(text_type, "word or quoted string");
160 t = p.expect(colon_typ
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/mips64el-elf/
H A DMakefile.in40 EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \
41 echo $${rootme}/../../expect/expect ; \
42 else echo expect ; fi`
/netbsd-6-1-5-RELEASE/tests/fs/nfs/
H A Dt_rquotad.sh40 local expect
44 expect=u
47 expect=g
50 expect="u g"
84 for q in ${expect} ; do
132 for q in ${expect} ; do
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/tests/
H A Dtests.h24 #define expect(test) ((test) ? 0 : (fprintf(stderr, "%s:%d: %s\n", \ macro
27 #define succeed(test) expect(!(test))
29 #define fail(test) expect(test)
/netbsd-6-1-5-RELEASE/tests/rump/rumpkern/
H A Dt_kern.c54 locktest(const atf_tc_t *tc, enum locktest lt, int needld, const char *expect) argument
80 if (strncmp(buf, expect, strlen(expect)) != 0)
/netbsd-6-1-5-RELEASE/tests/lib/libbluetooth/
H A Dt_sdp_set.c130 const uint8_t expect[] = { local
147 ATF_REQUIRE_EQ(sizeof(data), sizeof(expect));
148 ATF_CHECK(memcmp(expect, data, sizeof(expect)) == 0);
210 const uint8_t expect[] = { local
227 ATF_REQUIRE_EQ(sizeof(data), sizeof(expect));
228 ATF_CHECK(memcmp(expect, data, sizeof(expect)) == 0);
275 const uint8_t expect[] = { local
285 ATF_REQUIRE_EQ(sizeof(data), sizeof(expect));
333 const uint8_t expect[] = { local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/v850/
H A Dbasic.exp34 expect {
79 expect {
108 expect {
153 expect {
201 expect {
229 expect {
261 expect {
298 expect {
332 expect {
361 expect {
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/xc16x/
H A Dxc16x.exp13 expect {
43 expect {
73 expect {
103 expect {
132 expect {
162 expect {
192 expect {
222 expect {
252 expect {
282 expect {
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ppc/
H A Daix.exp36 expect {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sparc-solaris/
H A Daddend.exp17 expect {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic4x/
H A Dtic4x.exp14 expect {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/vax/
H A Dvax.exp16 expect {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20000511-1.c1 void f (int value, int expect) argument
3 if (value != expect)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20000511-1.c1 void f (int value, int expect) argument
3 if (value != expect)

Completed in 156 milliseconds

123456789