errno             238 lib/lock.c             if (lockinfo->pid == 0 || !(kill (lockinfo->pid, 0) == -1 && errno == ESRCH))
errno              78 lib/mcconfig/common.c         mc_propagate_error (mcerror, 0, "%s", unix_error_string (errno));
errno              94 lib/mcconfig/common.c         mc_propagate_error (mcerror, 0, "%s", unix_error_string (errno));
errno             109 lib/strutil/strutil.c     errno = 0;                  /* FIXME: is it really needed? */
errno             360 lib/strutil/strutil.c         return (errno == EINVAL) ? ESTR_PROBLEM : ESTR_FAILURE;
errno             116 lib/strutil/xstrtol.c     errno = 0;
errno             127 lib/strutil/xstrtol.c     else if (errno != 0)
errno             129 lib/strutil/xstrtol.c         if (errno != ERANGE)
errno            2035 lib/tty/key.c          if (flag == -1 && errno == EINTR)
errno             208 lib/tty/tty.c          if (errno != EINTR)
errno             232 lib/tty/tty.c      while (n > 0 || (n == -1 && errno == EINTR));
errno             162 lib/utilunix.c         if (errno != EINTR)
errno             243 lib/utilunix.c     while (read_len < 0 && errno == EINTR);
errno             249 lib/utilunix.c         ps->error = errno;
errno             651 lib/utilunix.c     if (res < 0 && errno != EINTR)
errno             656 lib/utilunix.c                             unix_error_string (errno));
errno             746 lib/utilunix.c     while (res < 0 && errno == EINTR);
errno             750 lib/utilunix.c                           unix_error_string (errno));
errno            1106 lib/utilunix.c             errno = ENAMETOOLONG;
errno            1172 lib/utilunix.c                     errno = ENAMETOOLONG;
errno            1181 lib/utilunix.c                 errno = ELOOP;
errno            1190 lib/utilunix.c                 if (errno != EINVAL)
errno            1212 lib/utilunix.c                     errno = ENAMETOOLONG;
errno             580 lib/vfs/direntry.c             me->verrno = errno;
errno             605 lib/vfs/direntry.c             me->verrno = errno;
errno             629 lib/vfs/direntry.c             VFS_FILE_HANDLER_SUPER (fh)->me->verrno = errno;
errno            1384 lib/vfs/direntry.c             me->verrno = errno;
errno            1443 lib/vfs/direntry.c         me->verrno = errno;
errno            1473 lib/vfs/direntry.c                 me->verrno = errno;
errno            1677 lib/vfs/direntry.c         if (n == -1 && errno == EINTR)
errno             221 lib/vfs/interface.c             errno = vfs_ferrno (me);
errno             226 lib/vfs/interface.c         errno = ENOTSUP;
errno             250 lib/vfs/interface.c         errno = me->name != NULL ? vfs_ferrno (me) : ENOTSUP; \
errno             283 lib/vfs/interface.c                 errno = me->symlink != NULL ? vfs_ferrno (me) : ENOTSUP;
errno             309 lib/vfs/interface.c         errno = vfs->name != NULL ? vfs_ferrno (vfs) : ENOTSUP; \
errno             333 lib/vfs/interface.c         errno = EXDEV; \
errno             339 lib/vfs/interface.c         errno = me1->name != NULL ? vfs_ferrno (me1) : ENOTSUP; \
errno             403 lib/vfs/interface.c         errno = vfs_ferrno (vfs);
errno             423 lib/vfs/interface.c         errno = ENOTSUP;
errno             430 lib/vfs/interface.c         errno = path_element->class->opendir ? vfs_ferrno (path_element->class) : ENOTSUP;
errno             463 lib/vfs/interface.c         errno = EFAULT;
errno             490 lib/vfs/interface.c         errno = vfs->readdir ? vfs_ferrno (vfs) : ENOTSUP;
errno             548 lib/vfs/interface.c             errno = me->name ? vfs_ferrno (me) : ENOTSUP; \
errno             576 lib/vfs/interface.c             errno = vfs_ferrno (me);
errno             624 lib/vfs/interface.c         errno = 0;
errno             636 lib/vfs/interface.c         errno = EINVAL;
errno             642 lib/vfs/interface.c         errno = ENOTSUP;
errno             649 lib/vfs/interface.c         errno = vfs_ferrno (me);
errno             715 lib/vfs/interface.c         errno = vfs->lseek ? vfs_ferrno (vfs) : ENOTSUP;
errno             810 lib/vfs/interface.c                  unix_error_string (errno));
errno             821 lib/vfs/path.c         errno = 0;
errno             832 lib/vfs/path.c         errno = EINVAL;
errno             175 lib/vfs/vfs.c          errno = EINVAL;
errno             742 lib/vfs/vfs.c          errno = ENOTSUP;
errno             747 lib/vfs/vfs.c          errno = EBADF;
errno             754 lib/vfs/vfs.c          errno = ENOTSUP;
errno             759 lib/vfs/vfs.c          errno = EBADF;
errno             767 lib/vfs/vfs.c      errno = ENOTSUP;
errno             598 lib/widget/dialog.c     if (chmod (profile, S_IRUSR | S_IWUSR) != -1 || errno == ENOENT)
errno             542 src/background.c         int saved_errno = errno;
errno             548 src/background.c         errno = saved_errno;
errno             574 src/background.c             while (dup2 (nullfd, STDIN_FILENO) == -1 && errno == EINTR)
errno             576 src/background.c             while (dup2 (nullfd, STDOUT_FILENO) == -1 && errno == EINTR)
errno             578 src/background.c             while (dup2 (nullfd, STDERR_FILENO) == -1 && errno == EINTR)
errno             184 src/diffviewer/ydiff.c                  _("Cannot create temporary diff file\n%s"), unix_error_string (errno));
errno             674 src/diffviewer/ydiff.c     errno = 0;
errno             676 src/diffviewer/ydiff.c     if (errno != 0 || p == q)
errno            2142 src/diffviewer/ydiff.c                          dview->file[n_merge], "~~~", unix_error_string (errno));
errno            2151 src/diffviewer/ydiff.c                      unix_error_string (errno));
errno            3515 src/diffviewer/ydiff.c                          path_trunc (p0, 30), unix_error_string (errno));
errno            3532 src/diffviewer/ydiff.c                          path_trunc (p1, 30), unix_error_string (errno));
errno            1229 src/editor/editwidget.c         made_directory = (mkdir (dir, 0700) != -1 || errno == EEXIST);
errno            1233 src/editor/editwidget.c         made_directory = (mkdir (dir, 0700) != -1 || errno == EEXIST);
errno            1237 src/editor/editwidget.c         made_directory = (mkdir (dir, 0700) != -1 || errno == EEXIST);
errno             685 src/editor/syntax.c                 if (errno == EINTR)
errno            1544 src/editor/syntax.c                  _("Cannot open file %s\n%s"), f, unix_error_string (errno));
errno             842 src/filemanager/achown.c         int my_errno = errno;
errno             879 src/filemanager/achown.c         int my_errno = errno;
errno            1049 src/filemanager/achown.c                                  fname->str, unix_error_string (errno));
errno            1053 src/filemanager/achown.c                                  unix_error_string (errno));
errno             307 src/filemanager/cd.c              unix_error_string (errno));
errno            1097 src/filemanager/chattr.c         int my_errno = errno;
errno            1225 src/filemanager/chattr.c                      unix_error_string (errno));
errno            1250 src/filemanager/chattr.c                                  unix_error_string (errno));
errno             420 src/filemanager/chmod.c         int my_errno = errno;
errno             572 src/filemanager/chmod.c                                  unix_error_string (errno));
errno             292 src/filemanager/chown.c         int my_errno = errno;
errno             465 src/filemanager/chown.c                                      fname->str, unix_error_string (errno));
errno             191 src/filemanager/cmd.c                 while ((n1 = read (file1, buf1, sizeof (buf1))) == -1 && errno == EINTR)
errno             193 src/filemanager/cmd.c                 while ((n2 = read (file2, buf2, sizeof (buf2))) == -1 && errno == EINTR)
errno             323 src/filemanager/cmd.c             message (D_ERROR, MSG_ERROR, _("link: %s"), unix_error_string (errno));
errno             362 src/filemanager/cmd.c             message (D_ERROR, MSG_ERROR, _("symlink: %s"), unix_error_string (errno));
errno             796 src/filemanager/cmd.c             message (D_ERROR, MSG_ERROR, "%s", unix_error_string (errno));
errno            1135 src/filemanager/cmd.c                              unix_error_string (errno));
errno            1143 src/filemanager/cmd.c                                  unix_error_string (errno));
errno             473 src/filemanager/ext.c                  _("Cannot create temporary command file\n%s"), unix_error_string (errno));
errno             463 src/filemanager/file.c             errno = 0;
errno            1122 src/filemanager/file.c     g_snprintf (buf, sizeof (buf), format, nfile1, nfile2, unix_error_string (errno));
errno            1308 src/filemanager/file.c         errno = EXDEV;          /* Hack to copy (append) the file and then delete it */
errno            1310 src/filemanager/file.c     if (errno != EXDEV)
errno            1686 src/filemanager/file.c     if (errno != EXDEV)
errno            1816 src/filemanager/file.c                      path_trunc (source, 30), unix_error_string (errno));
errno            2348 src/filemanager/file.c         if (attrs_ignore_error (errno))
errno            2421 src/filemanager/file.c                     if (attrs_ignore_error (errno))
errno            2499 src/filemanager/file.c                 if (attrs_ignore_error (errno))
errno            2578 src/filemanager/file.c         if (errno != EEXIST)
errno            2730 src/filemanager/file.c                     write_errno_nospace = (n_written < 0 && errno == ENOSPC);
errno            2921 src/filemanager/file.c             if (attrs_ignore_error (errno))
errno            3005 src/filemanager/file.c         if (attrs_ignore_error (errno))
errno            3715 src/filemanager/file.c     g_snprintf (buf, sizeof (buf), format, path_trunc (file, 30), unix_error_string (errno));
errno             116 src/filemanager/filegui.c         errno = (device == B_ENTRY_NOT_FOUND ? ENOENT
errno              71 src/filemanager/filenot.c     if (errno != ENOENT)
errno              80 src/filemanager/filenot.c         errno = ENOTDIR;
errno             567 src/filemanager/mountlist.c         errno = 0;
errno             571 src/filemanager/mountlist.c             && !(dev == ULONG_MAX && errno == ERANGE) && dev == (dev_t) dev)
errno             704 src/filemanager/mountlist.c                 int saved_errno = errno;
errno             707 src/filemanager/mountlist.c                 errno = saved_errno;
errno             984 src/filemanager/mountlist.c             int saved_errno = errno;
errno             987 src/filemanager/mountlist.c             errno = saved_errno;
errno            1005 src/filemanager/mountlist.c         errno = 0;
errno            1008 src/filemanager/mountlist.c             ret = errno;
errno            1026 src/filemanager/mountlist.c             ret = fclose (fp) == EOF ? errno : 0 < ret ? 0 : -1;
errno            1032 src/filemanager/mountlist.c             errno = ret;
errno            1064 src/filemanager/mountlist.c                 if (errno != EINTR)
errno            1066 src/filemanager/mountlist.c                     int saved_errno = errno;
errno            1068 src/filemanager/mountlist.c                     errno = saved_errno;
errno            1072 src/filemanager/mountlist.c         else if (errno != ENOENT)
errno            1076 src/filemanager/mountlist.c         errno = 0;
errno            1079 src/filemanager/mountlist.c             ret = errno;
errno            1097 src/filemanager/mountlist.c             ret = fclose (fp) == EOF ? errno : 0 < ret ? 0 : -1;
errno            1102 src/filemanager/mountlist.c             ret = errno;
errno            1106 src/filemanager/mountlist.c             errno = ret;
errno            1131 src/filemanager/mountlist.c             int saved_errno = errno;
errno            1134 src/filemanager/mountlist.c             errno = saved_errno;
errno            1220 src/filemanager/mountlist.c         int saved_errno = errno;
errno            1224 src/filemanager/mountlist.c         errno = saved_errno;
errno             767 src/filemanager/tree.c                      unix_error_string (errno));
errno             339 src/filemanager/treestore.c         return errno;
errno             370 src/filemanager/treestore.c                          name, unix_error_string (errno));
errno            1106 src/help.c                      event_data->filename ? event_data->filename : hlpfile, unix_error_string (errno));
errno             245 src/subshell/common.c             if (errno == EINTR)
errno             293 src/subshell/common.c         fprintf (stderr, "Cannot set pty terminal modes: %s\r\n", unix_error_string (errno));
errno             555 src/subshell/common.c             if (errno == EINTR)
errno             581 src/subshell/common.c             if (errno == EINTR)
errno             613 src/subshell/common.c             if (errno == EINTR)
errno             788 src/subshell/common.c             if (errno == EINTR)
errno             797 src/subshell/common.c                      unix_error_string (errno));
errno             812 src/subshell/common.c             if (bytes == -1 && errno == EIO && !subshell_alive)
errno             822 src/subshell/common.c                 fprintf (stderr, "read (subshell_pty...): %s\r\n", unix_error_string (errno));
errno             842 src/subshell/common.c                          unix_error_string (errno));
errno             869 src/subshell/common.c                          "read (STDIN_FILENO, pty_buffer...): %s\r\n", unix_error_string (errno));
errno             974 src/subshell/common.c         fprintf (stderr, "open (%s, O_RDWR): %s\r\n", pty_name, unix_error_string (errno));
errno             983 src/subshell/common.c                      pty_slave, unix_error_string (errno));
errno             993 src/subshell/common.c                      pty_slave, unix_error_string (errno));
errno            1003 src/subshell/common.c                      pty_slave, unix_error_string (errno));
errno            1037 src/subshell/common.c                 if (errno == ENOENT)    /* Different from EIO */
errno            1304 src/subshell/common.c             fprintf (stderr, "read (subshell_pipe[READ]...): %s\r\n", unix_error_string (errno));
errno            1351 src/subshell/common.c                      unix_error_string (errno));
errno            1359 src/subshell/common.c             fprintf (stderr, "Cannot open master side of pty: %s\r\n", unix_error_string (errno));
errno            1367 src/subshell/common.c                      pty_name, unix_error_string (errno));
errno            1381 src/subshell/common.c                 fprintf (stderr, "mkfifo(%s) failed: %s\r\n", tcsh_fifo, unix_error_string (errno));
errno            1424 src/subshell/common.c         fprintf (stderr, "Cannot spawn the subshell process: %s\r\n", unix_error_string (errno));
errno            1572 src/subshell/common.c             if (errno == EINTR)
errno            1580 src/subshell/common.c             fprintf (stderr, "select (FD_SETSIZE, &tmp...): %s\r\n", unix_error_string (errno));
errno            1616 src/subshell/common.c             if (errno == EINTR)
errno            1624 src/subshell/common.c             fprintf (stderr, "select (FD_SETSIZE, &tmp...): %s\r\n", unix_error_string (errno));
errno            1675 src/subshell/common.c                          tcsh_fifo, unix_error_string (errno));
errno            1838 src/subshell/common.c         fprintf (stderr, "Cannot get terminal settings: %s\r\n", unix_error_string (errno));
errno             476 src/usermenu.c                  unix_error_string (errno));
errno            1017 src/usermenu.c                      unix_error_string (errno));
errno            1047 src/usermenu.c         message (D_ERROR, MSG_ERROR, _("Cannot open file %s\n%s"), menu, unix_error_string (errno));
errno             859 src/vfs/cpio/cpio.c         ERRNOR (errno, -1);
errno             535 src/vfs/extfs/extfs.c             mc_propagate_error (error, 0, "%s", unix_error_string (errno));
errno             515 src/vfs/ftpfs/ftpfs.c         if (errno == EPIPE)
errno             922 src/vfs/ftpfs/ftpfs.c             vfs_print_message (_("ftpfs: %s"), unix_error_string (errno));
errno             925 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
errno             935 src/vfs/ftpfs/ftpfs.c         me->verrno = errno;
errno             938 src/vfs/ftpfs/ftpfs.c         if (errno == EINTR && tty_got_interrupt ())
errno             942 src/vfs/ftpfs/ftpfs.c                                unix_error_string (errno));
errno            1247 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
errno            1315 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
errno            1336 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
errno            1368 src/vfs/ftpfs/ftpfs.c         me->verrno = errno;
errno            1424 src/vfs/ftpfs/ftpfs.c             ERRNOR (errno, -1);
errno            1504 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
errno            1533 src/vfs/ftpfs/ftpfs.c         vfs_print_message (_("ftpfs: abort error: %s"), unix_error_string (errno));
errno            1944 src/vfs/ftpfs/ftpfs.c         me->verrno = errno;
errno            1971 src/vfs/ftpfs/ftpfs.c             if (errno != EINTR)
errno            1973 src/vfs/ftpfs/ftpfs.c                 me->verrno = errno;
errno            1992 src/vfs/ftpfs/ftpfs.c                 if (errno == EINTR && !tty_got_interrupt ())
errno            1995 src/vfs/ftpfs/ftpfs.c                 me->verrno = errno;
errno            2059 src/vfs/ftpfs/ftpfs.c         if ((errno == EINTR) && !tty_got_interrupt ())
errno            2076 src/vfs/ftpfs/ftpfs.c     ERRNOR (errno, n);
errno            2108 src/vfs/ftpfs/ftpfs.c             return (((v < 0) && (errno == EINTR)) || v == 0) ? 1 : 0;
errno             103 src/vfs/local/local.c         if (readdir (dir) == NULL && errno == EINTR)
errno             274 src/vfs/local/local.c         if (errno == EAGAIN)
errno             278 src/vfs/local/local.c         if (errno == EINTR)
errno             404 src/vfs/local/local.c         if (errno == EAGAIN)
errno             408 src/vfs/local/local.c         if (errno == EINTR)
errno             438 src/vfs/local/local.c     return errno;
errno             247 src/vfs/sftpfs/config_parser.c             e = errno;
errno             219 src/vfs/sftpfs/connection.c             vfs_print_message (_("sftp: %s"), unix_error_string (errno));
errno             229 src/vfs/sftpfs/connection.c         save_errno = errno;
errno             106 src/vfs/sftpfs/internal.c         int my_errno = errno;
errno             640 src/vfs/sftpfs/sftpfs.c     return errno;
errno            1055 src/vfs/shell/shell.c             if ((errno == EINTR) && tty_got_interrupt ())
errno            1069 src/vfs/shell/shell.c                 me->verrno = errno;
errno            1125 src/vfs/shell/shell.c     errno = 0;
errno            1131 src/vfs/shell/shell.c     if (errno != 0)
errno            1180 src/vfs/shell/shell.c         if ((errno == EINTR) && !tty_got_interrupt ())
errno            1192 src/vfs/shell/shell.c     ERRNOR (errno, n);
errno            1232 src/vfs/shell/shell.c             return (((v < 0) && (errno == EINTR)) || v == 0) ? 1 : 0;
errno            1255 src/vfs/tar/tar.c         ERRNOR (errno, -1);
errno             233 src/viewer/growbuf.c             while (nread == -1 && errno == EINTR);
errno             417 src/viewer/hex.c                            "Data may have been written or not"), unix_error_string (errno));
errno             424 src/viewer/hex.c         text = g_strdup_printf (_("Cannot save file:\n%s"), unix_error_string (errno));
errno             342 src/viewer/mcviewer.c                         file, unix_error_string (errno));
errno             357 src/viewer/mcviewer.c                         file, unix_error_string (errno));
errno             407 src/viewer/mcviewer.c                                     file, unix_error_string (errno));