Home | History | Annotate | Download | only in dup2

Lines Matching full:cleanup

55 void cleanup(void);
85 tst_brkm(TBROK, cleanup, "cannot create first file");
87 tst_brkm(TBROK, cleanup, "filename0: write(2) failed");
90 tst_brkm(TBROK, cleanup, "Cannot create second file");
92 tst_brkm(TBROK, cleanup, "filename1: write(2) failed");
94 SAFE_CLOSE(cleanup, fd0);
96 tst_brkm(TBROK, cleanup, "open(2) on filename0 failed");
98 SAFE_CLOSE(cleanup, fd1);
100 tst_brkm(TBROK, cleanup, "open(2) on filename1 failed");
114 tst_brkm(TBROK, cleanup, "read(2) failed");
136 tst_brkm(TBROK, cleanup, "Cannot create first file");
139 tst_brkm(TBROK, cleanup, "setting close on exec flag "
144 tst_brkm(TBROK, cleanup, "Cannot create second file");
149 SAFE_CLOSE(cleanup, rval);
184 cleanup();
194 tst_sig(NOFORK, DEF_HANDLER, cleanup);
202 * cleanup() - performs all ONE TIME cleanup for this test at
205 void cleanup(void)