Home | History | Annotate | Download | only in rmdir

Lines Matching refs:TEST_ERRNO

84 			if (TEST_ERRNO & (EBUSY | ENOTEMPTY)) {
94 TEST_ERRNO,
95 strerror(TEST_ERRNO));
100 TEST_ERRNO,
101 strerror(TEST_ERRNO), EBUSY);
128 if (TEST_ERRNO == EFAULT) {
131 TEST_ERRNO,
132 strerror(TEST_ERRNO));
136 TEST_ERRNO,
137 strerror(TEST_ERRNO), EFAULT);
155 if (TEST_ERRNO == EFAULT) {
158 TEST_ERRNO,
159 strerror(TEST_ERRNO));
163 TEST_ERRNO,
164 strerror(TEST_ERRNO), EFAULT);
188 dir_name, TEST_ERRNO, strerror(TEST_ERRNO));