Lines Matching refs:setup
52 void (*setup) (struct testcase_t *, int i); member
56 static void setup(void);
72 .setup = setup0,
78 .setup = setup1,
86 .setup = setup2,
92 .setup = setup3,
98 .setup = setup4,
162 if (t->setup) in test_setns()
163 t->setup(t, i); in test_setns()
195 setup(); in main()
204 static void setup(void) in setup() function