errno 238 lib/lock.c if (lockinfo->pid == 0 || !(kill (lockinfo->pid, 0) == -1 && errno == ESRCH)) errno 76 lib/mcconfig/common.c mc_propagate_error (mcerror, 0, "%s", unix_error_string (errno)); errno 92 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 367 lib/strutil/strutil.c return (errno == EINVAL) ? ESTR_PROBLEM : ESTR_FAILURE; errno 99 lib/strutil/xstrtol.c errno = 0; errno 111 lib/strutil/xstrtol.c else if (errno != 0) errno 113 lib/strutil/xstrtol.c if (errno != ERANGE) errno 2042 lib/tty/key.c if (flag == -1 && errno == EINTR) errno 202 lib/tty/tty.c if (errno != EINTR) errno 226 lib/tty/tty.c while (n > 0 || (n == -1 && errno == EINTR)); errno 162 lib/utilunix.c if (errno != EINTR) errno 249 lib/utilunix.c while (read_len < 0 && errno == EINTR); errno 255 lib/utilunix.c ps->error = errno; errno 601 lib/utilunix.c if (res < 0 && errno != EINTR) errno 606 lib/utilunix.c unix_error_string (errno)); errno 689 lib/utilunix.c while (res < 0 && errno == EINTR); errno 693 lib/utilunix.c unix_error_string (errno)); errno 1048 lib/utilunix.c errno = ENAMETOOLONG; errno 1114 lib/utilunix.c errno = ENAMETOOLONG; errno 1123 lib/utilunix.c errno = ELOOP; errno 1132 lib/utilunix.c if (errno != EINVAL) errno 1154 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 1394 lib/vfs/direntry.c path_element->class->verrno = errno; errno 1453 lib/vfs/direntry.c me->verrno = errno; errno 1483 lib/vfs/direntry.c me->verrno = errno; errno 1684 lib/vfs/direntry.c if (n == -1 && errno == EINTR) errno 218 lib/vfs/interface.c errno = vfs_ferrno (path_element->class); errno 223 lib/vfs/interface.c errno = ENOTSUP; errno 247 lib/vfs/interface.c errno = path_element->class->name != NULL ? vfs_ferrno (path_element->class) : ENOTSUP; \ errno 281 lib/vfs/interface.c errno = errno 309 lib/vfs/interface.c errno = vfs->name != NULL ? vfs_ferrno (vfs) : ENOTSUP; \ errno 338 lib/vfs/interface.c errno = EXDEV; \ errno 345 lib/vfs/interface.c errno = path_element1->class->name != NULL ? vfs_ferrno (path_element1->class) : ENOTSUP; \ errno 411 lib/vfs/interface.c errno = vfs_ferrno (vfs); errno 431 lib/vfs/interface.c errno = ENOTSUP; errno 438 lib/vfs/interface.c errno = path_element->class->opendir ? vfs_ferrno (path_element->class) : ENOTSUP; errno 471 lib/vfs/interface.c errno = EFAULT; errno 498 lib/vfs/interface.c errno = vfs->readdir ? vfs_ferrno (vfs) : ENOTSUP; errno 554 lib/vfs/interface.c errno = path_element->class->name ? vfs_ferrno (path_element->class) : ENOTSUP; errno 576 lib/vfs/interface.c errno = path_element->class->name ? vfs_ferrno (path_element->class) : ENOTSUP; errno 600 lib/vfs/interface.c errno = vfs->fstat ? vfs_ferrno (vfs) : ENOTSUP; errno 622 lib/vfs/interface.c errno = vfs_ferrno (path_element->class); errno 669 lib/vfs/interface.c errno = 0; errno 681 lib/vfs/interface.c errno = EINVAL; errno 687 lib/vfs/interface.c errno = ENOTSUP; errno 694 lib/vfs/interface.c errno = vfs_ferrno (path_element->class); errno 761 lib/vfs/interface.c errno = vfs->lseek ? vfs_ferrno (vfs) : ENOTSUP; errno 853 lib/vfs/interface.c if (errno == EEXIST && lstat (buffer, &st) == 0) errno 867 lib/vfs/interface.c buffer, unix_error_string (errno)); errno 836 lib/vfs/path.c errno = 0; errno 847 lib/vfs/path.c errno = EINVAL; errno 173 lib/vfs/vfs.c errno = EINVAL; errno 750 lib/vfs/vfs.c errno = ENOTSUP; errno 755 lib/vfs/vfs.c errno = EBADF; errno 762 lib/vfs/vfs.c errno = ENOTSUP; errno 767 lib/vfs/vfs.c errno = EBADF; errno 775 lib/vfs/vfs.c errno = ENOTSUP; errno 627 lib/widget/dialog.c if (chmod (profile, S_IRUSR | S_IWUSR) != -1 || errno == ENOENT) errno 538 src/background.c int saved_errno = errno; errno 544 src/background.c errno = saved_errno; errno 567 src/background.c while (dup2 (nullfd, STDIN_FILENO) == -1 && errno == EINTR) errno 569 src/background.c while (dup2 (nullfd, STDOUT_FILENO) == -1 && errno == EINTR) errno 571 src/background.c while (dup2 (nullfd, STDERR_FILENO) == -1 && errno == EINTR) errno 178 src/diffviewer/ydiff.c _("Cannot create temporary diff file\n%s"), unix_error_string (errno)); errno 668 src/diffviewer/ydiff.c errno = 0; errno 670 src/diffviewer/ydiff.c if (errno != 0 || p == q) errno 2211 src/diffviewer/ydiff.c dview->file[n_merge], "~~~", unix_error_string (errno)); errno 2220 src/diffviewer/ydiff.c unix_error_string (errno)); errno 3585 src/diffviewer/ydiff.c path_trunc (p0, 30), unix_error_string (errno)); errno 3602 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 671 src/editor/syntax.c if (errno == EINTR) errno 1535 src/editor/syntax.c _("Cannot open file %s\n%s"), f, unix_error_string (errno)); errno 854 src/filemanager/achown.c int my_errno = errno; errno 889 src/filemanager/achown.c int my_errno = errno; errno 1054 src/filemanager/achown.c fname->str, unix_error_string (errno)); errno 1060 src/filemanager/achown.c unix_error_string (errno)); errno 288 src/filemanager/cd.c unix_error_string (errno)); errno 1111 src/filemanager/chattr.c int my_errno = errno; errno 1249 src/filemanager/chattr.c unix_error_string (errno)); errno 1274 src/filemanager/chattr.c unix_error_string (errno)); errno 429 src/filemanager/chmod.c int my_errno = errno; errno 582 src/filemanager/chmod.c unix_error_string (errno)); errno 302 src/filemanager/chown.c int my_errno = errno; errno 476 src/filemanager/chown.c fname->str, unix_error_string (errno)); errno 213 src/filemanager/cmd.c while ((n1 = read (file1, buf1, sizeof (buf1))) == -1 && errno == EINTR) errno 215 src/filemanager/cmd.c while ((n2 = read (file2, buf2, sizeof (buf2))) == -1 && errno == EINTR) errno 332 src/filemanager/cmd.c message (D_ERROR, MSG_ERROR, _("link: %s"), unix_error_string (errno)); errno 371 src/filemanager/cmd.c message (D_ERROR, MSG_ERROR, _("symlink: %s"), unix_error_string (errno)); errno 774 src/filemanager/cmd.c message (D_ERROR, MSG_ERROR, "%s", unix_error_string (errno)); errno 1109 src/filemanager/cmd.c unix_error_string (errno)); errno 1117 src/filemanager/cmd.c unix_error_string (errno)); errno 462 src/filemanager/ext.c _("Cannot create temporary command file\n%s"), unix_error_string (errno)); errno 466 src/filemanager/file.c errno = 0; errno 1109 src/filemanager/file.c g_snprintf (buf, sizeof (buf), format, nfile1, nfile2, unix_error_string (errno)); errno 1296 src/filemanager/file.c errno = EXDEV; /* Hack to copy (append) the file and then delete it */ errno 1298 src/filemanager/file.c if (errno != EXDEV) errno 1667 src/filemanager/file.c if (errno != EXDEV) errno 1785 src/filemanager/file.c path_trunc (source, 30), unix_error_string (errno)); errno 2452 src/filemanager/file.c if (errno != EEXIST) errno 2603 src/filemanager/file.c write_errno_nospace = (n_written < 0 && errno == ENOSPC); errno 3490 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 82 src/filemanager/filenot.c if (errno != ENOENT) errno 91 src/filemanager/filenot.c errno = ENOTDIR; errno 564 src/filemanager/mountlist.c errno = 0; errno 568 src/filemanager/mountlist.c && !(dev == ULONG_MAX && errno == ERANGE) && dev == (dev_t) dev) errno 701 src/filemanager/mountlist.c int saved_errno = errno; errno 704 src/filemanager/mountlist.c errno = saved_errno; errno 981 src/filemanager/mountlist.c int saved_errno = errno; errno 984 src/filemanager/mountlist.c errno = saved_errno; errno 1002 src/filemanager/mountlist.c errno = 0; errno 1005 src/filemanager/mountlist.c ret = errno; errno 1023 src/filemanager/mountlist.c ret = fclose (fp) == EOF ? errno : 0 < ret ? 0 : -1; errno 1029 src/filemanager/mountlist.c errno = ret; errno 1061 src/filemanager/mountlist.c if (errno != EINTR) errno 1063 src/filemanager/mountlist.c int saved_errno = errno; errno 1065 src/filemanager/mountlist.c errno = saved_errno; errno 1069 src/filemanager/mountlist.c else if (errno != ENOENT) errno 1073 src/filemanager/mountlist.c errno = 0; errno 1076 src/filemanager/mountlist.c ret = errno; errno 1094 src/filemanager/mountlist.c ret = fclose (fp) == EOF ? errno : 0 < ret ? 0 : -1; errno 1099 src/filemanager/mountlist.c ret = errno; errno 1103 src/filemanager/mountlist.c errno = ret; errno 1128 src/filemanager/mountlist.c int saved_errno = errno; errno 1131 src/filemanager/mountlist.c errno = saved_errno; errno 1217 src/filemanager/mountlist.c int saved_errno = errno; errno 1221 src/filemanager/mountlist.c errno = saved_errno; errno 3743 src/filemanager/panel.c cwd, unix_error_string (errno)); errno 597 src/filemanager/tree.c vfs_path_as_str (tree->selected_ptr->name), unix_error_string (errno)); errno 770 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 1098 src/help.c event_data->filename ? event_data->filename : hlpfile, unix_error_string (errno)); errno 240 src/subshell/common.c if (errno == EINTR) errno 288 src/subshell/common.c fprintf (stderr, "Cannot set pty terminal modes: %s\r\n", unix_error_string (errno)); errno 546 src/subshell/common.c if (errno == EINTR) errno 572 src/subshell/common.c if (errno == EINTR) errno 604 src/subshell/common.c if (errno == EINTR) errno 778 src/subshell/common.c if (errno == EINTR) errno 787 src/subshell/common.c unix_error_string (errno)); errno 802 src/subshell/common.c if (bytes == -1 && errno == EIO && !subshell_alive) errno 812 src/subshell/common.c fprintf (stderr, "read (subshell_pty...): %s\r\n", unix_error_string (errno)); errno 832 src/subshell/common.c unix_error_string (errno)); errno 859 src/subshell/common.c "read (STDIN_FILENO, pty_buffer...): %s\r\n", unix_error_string (errno)); errno 961 src/subshell/common.c fprintf (stderr, "open (%s, O_RDWR): %s\r\n", pty_name, unix_error_string (errno)); errno 970 src/subshell/common.c pty_slave, unix_error_string (errno)); errno 980 src/subshell/common.c pty_slave, unix_error_string (errno)); errno 990 src/subshell/common.c pty_slave, unix_error_string (errno)); errno 1024 src/subshell/common.c if (errno == ENOENT) /* Different from EIO */ errno 1287 src/subshell/common.c fprintf (stderr, "read (subshell_pipe[READ]...): %s\r\n", unix_error_string (errno)); errno 1334 src/subshell/common.c unix_error_string (errno)); errno 1342 src/subshell/common.c fprintf (stderr, "Cannot open master side of pty: %s\r\n", unix_error_string (errno)); errno 1350 src/subshell/common.c pty_name, unix_error_string (errno)); errno 1364 src/subshell/common.c fprintf (stderr, "mkfifo(%s) failed: %s\r\n", tcsh_fifo, unix_error_string (errno)); errno 1407 src/subshell/common.c fprintf (stderr, "Cannot spawn the subshell process: %s\r\n", unix_error_string (errno)); errno 1553 src/subshell/common.c if (errno == EINTR) errno 1561 src/subshell/common.c fprintf (stderr, "select (FD_SETSIZE, &tmp...): %s\r\n", unix_error_string (errno)); errno 1598 src/subshell/common.c if (errno == EINTR) errno 1606 src/subshell/common.c fprintf (stderr, "select (FD_SETSIZE, &tmp...): %s\r\n", unix_error_string (errno)); errno 1662 src/subshell/common.c tcsh_fifo, unix_error_string (errno)); errno 1812 src/subshell/common.c fprintf (stderr, "Cannot get terminal settings: %s\r\n", unix_error_string (errno)); errno 449 src/usermenu.c unix_error_string (errno)); errno 976 src/usermenu.c unix_error_string (errno)); errno 1015 src/usermenu.c message (D_ERROR, MSG_ERROR, _("Cannot open file %s\n%s"), menu, unix_error_string (errno)); errno 867 src/vfs/cpio/cpio.c ERRNOR (errno, -1); errno 1039 src/vfs/fish/fish.c if ((errno == EINTR) && tty_got_interrupt ()) errno 1053 src/vfs/fish/fish.c me->verrno = errno; errno 1109 src/vfs/fish/fish.c errno = 0; errno 1115 src/vfs/fish/fish.c if (errno != 0) errno 1164 src/vfs/fish/fish.c if ((errno == EINTR) && !tty_got_interrupt ()) errno 1176 src/vfs/fish/fish.c ERRNOR (errno, n); errno 1216 src/vfs/fish/fish.c return (((v < 0) && (errno == EINTR)) || v == 0) ? 1 : 0; errno 516 src/vfs/ftpfs/ftpfs.c if (errno == EPIPE) errno 923 src/vfs/ftpfs/ftpfs.c vfs_print_message (_("ftpfs: %s"), unix_error_string (errno)); errno 926 src/vfs/ftpfs/ftpfs.c me->verrno = errno; errno 936 src/vfs/ftpfs/ftpfs.c me->verrno = errno; errno 939 src/vfs/ftpfs/ftpfs.c if (errno == EINTR && tty_got_interrupt ()) errno 943 src/vfs/ftpfs/ftpfs.c unix_error_string (errno)); errno 1251 src/vfs/ftpfs/ftpfs.c me->verrno = errno; errno 1319 src/vfs/ftpfs/ftpfs.c me->verrno = errno; errno 1340 src/vfs/ftpfs/ftpfs.c me->verrno = errno; errno 1372 src/vfs/ftpfs/ftpfs.c me->verrno = errno; errno 1428 src/vfs/ftpfs/ftpfs.c ERRNOR (errno, -1); errno 1508 src/vfs/ftpfs/ftpfs.c me->verrno = errno; errno 1537 src/vfs/ftpfs/ftpfs.c vfs_print_message (_("ftpfs: abort error: %s"), unix_error_string (errno)); errno 1948 src/vfs/ftpfs/ftpfs.c me->verrno = errno; errno 1975 src/vfs/ftpfs/ftpfs.c if (errno != EINTR) errno 1977 src/vfs/ftpfs/ftpfs.c me->verrno = errno; errno 1996 src/vfs/ftpfs/ftpfs.c if (errno == EINTR && !tty_got_interrupt ()) errno 1999 src/vfs/ftpfs/ftpfs.c me->verrno = errno; errno 2063 src/vfs/ftpfs/ftpfs.c if ((errno == EINTR) && !tty_got_interrupt ()) errno 2080 src/vfs/ftpfs/ftpfs.c ERRNOR (errno, n); errno 2112 src/vfs/ftpfs/ftpfs.c return (((v < 0) && (errno == EINTR)) || v == 0) ? 1 : 0; errno 106 src/vfs/local/local.c if (readdir (dir) == NULL && errno == EINTR) errno 260 src/vfs/local/local.c if (errno == EAGAIN) errno 264 src/vfs/local/local.c if (errno == EINTR) errno 390 src/vfs/local/local.c if (errno == EAGAIN) errno 394 src/vfs/local/local.c if (errno == EINTR) errno 424 src/vfs/local/local.c return errno; errno 227 src/vfs/sftpfs/config_parser.c e = errno; errno 186 src/vfs/sftpfs/connection.c vfs_print_message (_("sftp: %s"), unix_error_string (errno)); errno 196 src/vfs/sftpfs/connection.c save_errno = errno; errno 103 src/vfs/sftpfs/internal.c int my_errno = errno; errno 646 src/vfs/sftpfs/sftpfs.c return errno; errno 971 src/vfs/tar/tar.c ERRNOR (errno, -1); errno 226 src/viewer/growbuf.c while (nread == -1 && errno == EINTR); errno 419 src/viewer/hex.c "Data may have been written or not"), unix_error_string (errno)); errno 426 src/viewer/hex.c text = g_strdup_printf (_("Cannot save file:\n%s"), unix_error_string (errno)); errno 338 src/viewer/mcviewer.c file, unix_error_string (errno)); errno 353 src/viewer/mcviewer.c file, unix_error_string (errno)); errno 403 src/viewer/mcviewer.c file, unix_error_string (errno));