Searched refs:_body (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/atf/atf-c/ |
| H A D | macros.h | 44 static void atfu_ ## tc ## _body(const atf_tc_t *); \ 49 .m_body = atfu_ ## tc ## _body, \ 55 static void atfu_ ## tc ## _body(const atf_tc_t *); \ 60 .m_body = atfu_ ## tc ## _body, \ 66 static void atfu_ ## tc ## _body(const atf_tc_t *); \ 72 .m_body = atfu_ ## tc ## _body, \ 87 atfu_ ## tc ## _body(const atf_tc_t *tcptr ATF_DEFS_ATTRIBUTE_UNUSED) 90 (atfu_ ## tc ## _body)
|
| /freebsd/tests/sys/netpfil/common/ |
| H A D | runner.subr | 44 eval "${fw}_${testcase}_body(){ ${testcase}_body $fw; }"
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_parser.h | 111 struct dt_node *_body; member 151 #define dn_body dn_u._conditional._body
|
| /freebsd/tests/sys/net/ |
| H A D | if_tun_test.sh | 10 235704_body()
|
| /freebsd/usr.bin/mkimg/tests/ |
| H A D | mkimg_test.sh | 133 ${nm}_body
|
| /freebsd/libexec/tftpd/tests/ |
| H A D | functional.c | 204 name ## _body(void); \ 216 name ## _body(); \ 236 name ## _body(); \ 246 name ## _body(void)
|
| /freebsd/contrib/atf/atf-sh/ |
| H A D | libatf-sh.subr | 66 # named after it: <tc-name>_head and <tc-name>_body, and optionally by 402 # <tc-name>_body. If cleanup is set to 'cleanup', then this also expects 408 eval "${1}_body() { atf_fail 'Test case not implemented'; }" 642 if ${_tcname}_body; then
|
| /freebsd/contrib/netbsd-tests/lib/libc/stdio/ |
| H A D | t_fmemopen.c | 45 #define ATF_TC_BODY(arg0, arg1) static void arg0##_body() 48 #define ATF_TP_ADD_TC(arg0, arg1) arg1##_head(); arg1##_body()
|
| /freebsd/sys/contrib/zstd/lib/decompress/ |
| H A D | huf_decompress.c | 105 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \ 113 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \ 132 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | huf_decompress.c | 106 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \ 114 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \ 133 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_record_test.c | 91 RX_OP_CHECK_PKT(rx_script_##n##_expect_hdr, rx_script_##n##_body)
|