Searched refs:fail (Results 151 - 175 of 808) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getgrent.c165 goto fail;
170 fail:
/freebsd-10.2-release/sys/dev/if_ndis/
H A Dif_ndis_pci.c210 goto fail;
219 goto fail;
233 goto fail;
246 goto fail;
259 goto fail;
271 * the resource traversal code above will fail to set up
284 goto fail;
306 goto fail;
337 fail:
/freebsd-10.2-release/crypto/openssh/regress/
H A Dcipher-speed.sh24 fail "ssh -2 failed with mac $m cipher $c"
44 fail "ssh -1 failed with cipher $c"
H A Ddhgex.sh23 fail "ssh failed ($@)"
29 fail "$tid unexpected GEX sizes, expected $groupsz, got $got"
H A Dkeys-command.sh33 fail "connect failed"
H A Dputty-kex.sh20 fail "KEX $k failed"
H A Dreconfigure.sh34 fail "ssh connect with protocol $p failed after reconfigure"
H A Dreexec.sh27 fail "ssh cat $DATA failed"
29 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dsftp-chroot.sh24 cmp $PRIVDATA $COPY || fail "$PRIVDATA $COPY differ"
/freebsd-10.2-release/sys/dev/aha/
H A Daha_isa.c198 goto fail;
206 goto fail;
214 goto fail;
239 goto fail;
244 goto fail;
260 goto fail;
268 goto fail;
272 fail: ;
/freebsd-10.2-release/usr.bin/bmake/unit-tests/
H A DMakefile74 rm -f *.out *.fail *.core
104 tail ${.TARGET}.out; mv ${.TARGET}.out ${.TARGET}.fail; exit 1; }
/freebsd-10.2-release/sys/i386/ibcs2/
H A Dimgact_coff.c186 goto fail;
189 goto fail;
193 goto fail;
198 goto fail;
202 goto fail;
206 goto fail;
209 goto fail;
239 * XXX -- just fail. I'm so lazy.
284 fail:
338 goto fail;
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c38 static bool fail = true; variable
52 fail = false;
66 fail = true;
109 if (!fail)
112 if (fail)
/freebsd-10.2-release/lib/libufs/
H A Dblock.c69 goto fail;
75 goto fail;
79 goto fail;
83 goto fail;
90 fail: memset(data, 0, size);
/freebsd-10.2-release/contrib/libc++/src/
H A Dmutex.cpp57 goto fail;
62 goto fail;
68 goto fail;
74 goto fail;
77 fail:
/freebsd-10.2-release/sys/boot/powerpc/ps3/
H A Ddevicename.c126 goto fail;
140 goto fail;
148 goto fail;
172 goto fail;
183 fail:
/freebsd-10.2-release/sys/dev/si/
H A Dsi_pci.c87 goto fail;
98 goto fail;
105 goto fail;
133 goto fail;
136 fail:
/freebsd-10.2-release/crypto/openssh/
H A Droaming_client.c178 goto fail;
186 goto fail;
207 goto fail;
214 goto fail;
226 fail:
/freebsd-10.2-release/tools/test/testfloat/
H A Dtestfloat.c33 #include "fail.h"
160 fail( "`%s' option requires numeric argument", argv[ 0 ] );
233 fail( "Invalid option or function `%s'", argv[ 0 ] );
236 fail(
246 if ( ! functionArgument ) fail( "Function argument required" );
258 fail( "Can only test one function with `-forever' option" );
/freebsd-10.2-release/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c126 goto fail;
136 goto fail;
143 goto fail;
147 goto fail;
152 goto fail;
159 goto fail;
168 goto fail;
179 goto fail;
193 goto fail;
263 fail
[all...]
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dsco5-core.c163 goto fail;
169 goto fail;
177 goto fail;
184 goto fail;
208 goto fail;
222 goto fail;
231 goto fail;
239 goto fail;
310 goto fail;
316 fail
[all...]
/freebsd-10.2-release/gnu/usr.bin/grep/
H A Dkwset.c68 struct trie *fail; /* Aho-Corasick failure function. */ member in struct:trie
113 kwset->trie->fail = 0;
184 link->trie->fail = 0;
297 treefails (register struct tree const *tree, struct trie const *fail, argument
305 treefails(tree->llink, fail, recourse);
306 treefails(tree->rlink, fail, recourse);
310 while (fail)
312 link = fail->links;
320 tree->trie->fail = link->trie;
323 fail
381 register struct trie *curr, *fail; local
[all...]
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c278 goto fail;
304 goto fail;
338 goto fail;
348 goto fail;
356 goto fail;
362 goto fail;
368 goto fail;
378 goto fail;
393 goto fail;
398 goto fail;
[all...]
/freebsd-10.2-release/lib/libprocstat/
H A Dcore.c88 goto fail;
92 goto fail;
96 goto fail;
100 goto fail;
104 goto fail;
109 goto fail;
116 goto fail;
121 goto fail;
130 fail:
388 goto fail;
[all...]
/freebsd-10.2-release/sys/dev/ipmi/
H A Dipmi_kcs.c329 goto fail;
337 goto fail;
347 goto fail;
357 goto fail;
370 goto fail;
381 goto fail;
392 goto fail;
399 goto fail;
405 goto fail;
412 goto fail;
[all...]

Completed in 143 milliseconds

1234567891011>>