Home
last modified time | relevance | path

Searched refs:_body (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/atf/atf-c/
H A Dmacros.h44 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 Drunner.subr44 eval "${fw}_${testcase}_body(){ ${testcase}_body $fw; }"
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h111 struct dt_node *_body; member
151 #define dn_body dn_u._conditional._body
/freebsd/tests/sys/net/
H A Dif_tun_test.sh10 235704_body()
/freebsd/usr.bin/mkimg/tests/
H A Dmkimg_test.sh133 ${nm}_body
/freebsd/libexec/tftpd/tests/
H A Dfunctional.c204 name ## _body(void); \
216 name ## _body(); \
236 name ## _body(); \
246 name ## _body(void)
/freebsd/contrib/atf/atf-sh/
H A Dlibatf-sh.subr66 # 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 Dhuf_decompress.c65 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 Dt_fmemopen.c45 #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 Dhuf_decompress.c96 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); \