Lines Matching refs:errno
47 #include <errno.h>
310 tst_resm(TFAIL, "Test case %d, child %d, errno = %d",
311 test + 1, kid, errno);
318 tst_resm(TFAIL, "Test case %d, child %d, errno = %d",
319 test + 1, kid, errno);
325 if (errno == EINTR && parent_flag) {
334 tst_resm(TFAIL, "Test case %d, errno = %d", test + 1,
335 errno);
467 tst_resm(TFAIL, "Test case %d, errno = %d", test + 1,
468 errno);
481 tst_resm(TFAIL, "Test case %d, errno = %d",
482 test + 1, errno);
552 tst_resm(TFAIL, "Test case %d, errno = %d",
553 test + 1, errno);
566 tst_resm(TINFO, "Test case %d, errno = %d",
567 test + 1, errno);
588 if (errno != EINTR || alarm_flag != 1) {