Lines Matching refs:grantpt
59 * mode we expect grantpt() to leave pty as
86 if (grantpt(masterfd) != 0) {
87 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed");
97 /* grantpt() is a no-op in bionic. */
204 if (grantpt(masterfd) != 0) {
205 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed");
281 if (grantpt(masterfd) != 0) {
282 tst_brkm(TBROK, NULL, "grantpt() call failed");
348 if (grantpt(masterfd) != 0) {
349 printf("proc %d: grantpt() call failed: %s",