Lines Matching refs:errno
41 * Log the errno and Issue a FAIL message.
49 * Print errno log and/or timing stats if options given
55 * -e : Turn on errno logging.
74 #include <errno.h>
111 tst_resm(TFAIL, "symlink(%s, %s) Failed, errno=%d : %s",
122 errno);
171 "open(%s, O_RDWR|O_CREAT, %#o) Failed, errno=%d : %s",
172 TESTFILE, FILE_MODE, errno, strerror(errno));
177 tst_resm(TBROK, "close(%s) Failed, errno=%d : %s",
178 TESTFILE, errno, strerror(errno));