Lines Matching refs:errno
23 * Verify that, mknod() fails with -1 and sets errno to EINVAL if the mode is
27 * mknod() should fail with return value -1 and sets expected errno.
40 * if errno set == expected errno
41 * Issue sys call fails with expected return value and errno.
43 * Issue sys call fails with unexpected errno.
48 * Print errno log and/or timing stats if options given
54 * -e : Turn on errno logging.
69 #include <errno.h>
99 * sets appropriate errno.
106 "expected -1, errno=%d", TEST_RETURN,
111 "error EINVAL errno:%d", TEST_ERRNO);
114 "errno=%d, expected errno=%d",