Lines Matching defs:cleanup
72 void cleanup(void);
89 void (*cleanup) (void);
175 tdat[testno].cleanup();
178 cleanup();
192 void cleanup(void)
203 tst_brkm(TBROK | TERRNO, cleanup, "open(/dev/null) failed");
218 s = SAFE_SOCKET(cleanup, tdat[testno].domain, tdat[testno].type,
222 tst_brkm(TBROK | TERRNO, cleanup, "connect failed");
231 tst_brkm(TBROK, cleanup,
259 tst_brkm(TBROK | TERRNO, cleanup, "server socket failed");
263 tst_brkm(TBROK | TERRNO, cleanup, "server bind failed");
267 tst_brkm(TBROK | TERRNO, cleanup, "server listen failed");
270 SAFE_GETSOCKNAME(cleanup, sfd, (struct sockaddr *)sin0, &slen);
276 tst_brkm(TBROK, cleanup, "server self_exec failed");
283 tst_brkm(TBROK | TERRNO, cleanup, "server fork failed");