Searched refs:fail (Results 26 - 50 of 710) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libsdp/
H A Dsession.c49 goto fail;
53 goto fail;
59 goto fail;
68 goto fail;
75 goto fail;
81 goto fail;
85 goto fail;
92 goto fail;
96 goto fail;
100 fail
[all...]
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dpam_start.c78 goto fail;
82 goto fail;
84 goto fail;
86 goto fail;
88 goto fail;
92 fail:
H A Dopenpam_readline.c97 goto fail;
100 goto fail;
104 fail:
/freebsd-9.3-release/crypto/openssh/regress/
H A Dscp.sh32 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
33 cmp ${DATA} ${COPY} || fail "corrupted copy"
37 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
38 cmp ${DATA} ${COPY} || fail "corrupted copy"
42 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
43 cmp ${DATA} ${COPY} || fail "corrupted copy"
48 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
49 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
54 $SCP $scpopts ${COPY} ${DIR} || fail "copy failed"
55 cmp ${COPY} ${DIR}/copy || fail "corrupte
[all...]
H A Dsftp.sh24 fail "sftp failed with $r"
26 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
27 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dforwarding.sh31 test -f ${COPY} || fail "failed copy of ${DATA}"
32 cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}"
49 fail "connection failed, should not"
51 # this one should fail
61 fail "connection not termintated, but should ($r)"
75 fail "connection failed with cleared local forwarding"
77 # this one should fail
80 fail "local forwarding not cleared"
88 fail "connection failed with cleared remote forwarding"
90 # this one should fail
[all...]
H A Dkey-options.sh17 fail "key option forced command not restricted"
20 fail "key option forced command not executed"
31 fail "key option failed proto $p no-pty (pty $r)"
42 fail "key option environment not set"
53 fail "key option proto $p failed without restriction"
61 fail "key option proto $p $from not restricted"
66 fail "key option proto $p $from not allowed but should be"
H A Dagent-getpeereid.sh25 fail "could not start ssh-agent: exit code $r"
32 fail "ssh-add failed with $r != 1"
38 fail "ssh-add did not fail for ${UNPRIV}: $r < 2"
H A Dagent-ptrace.sh42 fail "could not start ssh-agent: exit code $r"
50 fail "gdb failed: exit code $r"
56 fail "ptrace succeeded?: exit code $r"
H A Dssh-com-sftp.sh56 fail "sftp failed with $r"
58 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
59 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dbroken-pipe.sh12 fail "broken pipe returns $r for protocol $p"
H A Denvpass.sh23 fail "environment found"
34 fail "environment found"
45 fail "environment not found"
57 fail "environment not found"
H A Dkeyscan.sh17 fail "ssh-keyscan -t $t failed with: $r"
H A Dlocalcommand.sh13 fail "$tid proto $p"
H A Dportnum.sh10 fail "$tid accepted invalid port $port"
19 fail "$tid rejected valid port $port"
H A Dputty-transfer.sh22 fail "ssh cat $DATA failed"
24 cmp ${DATA} ${COPY} || fail "corrupted copy"
34 fail "ssh cat $DATA failed"
36 cmp $DATA ${COPY} || fail "corrupted copy"
/freebsd-9.3-release/tools/regression/file/closefrom/
H A Dclosefrom.c65 fail(const char *descr, const char *fmt, ...) function
81 #define fail_err(descr) fail((descr), "%s", strerror(errno))
153 fail("open", "bad descriptor %d", fd);
159 fail("highest_fd", "bad descriptor %d", fd);
166 fail("closefrom", "highest fd %d", fd);
174 fail("open 16", "highest fd %d", fd);
181 fail("closefrom", "highest fd %d", fd);
191 fail("close(6)", "did not fail");
196 fail("clos
[all...]
/freebsd-9.3-release/contrib/sendmail/test/
H A Dt_dropgid.c57 int fail = 0; local
101 fail++;
107 fail++;
114 fail++;
126 fail++;
131 fail++;
136 if (fail > 0)
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dcheck.c117 goto fail;
123 goto fail;
135 goto fail;
143 goto fail;
155 goto fail;
163 goto fail;
175 goto fail;
183 goto fail;
197 goto fail;
204 goto fail;
[all...]
/freebsd-9.3-release/usr.sbin/cpucontrol/
H A Dvia.c113 goto fail;
119 goto fail;
130 goto fail;
147 goto fail;
151 goto fail;
161 goto fail;
168 goto fail;
174 goto fail;
186 goto fail;
195 goto fail;
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-asprintf.c52 goto fail;
59 goto fail;
64 goto fail;
73 goto fail;
80 fail:
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh61 fail() function
71 [[ $? != 0 ]] && fail "Failed to compile with same file in include path twice"
74 [[ $status != $expexit ]] && fail "Exited with unexpected status code: $status"
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-ipcomp.c68 goto fail;
74 goto fail;
89 fail:
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Daccounting.c63 goto fail;
72 goto fail;
80 goto fail;
95 goto fail;
103 goto fail;
111 goto fail;
120 goto fail;
126 goto fail;
134 goto fail;
143 goto fail;
[all...]
/freebsd-9.3-release/sbin/hastd/
H A Devent.c102 goto fail;
108 goto fail;
133 goto fail;
146 goto fail;
150 goto fail;
155 fail:

Completed in 153 milliseconds

1234567891011>>