Lines Matching refs:tfail
67 bool tfail; /* send() call is expected to fail */ member
90 .tfail = true,
98 .tfail = true,
140 .tfail = true,
146 .tfail = true,
172 .tfail = true,
197 .tfail = true,
205 .tfail = true,
247 .tfail = true,
253 .tfail = true,
279 .tfail = true,
522 test->tfail ? "(fail)" : ""); in run_one()
531 if (sent && test->tfail) in run_one()
533 if (!sent && !test->tfail) in run_one()