Searched refs:fail (Results 1 - 25 of 710) sorted by relevance

1234567891011>>

/freebsd-9.3-release/tools/test/testfloat/
H A Dfail.h28 void fail( const char *, ... );
/freebsd-9.3-release/contrib/sendmail/test/
H A Dt_setreuid.c47 int fail = 0; local
66 fail++;
73 fail++;
79 fail++;
87 fail++;
93 fail++;
100 fail++;
105 fail++;
112 fail++;
119 fail
[all...]
H A Dt_seteuid.c50 int fail = 0; local
73 fail++;
81 fail++;
88 fail++;
93 fail++;
100 fail++;
107 fail++;
115 fail++;
122 fail++;
127 fail
[all...]
H A Dt_setuid.c45 int fail = 0; local
68 fail++;
74 fail++;
82 fail++;
93 fail++;
98 fail++;
103 if (fail)
H A Dt_setgid.c42 int fail = 0; local
71 fail++;
77 fail++;
84 fail++;
95 fail++;
100 fail++;
105 if (fail > 0)
/freebsd-9.3-release/crypto/openssh/openbsd-compat/regress/
H A Dstrduptest.c20 static int fail = 0; variable
29 fail = 1;
33 fail = 1;
44 return fail;
H A Dsnprintftest.c29 fail(const char *m) function
54 fail("snprintf does not correctly terminate long strings");
58 fail("malloc failed");
63 fail("failed with length limit '%%.s'");
68 fail("snprintf does not return required length");
70 fail("vsnprintf does not return required length");
H A Dclosefromtest.c30 fail(char *msg) function
50 fail("failed to close highest fd");
55 fail("closed descriptors it should not have");
61 fail("failed to close from lowest fd");
/freebsd-9.3-release/crypto/openssh/regress/
H A Dproxy-connect.sh10 fail "ssh proxyconnect protocol $p failed"
14 fail "ssh proxyconnect protocol $p failed"
17 fail "bad SSH_CONNECTION"
24 fail "ssh proxyconnect protocol $p failed"
H A Dyes-head.sh9 fail "yes|head test failed"
13 fail "yes|head returns $lines lines instead of 2000"
H A Dsftp-cmds.sh32 grep copy.dd >/dev/null 2>&1 || fail "lls failed"
36 grep copy.dd >/dev/null 2>&1 || fail "lls w/path failed"
40 || fail "ls failed"
45 || fail "shell failed"
50 || fail "pwd failed"
55 || fail "lpwd failed"
60 || fail "quit failed"
65 || fail "help failed"
71 || fail "get failed"
72 cmp $DATA ${COPY} || fail "corrupte
[all...]
H A Dstderr-after-eof.sh18 fail "ssh failed with exit code $r"
21 fail "ext data received after eof"
22 cmp ${DATA} ${COPY} || fail "stderr corrupt"
H A Dsftp-batch.sh24 cat << EOF > ${BATCH}.fail.1
28 # The next command should fail
32 cat << EOF > ${BATCH}.fail.2
33 # The next command should fail
39 || fail "good commands failed"
42 ${SFTP} -b ${BATCH}.fail.1 -D ${SFTPSERVER} >/dev/null 2>&1 \
43 && fail "bad commands succeeded"
47 || fail "comments & blanks failed"
50 ${SFTP} -b ${BATCH}.fail.2 -D ${SFTPSERVER} >/dev/null 2>&1 \
51 && fail "jun
[all...]
H A Dagent.sh8 fail "ssh-add -l did not fail with exit code 2"
15 fail "could not start ssh-agent: exit code $r"
19 fail "ssh-add -l did not fail with exit code 1"
27 fail "ssh-keygen for $t-agent failed"
33 fail "ssh-add did succeed exit code 0"
39 fail "ssh-add -l failed: exit code $r"
45 fail "ssh-add -L failed: exit code $r"
53 fail "ss
[all...]
H A Dagent-timeout.sh12 fail "could not start ssh-agent: exit code $r"
18 fail "ssh-add did succeed exit code 0"
24 fail "ssh-add -l did not return 2 keys: $n"
31 fail "ssh-add -l still returns keys after timeout"
H A Dconnect.sh11 fail "ssh connect with protocol $p failed"
H A Dstderr-data.sh14 fail "ssh failed with exit code $r"
16 cmp ${DATA} ${COPY} || fail "stderr corrupt"
24 fail "ssh failed with exit code $r"
26 cmp ${DATA} ${COPY} || fail "stderr corrupt"
H A Dtransfer.sh11 fail "ssh cat $DATA failed"
13 cmp ${DATA} ${COPY} || fail "corrupted copy"
21 fail "ssh cat $DATA failed"
23 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dsftp-badcmds.sh15 || fail "get nonexistent failed"
16 test -f ${COPY} && fail "existing copy after get nonexistent"
21 || fail "get nonexistent failed"
23 test -f ${COPY}.dd/$x && fail "existing copy after get nonexistent"
29 || fail "put nonexistent failed"
30 test -f ${COPY} && fail "existing copy after put nonexistent"
35 || fail "put nonexistent failed"
37 test -f ${COPY}.dd/$x && fail "existing copy after nonexistent"
43 || fail "rename nonexist failed"
44 test -f ${COPY}.1 && fail "fil
[all...]
H A Dmultiplex.sh44 fail "environment not found"
51 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
52 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
57 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
58 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
64 test -f ${COPY} || fail "sftp: failed copy ${DATA}"
65 cmp ${DATA} ${COPY} || fail "sftp: corrupted copy of ${DATA}"
70 test -f ${COPY} || fail "scp: failed copy ${DATA}"
71 cmp ${DATA} ${COPY} || fail "scp: corrupted copy of ${DATA}"
81 fail "exi
[all...]
/freebsd-9.3-release/share/examples/printing/
H A DpsdfX11 fail() {
27 [ "$login" ] || fail "No login name"
28 [ "$host" ] || fail "No host name"
/freebsd-9.3-release/lib/libypclnt/
H A Dypclnt_new.c50 goto fail;
52 goto fail;
54 goto fail;
56 fail:
/freebsd-9.3-release/tools/regression/sockets/kqueue/
H A Dkqueue.c62 fail(int error, const char *func, const char *socktype, const char *rest) function
114 fail(errno, "kevent", socktype, "EVFILT_READ, EV_ADD");
124 fail(errno, "kevent", socktype, "EVFILT_READ");
137 fail(errno, "write", socktype, NULL);
150 fail(errno, "kevent", socktype, "EVFILT_READ");
162 fail(errno, "read", socktype, NULL);
175 fail(errno, "kevent", socktype, "EVFILT_READ");
184 fail(errno, "kevent", socktype, "EVFILT_READ, EV_DELETE");
199 fail(errno, "kevent", socktype, "EVFILT_WRITE, EV_ADD");
209 fail(errn
[all...]
/freebsd-9.3-release/tools/regression/bin/pax/
H A DMakefile8 rm -f ustar.ok ustar.fail*
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dmakeucnid.c45 fail (const char *s) function
60 fail ("opening ucnid.tab");
80 fail ("parsing ucnid.tab [1]");
88 fail ("parsing ucnid.tab, end before start");
91 fail ("parsing ucnid.tab, junk after range");
96 fail ("parsing ucnid.tab, end too large");
103 fail ("reading ucnid.tab");
118 fail ("opening UnicodeData.txt");
131 fail ("parsing UnicodeData.txt, reading code point");
149 fail ("parsin
[all...]

Completed in 92 milliseconds

1234567891011>>