Home | History | Annotate | Download | only in fcntl

Lines Matching full:cleanup

42 static void cleanup(void);
58 SAFE_PIPE(cleanup, pipe_fds);
63 tst_brkm(TFAIL | TTERRNO, cleanup,
71 tst_brkm(TFAIL | TTERRNO, cleanup,
77 tst_brkm(TFAIL | TTERRNO, cleanup,
89 SAFE_CLOSE(cleanup, pipe_fds[0]);
90 SAFE_CLOSE(cleanup, pipe_fds[1]);
93 cleanup();
104 tst_sig(NOFORK, DEF_HANDLER, cleanup);
109 static void cleanup(void)