/netbsd-src/tests/net/net/ |
H A D | test.h | 31 # 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 D | regex.c | 24 #define FAIL(x) \ macro 30 #define FAIL(x) goto error macro
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | regex.c | 24 #define FAIL( global() macro 30 #define FAIL( global() macro [all...] |
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldmisc.h | 38 #define FAIL() \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | status.hh | 28 FAIL = 0, enumerator
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldmisc.h | 34 #define FAIL() \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | status.hh | 28 FAIL = 0, enumerator
|
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | testutils.sh | 8 FAIL () { function
|
H A D | tests.h | 64 #define FAIL(fmt, ...) \ macro
|
/netbsd-src/sys/arch/arm/s3c2xx0/ |
H A D | s3c2800.c | 98 #define FAIL(which) do { \ in s3c2800_attach() macro
|
H A D | s3c2410.c | 99 #define FAIL(which) do { \ in s3c2410_attach() macro
|
H A D | s3c2440.c | 128 #define FAIL(which) do { \ in s3c2440_attach() macro
|
/netbsd-src/external/bsd/ntp/dist/sntp/unity/ |
H A D | unity_fixture.h | 80 #define FAIL(message) TEST_FAIL((message)) macro
|
/netbsd-src/tests/compat/linux/ |
H A D | h_linux.h | 36 #define FAIL (-1) macro
|
/netbsd-src/usr.bin/shlock/ |
H A D | shlock.c | 88 #define FAIL (-1) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | stdatomic.h | 160 #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 D | stdatomic.h | 160 #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 D | t-reuse.c | 133 #define FAIL(class,indx,op1,op2,op3) \ macro
|
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/ |
H A D | t-bit.c | 326 #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 D | ar5312_reset.c | 87 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5312Reset() macro
|
/netbsd-src/sbin/restore/ |
H A D | restore.h | 168 #define FAIL 0 macro
|
/netbsd-src/tests/kernel/ |
H A D | t_extent.c | 67 #define FAIL(fmt, ...) \ in h_alloc_subregion() macro
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | tinytest.c | 80 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | Test.py | 54 FAIL = ResultCode('FAIL', 'Failed', True) variable
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
H A D | test.h | 40 #define FAIL do { puts ("fail"); _exit (1); } while (0) macro
|