Lines Matching refs:errno
14 #include <errno.h>
634 if (errno==EINTR) continue;
650 if (!DL_NOMMU_SUPPORT || q != MAP_FAILED || errno != EINVAL)
663 if (r < 0 && errno != EINTR) return MAP_FAILED;
818 errno = EBUSY;
872 && errno != ENOSYS)
883 errno = ENOEXEC;
900 switch (errno) {
946 if (l == -1) switch (errno) {
1088 errno = EINVAL;
1178 } else if (errno != ENOENT) {
1815 * so that loads of the thread pointer and &errno can be pure/const and
1956 dprintf(2, "%s: cannot load %s: %s\n", ldname, argv[0], strerror(errno));
2130 errno = 0;