Lines Matching refs:TFAIL
64 tst_res(TFAIL | TTERRNO, "msgrcv(MSG_EXCEPT) failed");
73 tst_res(TFAIL, "MSG_EXCEPT didn't get MSGTYPE1 message");
91 tst_res(TFAIL | TTERRNO, "msgrcv(MSG_NOERROR) failed");
100 tst_res(TFAIL, "MSG_NOERROR truncated message incorrectly");
129 tst_res(TFAIL | TTERRNO, "msgrcv(0, MSG_COPY) failed");
139 tst_res(TFAIL, "MSG_COPY got MSGTYPE1 data incorrectly");
144 tst_res(TFAIL | TTERRNO, "msgrcv(1, MSG_COPY) failed");
153 tst_res(TFAIL, "MSG_COPY got MSGTYPE2 data incorrectly");
159 tst_res(TFAIL, "Expected 2 msgs in queue got %d",
174 tst_res(TFAIL | TTERRNO, "msgrcv(zero_msgtyp) failed");
183 tst_res(TFAIL, "zero_msgtyp didn't get the first message");
196 tst_res(TFAIL | TTERRNO, "msgrcv(positive_msgtyp) failed");
206 tst_res(TFAIL,
221 tst_res(TFAIL | TTERRNO, "msgrcv(negative_msgtyp) failed");
231 tst_res(TFAIL,