Searched refs:fail (Results 51 - 75 of 710) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssh/regress/
H A Dssh-com-keygen.sh52 fail "${keygen} -t $t failed"
57 fail "import public key ($v/$t) failed"
62 fail "import private key ($v/$t) failed"
69 fail "public keys ($v/$t) differ"
H A Dconch-ciphers.sh23 fail "ssh cat $DATA failed"
25 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dconnect-privsep.sh12 fail "ssh privsep+proxyconnect protocol $p failed"
22 # XXX replace this with fail once sandbox has stabilised
33 fail "ssh privsep/sandbox+proxyconnect protocol $p mopt '$m' failed"
H A Dexit-status.sh13 fail "exit code mismatch for protocol $p: $r != $s"
21 fail "exit code (with sleep) mismatch for protocol $p: $r != $s"
H A Dkeygen-change.sh17 fail "ssh-keygen -p failed for $t-key"
20 fail "ssh-keygen for $t-key failed"
H A Dlogin-timeout.sh17 fail "ssh connect after login grace timeout failed with privsep"
30 fail "ssh connect after login grace timeout failed without privsep"
H A Dproto-mismatch.sh14 fail "sshd prints ${banner} and accepts connect with version ${client}"
H A Dproto-version.sh27 fail "wrong protocol version ${banner} for ${version}"
H A Dputty-ciphers.sh21 fail "ssh cat $DATA failed"
23 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dtry-ciphers.sh13 fail "ssh -2 failed with mac $m cipher $c"
30 fail "ssh -1 failed with cipher $c"
H A Dkeygen-convert.sh14 fail "export $t private to rfc4716 public"
18 fail "$t public to rfc4716 public"
21 fail "$t rfc4716 exports differ between public and private"
25 fail "$t import rfc4716 public"
29 fail "$t imported differs from original"
H A Drekey.sh18 fail "ssh failed ($@)"
20 cmp ${DATA} ${COPY} || fail "corrupted copy ($@)"
25 fail "no rekeying occured ($@)"
68 fail "ssh failed"
70 cmp ${DATA} ${COPY} || fail "corrupted copy"
75 fail "no rekeying occured"
85 fail "ssh failed"
91 fail "no rekeying occured"
101 fail "ssh failed"
107 fail "n
[all...]
H A Dagent-pkcs11.sh27 fail "could not start ssh-agent: exit code $r"
43 fail "ssh-add -s failed: exit code $r"
50 fail "ssh-add -l failed: exit code $r"
57 fail "ssh connect failed (exit code $r)"
64 fail "ssh-add -e failed: exit code $r"
H A Ddynamic-forward.sh45 test -f $OBJ/ls.copy || fail "failed copy $DATA"
46 cmp $DATA $OBJ/ls.copy || fail "corrupted copy of $DATA"
57 fail "no pid file: $OBJ/remote_pid"
H A Dforcecommand.sh16 fail "forced command in key proto $p"
30 fail "forced command in key proto $p"
41 fail "forced command in key proto $p"
/freebsd-9.3-release/crypto/openssh/
H A Dssh-keysign.c70 int pktype, fail; local
72 fail = 0;
80 fail++;
84 fail++;
92 fail++;
98 fail++;
107 fail++;
109 fail++;
111 fail++;
119 fail
[all...]
/freebsd-9.3-release/sys/dev/si/
H A Dsi_isa.c81 goto fail;
86 goto fail;
92 device_printf(dev, "0x17 check fail at phys %p\n", paddr);
93 goto fail;
152 goto fail;
155 device_printf(dev, "0x17 check fail at phys %p = 0x%x\n",
157 goto fail;
175 "memtest fail at phys %p, was %x should be %x\n",
177 goto fail;
188 device_printf(dev, "clear fail a
[all...]
/freebsd-9.3-release/contrib/cvs/lib/
H A Dsavecwd.c115 int fail = 0; local
122 fail = 1;
128 fail = 1;
130 return fail;
/freebsd-9.3-release/contrib/openpam/t/
H A Dt_main.c75 int n, pass, fail; local
113 for (n = pass = fail = 0; t_plan[n] != NULL; ++n) {
120 ++fail;
126 exit(fail > 0 ? 1 : 0);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/regress/
H A Dstrtonumtest.c38 int fail; variable
50 fail = 1;
54 fail = 1;
78 return (fail);
/freebsd-9.3-release/tools/test/testfloat/
H A Dfail.c30 #include "fail.h"
34 void fail( const char *message, ... ) function
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dkod-cisco.c114 int fail = 0;
164 fail = 1;
173 fail = 1;
181 fail = 1;
192 fail = 1;
202 fail = 1;
214 fail = 1;
228 fail = 1;
239 fail = 1;
246 if (! fail)
113 int fail = 0; local
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dport-solaris.c93 goto fail;
98 goto fail;
103 goto fail;
108 goto fail;
115 goto fail;
119 fail:
179 goto fail;
184 goto fail;
189 fail:
207 * If we fail, jus
[all...]
/freebsd-9.3-release/usr.sbin/cpucontrol/
H A Damd.c104 goto fail;
119 goto fail;
124 goto fail;
128 goto fail;
137 goto fail;
143 goto fail;
156 goto fail;
167 goto fail;
172 fail:
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Ddevicename.c117 goto fail;
128 goto fail;
135 goto fail;
145 goto fail;
149 goto fail;
160 fail:

Completed in 182 milliseconds

1234567891011>>