Lines Matching refs:head
79 init_and_run_h_tc(const char *name, void (*head)(atf_tc_t *),
85 RE(atf_tc_init(&tc, name, head, body, NULL, config));
241 void (*head)(atf_tc_t *);
258 for (t = &tests[0]; t->head != NULL; t++) {
259 init_and_run_h_tc("h_check_errno", t->head, t->body);
285 void (*head)(atf_tc_t *);
302 for (t = &tests[0]; t->head != NULL; t++) {
303 init_and_run_h_tc("h_require_errno", t->head, t->body);
340 void (*head)(atf_tc_t *);
357 for (t = &tests[0]; t->head != NULL; t++) {
360 init_and_run_h_tc("h_check", t->head, t->body);
383 void (*head)(atf_tc_t *);
397 for (t = &tests[0]; t->head != NULL; t++) {
401 init_and_run_h_tc("h_check", t->head, t->body);
562 void (*head)(atf_tc_t *);
579 for (t = &tests[0]; t->head != NULL; t++) {
582 init_and_run_h_tc("h_require", t->head, t->body);
605 void (*head)(atf_tc_t *);
619 for (t = &tests[0]; t->head != NULL; t++) {
623 init_and_run_h_tc("h_require", t->head, t->body);
800 void (*head)(atf_tc_t *);
816 for (t = &tests[0]; t->head != NULL; t++) {
819 init_and_run_h_tc("h_check", t->head, t->body);