Lines Matching refs:setup
61 void (*setup) (struct testcase_t *); member
65 static void setup(void);
100 .setup = setup2,
108 .setup = setup3,
115 .setup = setup4,
122 .setup = setup5,
130 .setup = setup6,
140 .setup = setup2,
238 static void setup(void) in setup() function
255 if (t->setup) in test_waitid()
256 t->setup(t); in test_waitid()
292 setup(); in main()