Home | History | Annotate | Download | only in utime

Lines Matching full:cleanup

53  *  Cleanup:
109 void cleanup(); /* cleanup function for the test */
124 switch ((type = tst_fs_type(cleanup, "."))) {
127 tst_brkm(TCONF, cleanup, "Cannot do utime on a file"
132 tst_brkm(TCONF, cleanup,
141 tst_brkm(TBROK, cleanup, "fork() failed");
144 tst_brkm(TBROK, cleanup, "%s not found in /etc/passwd",
185 SAFE_STAT(cleanup, TEMP_FILE, &stat_buf);
213 * use during cleanup.
217 cleanup();
237 tst_sig(FORK, DEF_HANDLER, cleanup);
252 fildes = SAFE_CREAT(cleanup, TEMP_FILE, FILE_MODE);
255 SAFE_CLOSE(cleanup, fildes);
261 SAFE_CHMOD(cleanup, TEMP_FILE, FILE_MODE);
262 SAFE_CHMOD(cleanup, tmpd, 0711);
264 ltpuser = SAFE_GETPWNAM(cleanup, LTPUSER2);
274 SAFE_CHOWN(cleanup, TEMP_FILE, user_uid, group_gid);
289 * cleanup() - performs all ONE TIME cleanup for this test at
293 void cleanup(void)