Searched refs:cut_case (Results 1 – 2 of 2) sorted by relevance
29 struct cut_case { struct46 struct cut_case *clist[CUT_CASE_MAX_CNT]; argument47 struct cut_case *ccur;79 static struct cut_case CUT_CASE_NAME(sname, cname) = { \115 static struct cut_case CUT_CASE_NAME(sname, cname) = { \130 #define SUITE(sname) struct cut_case *cut_suite_##sname[]138 #define ADD_CASE_NULL (struct cut_case*)(NULL)147 extern struct cut_case *cut_suite_##sname[]; \148 struct cut_case *c = cut_suite_##sname[i]; \
12 struct cut_case *c = NULL; in filter()45 struct cut_case *c = cut.clist[i]; in parse_arg()121 cut.ccur->run((struct cut_case *)(cut.ccur->data)); in cut_main()
Completed in 230 milliseconds