Lines Matching refs:TBROK
86 tst_brkm(TBROK | TERRNO, NULL, "ptsname() call failed"); in test1()
90 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed"); in test1()
94 tst_brkm(TBROK | TERRNO, NULL, "stat(%s) failed", slavename); in test1()
97 tst_brkm(TBROK, NULL, "uid mismatch"); in test1()
103 tst_brkm(TBROK, NULL, "mode mismatch (mode=%o)", st.st_mode); in test1()
109 tst_brkm(TBROK, NULL, "open didn't fail as expected!"); in test1()
113 tst_brkm(TBROK | TERRNO, NULL, "unlockpt() failed"); in test1()
179 tst_brkm(TBROK | TERRNO, NULL, "close of slave"); in test1()
182 tst_brkm(TBROK | TERRNO, NULL, "close of master"); in test1()
204 tst_brkm(TBROK | TERRNO, NULL, "ptsname() call failed"); in test2()
208 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed"); in test2()
212 tst_brkm(TBROK | TERRNO, NULL, "unlockpt() call failed"); in test2()
222 tst_brkm(TBROK | TERRNO, NULL, "close()"); in test2()
244 tst_brkm(TBROK, NULL, "close"); in test2()
281 tst_brkm(TBROK, NULL, "ptsname() call failed"); in test4()
285 tst_brkm(TBROK, NULL, "grantpt() call failed"); in test4()
289 tst_brkm(TBROK | TERRNO, NULL, "unlockpt() call failed"); in test4()
310 tst_brkm(TBROK | TERRNO, NULL, "close slave"); in test4()
314 tst_brkm(TBROK, NULL, "close slave again"); in test4()
318 tst_brkm(TBROK, NULL, "close slave once more"); in test4()
322 tst_brkm(TBROK, NULL, "close master"); in test4()
342 tst_brkm(TBROK, NULL, "fork()"); in test5()