Searched refs:fail (Results 176 - 200 of 808) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c518 goto fail;
529 goto fail;
538 goto fail;
545 goto fail;
550 goto fail;
555 goto fail;
561 goto fail;
566 goto fail;
574 goto fail;
583 goto fail;
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl100 sub fail subroutine
447 fail("died from signal $wtermsig");
457 fail("returned $wexitstat instead of $status");
463 fail("stdout mismatch", "$pid.out");
469 fail("stderr mismatch: see $pid.err");
479 fail("errtag mismatch: see $pid.err");
498 fail("droptag mismatch: see $pid.err");
590 $ENV{'UMEM_LOGGING'} = 'fail,contents';
/freebsd-10.2-release/sys/dev/mcd/
H A Dmcd_isa.c56 goto fail;
61 goto fail;
66 fail:
85 goto fail;
90 goto fail;
96 goto fail;
100 fail:
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Ddump_machdep.c155 printf("... %s\n", (error) ? "fail" : "ok");
249 goto fail;
265 goto fail;
271 goto fail;
276 goto fail;
291 goto fail;
296 goto fail;
303 fail:
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Ddump_machdep.c141 printf("... %s\n", (error) ? "fail" : "ok");
168 goto fail;
182 goto fail;
193 goto fail;
201 goto fail;
210 goto fail;
216 goto fail;
223 fail:
H A Djbusppm.c132 goto fail;
146 goto fail;
151 goto fail;
171 goto fail;
178 goto fail;
189 goto fail;
224 fail:
/freebsd-10.2-release/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c197 goto fail;
213 goto fail;
220 goto fail;
232 goto fail;
244 goto fail;
254 goto fail;
266 goto fail;
309 goto fail;
317 fail:
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_regset.c79 boolean_t fail = B_FALSE; local
83 fail = B_TRUE;
90 if (fail && getenv("DTRACE_DEBUG_REGSET") != NULL)
/freebsd-10.2-release/sys/dev/etherswitch/arswitch/
H A Darswitch_phy.c98 goto fail;
105 goto fail;
111 fail:
/freebsd-10.2-release/usr.bin/mail/
H A Dhead.c62 fail(linebuf, "No date field");
66 fail(linebuf, "Date field not legal date");
76 fail(const char *linebuf __unused, const char *reason __unused) function
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c137 goto fail;
212 fail:
483 goto fail;
489 fail:
740 goto fail;
742 goto fail;
744 goto fail;
750 goto fail;
756 goto fail;
759 goto fail;
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_write.c54 static bool fail = false; variable
64 fail = false;
130 fail = true;
137 if (fail != false)
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dptrace-core.c97 goto fail;
101 goto fail;
105 goto fail;
130 fail:
/freebsd-10.2-release/contrib/bmake/unit-tests/
H A DMakefile.in67 rm -f *.out *.fail *.core
97 tail ${.TARGET}.out; mv ${.TARGET}.out ${.TARGET}.fail; exit 1; }
/freebsd-10.2-release/cddl/compat/opensolaris/misc/
H A Dmnttab.c145 goto fail;
148 goto fail;
152 goto fail;
157 fail:
/freebsd-10.2-release/sys/boot/ia64/common/
H A Dcopy.c104 goto fail;
113 goto fail;
122 goto fail;
136 fail:
/freebsd-10.2-release/sys/dev/gem/
H A Dif_gem_sbus.c155 goto fail;
164 goto fail;
171 goto fail;
175 fail:
H A Dif_gem_pci.c200 goto fail;
266 goto fail;
276 goto fail;
304 goto fail;
318 goto fail;
323 goto fail;
330 goto fail;
334 fail:
/freebsd-10.2-release/crypto/openssh/regress/
H A Dkeytype.sh31 fail "ssh-keygen for type $type, $bits bits failed"
57 fail "ssh userkey $ut, hostkey $ht failed"
/freebsd-10.2-release/sys/net80211/
H A Dieee80211_scan_sta.c974 int fail; local
976 fail = 0;
978 fail |= MATCH_CHANNEL;
989 fail |= MATCH_CHANNEL;
992 fail |= MATCH_CAPINFO;
1001 fail |= MATCH_CAPINFO;
1013 fail |= MATCH_TDMA_NOIE;
1015 fail |= MATCH_TDMA_VERSION;
1017 fail |= MATCH_TDMA_NOTMASTER;
1019 fail |
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dc-omp.c211 bool fail = false; local
220 fail = true;
236 fail = true;
248 fail = true;
306 fail = true;
313 fail = true;
363 fail = true;
367 if (fail)
/freebsd-10.2-release/contrib/wpa/src/l2_packet/
H A Dl2_packet_privsep.c177 goto fail;
185 goto fail;
195 goto fail;
202 goto fail;
207 goto fail;
220 fail:
/freebsd-10.2-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c439 goto fail;
443 goto fail;
460 goto fail;
466 goto fail;
474 goto fail;
480 goto fail;
487 goto fail;
509 goto fail;
518 goto fail;
525 fail
[all...]
/freebsd-10.2-release/usr.sbin/gpioctl/
H A Dgpioctl.c173 fail(const char *fmt, ...) function
203 fail("Invalid pin number: %s\n", optarg);
215 fail("Invalid pin number: %s\n", optarg);
266 fail("Invalid flag: %s\n", argv[i]);
290 fail("Invalid pin number: %s\n", argv[0]);
308 fail("Invalid pin value: %s\n", argv[1]);
/freebsd-10.2-release/usr.sbin/iscsid/
H A Discsid.c93 fail(conn, "empty address");
103 fail(conn, "malformed address");
111 fail(conn, "malformed address");
147 fail(conn, gai_strerror(error));
219 fail(conn, strerror(errno));
229 fail(conn, "iSER not supported");
237 fail(conn, strerror(errno));
252 fail(conn, strerror(errno));
259 fail(conn, strerror(errno));
295 fail(cons function
[all...]

Completed in 169 milliseconds

1234567891011>>