Searched refs:fail (Results 226 - 250 of 1055) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/sparc64/sparc64/
H A Djbusppm.c134 goto fail;
148 goto fail;
153 goto fail;
173 goto fail;
180 goto fail;
191 goto fail;
226 fail:
/freebsd-12-stable/stand/common/
H A Dinstall.c308 goto fail;
327 goto fail;
335 goto fail;
345 goto fail;
353 goto fail;
362 goto fail;
373 fail:
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp232 //fail code
241 // fail code
257 // fail code
278 Of course, returning the plain '0(success)/-1(fail)' still works, but you can be
1049 if (!(expr)) { SWIG_Lua_pusherrstring(L, (char *) msg); goto fail; } else
1053 #define SWIG_fail {goto fail;}
1057 goto fail;}
1063 goto fail;}
1245 fail:
3666 fail
[all...]
/freebsd-12-stable/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-12-stable/sys/arm/nvidia/
H A Das3722.c307 goto fail;
312 goto fail;
315 goto fail;
318 goto fail;
321 goto fail;
324 goto fail;
327 goto fail;
337 goto fail;
341 fail:
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal-modexp.c59 goto fail;
78 goto fail;
83 fail:
/freebsd-12-stable/sys/arm64/rockchip/
H A Drk_typec_phy.c378 goto fail;
384 goto fail;
389 goto fail;
393 goto fail;
398 goto fail;
402 goto fail;
406 goto fail;
420 goto fail;
427 goto fail;
440 goto fail;
[all...]
/freebsd-12-stable/crypto/openssh/regress/
H A Dcert-hostkey.sh56 fail "ssh-keygen of host_ca_key failed"
58 fail "ssh-keygen of host_ca_key failed"
120 fail "ssh cert connect $_ident failed"
124 fail "ssh cert connect $_ident succeeded unexpectedly"
183 fail "ssh cert connect succeeded unexpectedly"
204 fail "ssh cert connect succeeded unexpectedly"
238 fail "ssh cert connect $ident failed unexpectedly"
242 fail "ssh cert connect $ident succeeded unexpectedly"
262 fail "ssh-keygen of cert_host_key_${ktype} failed"
285 fail "ss
[all...]
H A Dallow-deny-users.sh33 fail "$failmsg"
H A Dhostkey-agent.sh43 fail "privsep=$ps failed"
46 fail "bad SSH_CONNECTION key type $k privsep=$ps"
H A Dkeys-command.sh60 fail "connect failed"
76 fail "connect failed"
/freebsd-12-stable/usr.bin/mail/
H A Dhead.c64 fail(linebuf, "No date field");
68 fail(linebuf, "Date field not legal date");
78 fail(const char *linebuf __unused, const char *reason __unused) function
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_write.c48 static bool fail = false; variable
54 fail = false;
120 fail = true;
127 if (fail != false)
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddragonfly.c140 goto fail;
160 goto fail;
168 goto fail;
174 fail:
/freebsd-12-stable/contrib/binutils/bfd/
H A Dptrace-core.c97 goto fail;
101 goto fail;
105 goto fail;
130 fail:
/freebsd-12-stable/cddl/compat/opensolaris/misc/
H A Dmnttab.c145 goto fail;
148 goto fail;
152 goto fail;
157 fail:
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dmodorder.mk17 # 3 :Ox tests will incorrectly fail with probability 2.756E-7, which
18 # lets the whole test fail once in 1.209.600 runs, on average.
/freebsd-12-stable/sys/dev/gem/
H A Dif_gem_sbus.c157 goto fail;
166 goto fail;
173 goto fail;
177 fail:
/freebsd-12-stable/sys/dev/ixl/
H A Dixl_pf_i2c.c479 goto fail;
485 goto fail;
491 goto fail;
497 goto fail;
505 goto fail;
509 goto fail;
513 goto fail;
517 goto fail;
523 fail:
564 goto fail;
[all...]
/freebsd-12-stable/sys/dev/usb/controller/
H A Dusb_nop_xceiv.c99 goto fail;
109 goto fail;
120 goto fail;
126 fail:
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_dwc_fdt.c134 goto fail;
139 goto fail;
158 goto fail;
161 fail:
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dmbo.c348 goto fail;
362 goto fail;
374 goto fail;
384 goto fail;
405 fail:
454 goto fail;
459 goto fail;
470 goto fail;
477 goto fail;
483 goto fail;
[all...]
/freebsd-12-stable/sys/net80211/
H A Dieee80211_scan_sta.c1022 int fail; local
1024 fail = 0;
1026 fail |= MATCH_CHANNEL;
1037 fail |= MATCH_CHANNEL;
1040 fail |= MATCH_CAPINFO;
1049 fail |= MATCH_CAPINFO;
1061 fail |= MATCH_TDMA_NOIE;
1063 fail |= MATCH_TDMA_VERSION;
1065 fail |= MATCH_TDMA_NOTMASTER;
1067 fail |
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBError.i113 fail = property(Fail, None, doc='''A read only property that returns the same result as Fail().''')
/freebsd-12-stable/contrib/netbsd-tests/bin/sh/
H A Dt_here.sh43 fail=false
57 # don't actually fail just because of wrong exit code
60 (*/0|0/*) fail=true;;
69 fail=true
75 fail=true
88 fail=true
91 if $fail
96 $fail && test -n "$TEST_ID" && {
102 $fail && atf_fail "Test[$TEST_NUM] of '$1' failed"

Completed in 253 milliseconds

1234567891011>>