fprintf           219 lib/charsets.c         fprintf (stderr, "%s\n", _ ("Warning: cannot load codepages list"));
fprintf           132 lib/mcconfig/paths.c             fprintf (stderr, "%s %s\n", _ ("FATAL: not a directory:"), full_path);
fprintf           169 lib/skin/colors.c                 fprintf (stderr,
fprintf            71 lib/tty/tty-internal.c         fprintf (stderr, _ ("\nCannot create pipe for SIGWINCH: %s (%d)\n"), mcerror->message,
fprintf            84 lib/tty/tty-internal.c         fprintf (stderr, _ ("\nCannot configure write end of SIGWINCH pipe: %s (%d)\n"),
fprintf            93 lib/tty/tty-internal.c         fprintf (stderr, _ ("\nCannot configure read end of SIGWINCH pipe: %s (%d)\n"),
fprintf           291 lib/tty/tty-ncurses.c         fprintf (stdout, ESC_STR "7" ESC_STR "[?47h");
fprintf           303 lib/tty/tty-ncurses.c         fprintf (stdout, ESC_STR "[?47l" ESC_STR "8" ESC_STR "[m");
fprintf           297 lib/tty/tty-slang.c         fprintf (stderr,
fprintf           494 lib/tty/tty-slang.c         fprintf (stderr,
fprintf           840 lib/util.c         fprintf (stderr, "Fatal: decompress_extension called with an unknown argument\n");
fprintf          1105 lib/util.c             if (fprintf (f, "%s %ld;%ld;%" PRIuMAX, vfs_path_as_str (filename_vpath), line, column,
fprintf          1111 lib/util.c                     if (fprintf (f, ";%zu", g_array_index (bookmarks, size_t, i)) < 0)
fprintf          1114 lib/util.c             if (fprintf (f, "\n") < 0)
fprintf          1125 lib/util.c             fprintf (f, "%s", buf);
fprintf           145 lib/utilunix.c         fprintf (stderr, "\n\nfork () = -1\n");
fprintf           789 lib/vfs/interface.c         fprintf (stderr,
fprintf           794 lib/vfs/interface.c         fprintf (stderr, "%s\n", _ ("Press any key to continue..."));
fprintf            66 lib/widget/input_complete.c     fprintf (stderr, "%s: text='%s' flags=%s\n", func, text, show_c_flags (flags))
fprintf           132 src/file_history.c             write_error = (fprintf (f, "%s\n", s->str) < 0);
fprintf           485 src/filemanager/ext.c         fprintf (cmd_file, "\n/bin/rm -f %s\n", vfs_path_as_str (script_vpath));
fprintf          1569 src/filemanager/hotlist.c             fprintf (hotlist_file, "#%s\n", current->label);
fprintf          1121 src/filemanager/layout.c         fprintf (stderr, "Cannot allocate more that %d views\n", MAX_VIEWS);
fprintf          1570 src/filemanager/layout.c         fprintf (stdout, ESC_STR "]0;%s" ESC_STR "\\", str_term_form (p));
fprintf          1594 src/filemanager/layout.c         fprintf (stdout, ESC_STR "]7;file://%s%s" ESC_STR "\\", host, path_uri);
fprintf           894 src/filemanager/mountlist.c             fprintf (stderr, "%s\n", _ ("Memory exhausted!"));
fprintf          1301 src/filemanager/mountlist.c     fprintf (stderr,
fprintf          1304 src/filemanager/mountlist.c     fprintf (stderr, "fsys_get_mount_dev():\n\tdevice='%s'\n", dev);
fprintf          1305 src/filemanager/mountlist.c     fprintf (stderr, "fsys_get_mount_pt():\n\tmount point='%s'\n", dir);
fprintf           176 src/filemanager/tree.c         fprintf (stderr, _ ("Cannot open the %s file for writing:\n%s\n"), tree_name,
fprintf           341 src/filemanager/treestore.c     fprintf (file, "%s\n", TREE_SIGNATURE);
fprintf           356 src/filemanager/treestore.c                 i = fprintf (file, "%d:%zu %s\n", current->scanned ? 1 : 0, common, encoded);
fprintf           364 src/filemanager/treestore.c                 i = fprintf (file, "%d:%s\n", current->scanned ? 1 : 0, encoded);
fprintf           370 src/filemanager/treestore.c                 fprintf (stderr, _ ("Cannot write to the %s file:\n%s\n"), name,
fprintf           274 src/main.c             fprintf (stderr, _ ("Failed to run:\n%s\n"), mcerror->message);
fprintf           549 src/main.c             fprintf (stderr, _ ("\nFailed while close:\n%s\n"), mcerror->message);
fprintf           286 src/subshell/common.c         fprintf (stderr, "Cannot set pty terminal modes: %s\r\n", unix_error_string (errno));
fprintf           421 src/subshell/common.c         fprintf (stderr, __FILE__ ": unimplemented subshell type %u\r\n", mc_global.shell->type);
fprintf           878 src/subshell/common.c             fprintf (stderr, "select (FD_SETSIZE, &read_set...): %s\r\n",
fprintf           904 src/subshell/common.c                 fprintf (stderr, "read (subshell_pty...): %s\r\n", unix_error_string (errno));
fprintf           923 src/subshell/common.c                 fprintf (stderr, "read (subshell_pipe[READ]...): %s\r\n",
fprintf           950 src/subshell/common.c                 fprintf (stderr, "read (STDIN_FILENO, pty_buffer...): %s\r\n",
fprintf          1053 src/subshell/common.c         fprintf (stderr, "open (%s, O_RDWR): %s\r\n", pty_name, unix_error_string (errno));
fprintf          1061 src/subshell/common.c             fprintf (stderr, "ioctl (%d, I_PUSH, \"ptem\") failed: %s\r\n", pty_slave,
fprintf          1070 src/subshell/common.c             fprintf (stderr, "ioctl (%d, I_PUSH, \"ldterm\") failed: %s\r\n", pty_slave,
fprintf          1079 src/subshell/common.c             fprintf (stderr, "ioctl (%d, I_PUSH, \"ttcompat\") failed: %s\r\n", pty_slave,
fprintf          1150 src/subshell/common.c         fprintf (stderr, "open (pty_name, O_RDWR): %s\r\n", pty_name);
fprintf          1287 src/subshell/common.c         fprintf (stderr, "subshell: unknown shell type (%u), aborting!\r\n", mc_global.shell->type);
fprintf          1394 src/subshell/common.c             fprintf (stderr, "read (subshell_pipe[READ]...): %s\r\n", unix_error_string (errno));
fprintf          1568 src/subshell/common.c             fprintf (stderr, "Cannot open master and slave sides of pty: %s\n",
fprintf          1577 src/subshell/common.c             fprintf (stderr, "Cannot open master side of pty: %s\r\n", unix_error_string (errno));
fprintf          1584 src/subshell/common.c             fprintf (stderr, "Cannot open slave side of pty %s: %s\r\n", pty_name,
fprintf          1599 src/subshell/common.c                 fprintf (stderr, "mkfifo(%s) failed: %s\r\n", tcsh_fifo, unix_error_string (errno));
fprintf          1609 src/subshell/common.c                 fprintf (stderr, _ ("Cannot open named pipe %s\n"), tcsh_fifo);
fprintf          1642 src/subshell/common.c         fprintf (stderr, "Cannot spawn the subshell process: %s\r\n", unix_error_string (errno));
fprintf          1799 src/subshell/common.c             fprintf (stderr, "select (FD_SETSIZE, &tmp...): %s\r\n", unix_error_string (errno));
fprintf          1843 src/subshell/common.c             fprintf (stderr, "select (FD_SETSIZE, &tmp...): %s\r\n", unix_error_string (errno));
fprintf          1892 src/subshell/common.c                 fprintf (stderr, "Cannot remove named pipe %s: %s\r\n", tcsh_fifo,
fprintf          1932 src/subshell/common.c         fprintf (stderr, "Cannot get terminal settings: %s\r\n", unix_error_string (errno));
fprintf          1576 src/vfs/extfs/extfs.c             fprintf (stderr, _ ("Warning: cannot open %s directory\n"), dirname);
fprintf           310 src/vfs/ftpfs/ftpfs.c         fprintf (me->logfile, "MC -- ftpfs_translate_path: %s\n", remote_path);
fprintf           676 src/vfs/ftpfs/ftpfs.c             fprintf (me->logfile, "MC -- remote_is_amiga = %s\n",
fprintf           456 src/vfs/sfs/sfs.c         fprintf (stderr, _ ("%s: Warning: file %s not found\n"), "sfs_init()", mc_sfsini);
fprintf           486 src/vfs/sfs/sfs.c             fprintf (stderr, _ ("Warning: Invalid line in %s:\n%s\n"), "sfs.ini", key);
fprintf           503 src/vfs/sfs/sfs.c                 fprintf (stderr, _ ("Warning: Invalid flag %c in %s:\n%s\n"), *c, "sfs.ini", key);
fprintf           193 src/viewer/coord_cache.c         (void) fprintf (f,
fprintf           199 src/viewer/coord_cache.c     (void) fprintf (f, "\n");
fprintf           205 src/viewer/coord_cache.c         (void) fprintf (f, "offset %8" PRIuMAX "  line %8" PRIuMAX "  column %8" PRIuMAX "\n",
fprintf           213 src/viewer/coord_cache.c         (void) fprintf (f, "nextline_offset %8" PRIuMAX "\n", (uintmax_t) nextline_offset);
fprintf           221 src/viewer/coord_cache.c             (void) fprintf (f, "line %8" PRIuMAX "  column %8" PRIuMAX "  offset %8" PRIuMAX "\n",