Lines Matching refs:errno
45 * Log the errno and Issue a FAIL message.
53 * Print errno log and/or timing stats if options given
71 #include <errno.h>
113 tst_resm(TFAIL, "munmap() fails, errno=%d : %s",
177 tst_brkm(TBROK, cleanup, "open() on %s Failed, errno=%d : %s",
178 TEMPFILE, errno, strerror(errno));
189 tst_brkm(TBROK, cleanup, "write() on %s Failed, errno=%d : %s",
190 TEMPFILE, errno, strerror(errno));
209 tst_brkm(TBROK, cleanup, "mmap() Failed on %s, errno=%d : %s",
210 TEMPFILE, errno, strerror(errno));
244 tst_brkm(TFAIL, NULL, "close() on %s Failed, errno=%d : %s",
245 TEMPFILE, errno, strerror(errno));