HomeSort by: relevance | last modified time | path
    Searched defs:atf_tc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/
tc.h 39 struct atf_tc;
41 typedef void (*atf_tc_head_t)(struct atf_tc *);
42 typedef void (*atf_tc_body_t)(const struct atf_tc *);
43 typedef void (*atf_tc_cleanup_t)(const struct atf_tc *);
62 * The "atf_tc" type.
66 struct atf_tc { struct
69 typedef struct atf_tc atf_tc_t;

Completed in 23 milliseconds