Home | History | Annotate | Download | only in pwrite

Lines Matching full:cleanup

51 static void cleanup(void);
86 cleanup();
114 tst_sig(NOFORK, DEF_HANDLER, cleanup);
119 tst_brkm(TBROK, cleanup, "signal() failed");
149 SAFE_PIPE(cleanup, pipe_fds);
155 SAFE_CLOSE(cleanup, pipe_fds[0]);
156 SAFE_CLOSE(cleanup, pipe_fds[1]);
163 fd = SAFE_OPEN(cleanup, TEMPFILE, O_RDWR | O_CREAT, 0666);
170 SAFE_CLOSE(cleanup, fd);
186 fd = SAFE_OPEN(cleanup, TEMPFILE, O_RDONLY | O_CREAT, 0666);
192 SAFE_CLOSE(cleanup, fd);
201 fd = SAFE_OPEN(cleanup, TEMPFILE, O_RDWR | O_CREAT, 0666);
207 SAFE_CLOSE(cleanup, fd);
211 static void cleanup(void)