Lines Matching refs:errno
16 #include <errno.h>45 errno = 0;51 if (errno != 0) {52 t_error("%s failed: errno = %d\n", __func__, errno);57 errno = 0;63 if (errno != 0) {64 t_error("%s failed: errno = %d\n", __func__, errno);81 errno = 0;87 if (errno != EFAULT) {88 t_error("%s failed: errno = %d\n", __func__, errno);