Home | History | Annotate | Download | only in mknod

Lines Matching refs:cleanup

51  *  Cleanup:
103 void cleanup(); /* cleanup function for the test */
179 * Invoke cleanup() to delete the test directories created
182 cleanup();
202 tst_sig(NOFORK, DEF_HANDLER, cleanup);
211 tst_brkm(TBROK, cleanup, "chmod() failed");
225 tst_brkm(TBROK | TERRNO, cleanup,
240 SAFE_MKDIR(cleanup, DIR_TEMP, MODE_RWX);
241 SAFE_CHOWN(cleanup, DIR_TEMP, user1_uid, group2_gid);
247 SAFE_STAT(cleanup, DIR_TEMP, &buf);
251 tst_brkm(TBROK, cleanup,
257 tst_brkm(TBROK, cleanup, "%s: Incorrect group", DIR_TEMP);
264 SAFE_SETGID(cleanup, group1_gid);
266 tst_brkm(TBROK, cleanup,
274 SAFE_CHDIR(cleanup, DIR_TEMP);
278 * cleanup() - Performs all ONE TIME cleanup for this test at
287 void cleanup(void)