Searched refs:_body (Results 1 – 10 of 10) 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 390 # <tc-name>_body. If cleanup is set to 'cleanup', then this also expects 396 eval "${1}_body() { atf_fail 'Test case not implemented'; }" 630 if ${_tcname}_body; then
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | huf_decompress.c | 65 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \ 73 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \ 92 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \
|
/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 | 96 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \ 104 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \ 123 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \
|