Home | History | Annotate | Download | only in fchdir

Lines Matching refs:cleanup

40  *	call cleanup
66 void cleanup(void);
93 tst_brkm(TBROK, cleanup, "getcwd failed");
100 tst_brkm(TBROK, cleanup, "mkdir failed");
103 tst_brkm(TBROK, cleanup, "open of directory failed");
108 tst_brkm(TFAIL | TTERRNO, cleanup,
136 cleanup();
146 tst_brkm(TBROK, cleanup, "getcwd failed");
150 tst_brkm(TBROK, cleanup, "basename failed");
161 tst_sig(NOFORK, DEF_HANDLER, cleanup);
168 void cleanup(void)