Home | History | Annotate | Download | only in fcntl

Lines Matching refs:TFAIL

76 			tst_resm(TFAIL | TERRNO, "fcntl(.., 1) failed");
79 tst_resm(TFAIL, "new fd has unexpected value: "
83 tst_resm(TFAIL | TERRNO, "fcntl(.., fd2[3]) failed");
86 tst_resm(TFAIL, "new fd has unexpected value, got %d, "
90 tst_resm(TFAIL | TERRNO, "fcntl(.., fd2[5]) failed");
93 tst_resm(TFAIL, "new fd has unexpected value: "
98 tst_resm(TFAIL, "unexpected flag 0x%x, expected 0x%x",
107 tst_resm(TFAIL, "unexpected flag 0x%x, expected 0x%x",
112 tst_resm(TFAIL | TERRNO, "fcntl(.., O_APPEND) failed");
116 tst_resm(TFAIL, "unexpected flag ox%x, expected 0x%x",
121 tst_resm(TFAIL, "fcntl(.., O_NDELAY|O_APPEND) failed");
125 tst_resm(TFAIL, "unexpected flag 0x%x, expected 0x%x",
131 tst_resm(TFAIL, "fcntl(.., 0) failed");
135 tst_resm(TFAIL, "unexpected flag 0x%x, expected 0x%x",
143 tst_resm(TFAIL | TERRNO,
146 tst_resm(TFAIL, "unexpected flags got 0x%x expected "
149 tst_resm(TFAIL, "fcntl(.., F_SETFD, ..) failed");
151 tst_resm(TFAIL | TERRNO,
154 tst_resm(TFAIL, "unexpected flags, got 0x%x, "
162 tst_resm(TFAIL | TERRNO,