Lines Matching defs:setup
91 int setup1(); /* setup function to test mknod for EEXIST */
92 int setup3(); /* setup function to test mknod for ENOTDIR */
93 int longpath_setup(); /* setup function to test mknod for ENAMETOOLONG */
115 void setup(); /* setup function for the tests */
128 * Invoke setup function to call individual test setup functions
131 setup();
171 * in the setup().
179 * setup(void) - performs all ONE TIME setup for this test.
183 * Invoke individual test setup functions according to the order
186 void setup(void)
200 /* call individual setup functions */
209 * no_setup() - Some test conditions for mknod(2) do not any setup.
218 * longpath_setup() - setup to create a node with a name length exceeding
233 * setup1() - setup function for a test condition for which mknod(2)
250 * setup3() - setup function for a test condition for which mknod(2)
272 * created during setup().