Lines Matching refs:errno
38 #include <errno.h>
84 if (errno == EFAULT) {
85 tst_resm(TPASS, "Test F_GETLK: for errno EFAULT PASSED");
87 tst_resm(TFAIL, "Test F_GETLK: for errno EFAULT FAILED");
107 if (errno == EFAULT) {
108 tst_resm(TPASS, "Test F_GETLK: for errno EFAULT PASSED");
110 tst_resm(TFAIL, "Test F_GETLK: for errno EFAULT FAILED");
132 "errno: %d", errno);
138 if (errno == EINVAL) {
139 tst_resm(TPASS, "Test for errno EINVAL PASSED");
141 tst_resm(TFAIL, "Test for errno EINVAL FAILED, "
142 "got: %d", errno);
195 * print errno log if that option was specified