Lines Matching refs:tfail
66 bool tfail; /* send() call is expected to fail */ member
97 .tfail = true,
116 .tfail = true,
157 .tfail = true,
188 .tfail = true,
213 .tfail = true,
232 .tfail = true
273 .tfail = true,
311 .tfail = true,
439 test->tfail ? "(fail)" : ""); in run_one()
454 if (sent && test->tfail) in run_one()
456 if (!sent && !test->tfail) in run_one()