Home
last modified time | relevance | path

Searched defs:FAIL (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/tests/net/net/
H A Dtest.h31 # define FAIL(msg, ...) err(EXIT_FAILURE, msg, ## __VA_ARGS__) macro
41 # define FAIL(msg, ...) \ macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dregex.c24 #define FAIL(x) \ macro
30 #define FAIL(x) goto error macro
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dregex.c24 #define FAIL( global() macro
30 #define FAIL( global() macro
[all...]
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldmisc.h38 #define FAIL() \ macro
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dstatus.hh28 FAIL = 0, enumerator
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldmisc.h34 #define FAIL() \ macro
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dstatus.hh28 FAIL = 0, enumerator
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dtestutils.sh8 FAIL () { function
H A Dtests.h64 #define FAIL(fmt, ...) \ macro
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c2800.c98 #define FAIL(which) do { \ in s3c2800_attach() macro
H A Ds3c2410.c99 #define FAIL(which) do { \ in s3c2410_attach() macro
H A Ds3c2440.c128 #define FAIL(which) do { \ in s3c2440_attach() macro
/netbsd-src/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture.h80 #define FAIL(message) TEST_FAIL((message)) macro
/netbsd-src/tests/compat/linux/
H A Dh_linux.h36 #define FAIL (-1) macro
/netbsd-src/usr.bin/shlock/
H A Dshlock.c88 #define FAIL (-1) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-reuse.c133 #define FAIL(class,indx,op1,op2,op3) \ macro
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-bit.c326 #define FAIL(str) do { s = str; goto fail; } while (0) in check_random() macro
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_reset.c87 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5312Reset() macro
/netbsd-src/sbin/restore/
H A Drestore.h168 #define FAIL 0 macro
/netbsd-src/tests/kernel/
H A Dt_extent.c67 #define FAIL(fmt, ...) \ in h_alloc_subregion() macro
/netbsd-src/external/bsd/libevent/dist/test/
H A Dtinytest.c80 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTest.py54 FAIL = ResultCode('FAIL', 'Failed', True) variable
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dtest.h40 #define FAIL do { puts ("fail"); _exit (1); } while (0) macro

123