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

12

/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-eval-short.mk14 FAIL= ${:!echo unexpected 1>&2!} macro
[all...]
/freebsd-current/tests/sys/netgraph/
H A Dutil.h91 FAIL, PASS enumerator in enum:__anon16111
/freebsd-current/contrib/ntp/sntp/unity/
H A Dunity_fixture.h78 #define FAIL(message) TEST_FAIL((message)) macro
/freebsd-current/tools/regression/security/cap_test/
H A Dcap_test.h48 #define FAIL(...) do { \ macro
/freebsd-current/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-current/contrib/ncurses/progs/
H A Ddump_entry.h89 #define FAIL -1 macro
/freebsd-current/contrib/netbsd-tests/kernel/
H A Dt_extent.c67 #define FAIL(fmt, ...) \ macro
80 #undef FAIL macro
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c176 #define FAIL 0xFE macro
/freebsd-current/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::__anon132
[all...]
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon151
[all...]
H A Deap_server_tnc.c19 FAIL enumerator in enum:eap_tnc_data::eap_tnc_state
[all...]
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon105
H A Deap_wsc.c20 enum { WAIT_START, MESG, WAIT_FRAG_ACK, FAIL } state; enumerator in enum:eap_wsc_data::__anon118
[all...]
H A Deap_tnc.c18 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_tnc_data::__anon116
/freebsd-current/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-current/sbin/restore/
H A Drestore.h150 #define FAIL 0 macro
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator in enum:outcome
[all...]
H A Dregress_dns.c2379 #define FAIL -1 macro
2434 #undef FAIL macro
/freebsd-current/tests/sys/file/
H A Dflock_helper.c128 #define FAIL(test) \ macro
[all...]
/freebsd-current/tools/regression/sockets/sendfile/
H A Dsendfile.c52 #define FAIL(msg) {printf("# %s\n", msg); \ macro
/freebsd-current/contrib/libevent/test/
H A Dtinytest.c79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator in enum:outcome
[all...]
/freebsd-current/contrib/less/
H A Dregexp.c146 #define FAIL(m) { regerror(m); return(NULL); } macro
[all...]
/freebsd-current/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-current/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1754 #define FAIL() GTEST_FAIL() macro

Completed in 281 milliseconds

12