Searched defs:FAIL (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/ld/
H A Dldmisc.h38 #define FAIL() \ macro
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.h91 FAIL, PASS enumerator in enum:__anon1
/freebsd-11-stable/contrib/ncurses/progs/
H A Ddump_entry.h78 #define FAIL -1 macro
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture.h78 #define FAIL(message) TEST_FAIL((message)) macro
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test.h50 #define FAIL(...) do { \ macro
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_tcp.c58 #define FAIL(msg, ...) err(EXIT_FAILURE, msg, ## __VA_ARGS__) macro
61 #define FAIL(msg, ...) ATF_CHECK_MSG(0, msg, ## __VA_ARGS__); goto fail macro
[all...]
H A Dt_unix.c64 #define FAIL(msg, ...) err(EXIT_FAILURE, msg, ## __VA_ARGS__) macro
68 #define FAIL(msg, ...) \ macro
[all...]
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_extent.c67 #define FAIL(fmt, ...) \ macro
80 #undef FAIL macro
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c76 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator in enum:outcome
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c96 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) macro
574 #undef FAIL macro
/freebsd-11-stable/sbin/restore/
H A Drestore.h151 #define FAIL 0 macro
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_tnc.c18 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_tnc_data::__anon4308
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon3700
H A Deap_wsc.c20 enum { WAIT_START, MESG, WAIT_FRAG_ACK, FAIL } state; enumerator in enum:eap_wsc_data::__anon3711
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon3724
[all...]
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon3740
[all...]
H A Deap_server_tnc.c19 FAIL enumerator in enum:eap_tnc_data::eap_tnc_state
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c173 #define FAIL 0xFE macro
/freebsd-11-stable/tests/sys/file/
H A Dflock_helper.c130 #define FAIL(test) \ macro
[all...]
/freebsd-11-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c54 #define FAIL(msg) {printf("# %s\n", msg); \ macro
/freebsd-11-stable/contrib/less/
H A Dregexp.c146 #define FAIL(m) { regerror(m); return(NULL); } macro
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c76 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) macro
304 #undef FAIL macro
/freebsd-11-stable/contrib/dtc/
H A Dchecks.c96 #define FAIL(c, dti, ...) \ macro
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2-frame.c1453 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE; enumerator in enum:__anon1506
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlinker.c1413 #undef FAIL macro
1419 FAIL, /* Abort. */ enumerator in enum:link_action

Completed in 180 milliseconds

12