Searched refs:atf_tc (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c383 att_test(const struct atf_tc *tc, const char *data_name)
/freebsd-11-stable/contrib/atf/atf-c/
H A Dtc.h35 struct atf_tc;
37 typedef void (*atf_tc_head_t)(struct atf_tc *);
38 typedef void (*atf_tc_body_t)(const struct atf_tc *);
39 typedef void (*atf_tc_cleanup_t)(const struct atf_tc *);
58 * The "atf_tc" type.
62 struct atf_tc { struct
65 typedef struct atf_tc atf_tc_t;
H A Dtp.h33 struct atf_tc;
52 const struct atf_tc *atf_tp_get_tc(const atf_tp_t *, const char *);
53 const struct atf_tc *const *atf_tp_get_tcs(const atf_tp_t *);
56 atf_error_t atf_tp_add_tc(atf_tp_t *, struct atf_tc *);
/freebsd-11-stable/lib/libproc/tests/
H A Dproc_test.c51 start_prog(const struct atf_tc *tc, bool sig)

Completed in 94 milliseconds