Lines Matching refs:errno
35 #include <errno.h>
85 * for the file at the given size. If disk space is insufficient, errno
117 errno = ENOENT;
140 errno = ret;
156 length, strerror(errno));
164 "Wayland: Failed to map file: %s", strerror(errno));
1144 if (errno != EAGAIN)
1151 if (errno != EINTR && errno != EAGAIN)
1310 strerror(errno));
1345 if (errno == EINTR)
1350 strerror(errno));
3113 if (errno == EINTR)
3118 strerror(errno));