Lines Matching defs:head
81 init_and_run_h_tc(const char *name, void (*head)(atf_tc_t *),
87 RE(atf_tc_init(&tc, name, head, body, NULL, config));
243 void (*head)(atf_tc_t *);
260 for (t = &tests[0]; t->head != NULL; t++) {
261 init_and_run_h_tc("h_check_errno", t->head, t->body);
287 void (*head)(atf_tc_t *);
304 for (t = &tests[0]; t->head != NULL; t++) {
305 init_and_run_h_tc("h_require_errno", t->head, t->body);
342 void (*head)(atf_tc_t *);
359 for (t = &tests[0]; t->head != NULL; t++) {
362 init_and_run_h_tc("h_check", t->head, t->body);
385 void (*head)(atf_tc_t *);
399 for (t = &tests[0]; t->head != NULL; t++) {
403 init_and_run_h_tc("h_check", t->head, t->body);
564 void (*head)(atf_tc_t *);
581 for (t = &tests[0]; t->head != NULL; t++) {
584 init_and_run_h_tc("h_require", t->head, t->body);
607 void (*head)(atf_tc_t *);
621 for (t = &tests[0]; t->head != NULL; t++) {
625 init_and_run_h_tc("h_require", t->head, t->body);
802 void (*head)(atf_tc_t *);
818 for (t = &tests[0]; t->head != NULL; t++) {
821 init_and_run_h_tc("h_check", t->head, t->body);