Lines Matching refs:setup
47 * Perform testcase specific setup (if needed)
87 int (*setup) (void); /* Individual setup routine */
96 static void setup(void);
115 setup();
122 if ((tdat[testno].setup) && (tdat[testno].setup())) {
123 /* setup() failed, skip this test */
174 * setup()
175 * performs all ONE TIME setup for this test
177 void setup(void)