Lines Matching refs:setup
107 int setup1(); /* setup function to test symlink for EACCES */
108 int setup2(); /* setup function to test symlink for EEXIST */
109 int setup3(); /* setup function to test symlink for ENOTDIR */
110 int longpath_setup(); /* setup function to test chmod for ENAMETOOLONG */
138 void setup();
152 * Invoke setup function to call individual test setup functions
155 setup();
205 * setup() - performs all ONE TIME setup for this test.
207 * Call test specific setup functions.
209 void setup(void)
231 /* call individual setup functions */
241 * no_setup() - Some test conditions for mknod(2) do not any setup.
252 * setup1() - setup function for a test condition for which symlink(2)
300 * longpath_setup() - setup to create a node with a name length exceeding
316 * setup3() - setup function for a test condition for which symlink(2)
342 * Remove the temporary directory created in the setup.