Home
last modified time | relevance | path

Searched refs:_tc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/atf/atf-c/
H A Dmacros.h38 (atfu_ ## tc ## _tc)
45 static atf_tc_t atfu_ ## tc ## _tc; \
56 static atf_tc_t atfu_ ## tc ## _tc; \
68 static atf_tc_t atfu_ ## tc ## _tc; \
119 atfu_err = atf_tc_init_pack(&atfu_ ## tc ## _tc, \
125 atfu_err = atf_tp_add_tc(tp, &atfu_ ## tc ## _tc); \
/freebsd/contrib/ldns/ldns/
H A Dpacket.h202 bool _tc; member
/freebsd/contrib/ldns/
H A Dpacket.c61 return packet->_header->_tc; in ldns_pkt_tc()
500 packet->_header->_tc = tc; in ldns_pkt_set_tc()
/freebsd/contrib/atf/atf-sh/
H A Dlibatf-sh.subr519 for _tc in ${Test_Cases}; do
520 [ "${_tc}" != "${1}" ] || return 0