Searched refs:tcptr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dmacros.h76 #define ATF_TC_HEAD(tc, tcptr) \
79 atfu_ ## tc ## _head(atf_tc_t *tcptr)
84 #define ATF_TC_BODY(tc, tcptr) \
87 atfu_ ## tc ## _body(const atf_tc_t *tcptr)
92 #define ATF_TC_CLEANUP(tc, tcptr) \
95 atfu_ ## tc ## _cleanup(const atf_tc_t *tcptr)
/macosx-10.10/vim-55/src/
H A Dtermlib.c74 char *tcptr = tcbuf; /* extended entries */ local
125 tcptr = tcbuf; /* Rhialto */
126 if ((term = tgetstr("tc", &tcptr))) /* extended entry */
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dmacros.hpp195 atf::tests::tc* tcptr = new atfu_tc_ ## tcname(); \
196 (tcs).push_back(tcptr); \

Completed in 68 milliseconds