Home | History | Annotate | Download | only in fstat

Lines Matching full:cleanup

28  *  Cleanup:
71 void cleanup(); /* cleanup function for the test */
113 * Invoke cleanup() to delete the test directory/file(s) created
116 cleanup();
132 tst_sig(NOFORK, DEF_HANDLER, cleanup);
140 fildes = SAFE_OPEN(cleanup, TEST_FILE, O_RDWR | O_CREAT, 0666);
142 SAFE_CLOSE(cleanup, fildes);
147 * cleanup() - Performs all ONE TIME cleanup for this test at
155 void cleanup(void)