GError             27 lib/event.h    gboolean mc_event_init (GError **mcerror);
GError             28 lib/event.h    gboolean mc_event_deinit (GError **mcerror);
GError             33 lib/event.h                           GError **mcerror);
GError             39 lib/event.h    gboolean mc_event_mass_add (const event_init_t *events, GError **mcerror);
GError             51 lib/event/event.c mc_event_init (GError **mcerror)
GError             76 lib/event/event.c mc_event_deinit (GError **mcerror)
GError             94 lib/event/event.c mc_event_mass_add (const event_init_t *events, GError **mcerror)
GError             23 lib/event/internal.h                                          GError **mcerror);
GError             25 lib/event/internal.h                                        gboolean create_new, GError **mcerror);
GError             61 lib/event/manage.c               mc_event_callback_func_t event_callback, gpointer event_init_data, GError **mcerror)
GError            150 lib/event/manage.c                                   GError **mcerror)
GError            177 lib/event/manage.c                             GError **mcerror)
GError             43 lib/mcconfig.h gboolean mc_config_save_file (mc_config_t *config, GError **mcerror);
GError             44 lib/mcconfig.h gboolean mc_config_save_to_file (mc_config_t *mc_config, const gchar *ini_path, GError **mcerror);
GError             87 lib/mcconfig.h void mc_config_init_config_paths (GError **error);
GError             51 lib/mcconfig/common.c mc_config_new_or_override_file (mc_config_t *mc_config, const gchar *ini_path, GError **mcerror)
GError            264 lib/mcconfig/common.c mc_config_save_file (mc_config_t *mc_config, GError **mcerror)
GError            277 lib/mcconfig/common.c mc_config_save_to_file (mc_config_t *mc_config, const gchar *ini_path, GError **mcerror)
GError            106 lib/mcconfig/paths.c mc_config_mkdir (const char *directory_name, GError **mcerror)
GError            118 lib/mcconfig/paths.c mc_config_init_one_config_path (const char *path_base, const char *subdir, GError **mcerror)
GError            149 lib/mcconfig/paths.c mc_config_init_config_paths (GError **mcerror)
GError            280 lib/search/regex.c                                     GMatchInfo **match_info, GError **error)
GError            331 lib/search/regex.c     GError *mcerror = NULL;
GError            811 lib/search/regex.c         GError *mcerror = NULL;
GError             58 lib/serialize.c prepend_error_message (GError **error, const char *format, ...)
GError            111 lib/serialize.c mc_serialize_str (const char prefix, const char *data, GError **error)
GError            134 lib/serialize.c mc_deserialize_str (const char prefix, const char *data, GError **error)
GError            198 lib/serialize.c mc_serialize_config (mc_config_t *data, GError **error)
GError            281 lib/serialize.c mc_deserialize_config (const char *data, GError **error)
GError             19 lib/serialize.h char *mc_serialize_str (const char prefix, const char *data, GError **error);
GError             20 lib/serialize.h char *mc_deserialize_str (const char prefix, const char *data, GError **error);
GError             22 lib/serialize.h char *mc_serialize_config (mc_config_t *data, GError **error);
GError             23 lib/serialize.h mc_config_t *mc_deserialize_config (const char *data, GError **error);
GError            134 lib/skin.h     gboolean mc_skin_init (const gchar *skin_override, GError **error);
GError            116 lib/skin/common.c mc_skin_init (const gchar *skin_override, GError **mcerror)
GError            119 lib/skin/common.c     GError *error = NULL;
GError            106 lib/strutil.h      gchar *(*conv_gerror_message) (GError *error, const char *def_msg);
GError            200 lib/strutil.h  gchar *str_conv_gerror_message (GError *error, const char *def_msg);
GError            143 lib/strutil/strutil.c         GError *mcerror = NULL;
GError            303 lib/strutil/strutil.c str_conv_gerror_message (GError *mcerror, const char *def_msg)
GError            241 lib/strutil/strutil8bit.c str_8bit_conv_gerror_message (GError *mcerror, const char *def_msg)
GError            219 lib/strutil/strutilascii.c str_ascii_conv_gerror_message (GError *mcerror, const char *def_msg)
GError            415 lib/strutil/strutilutf8.c str_utf8_conv_gerror_message (GError *mcerror, const char *def_msg)
GError            230 lib/tty/color-ncurses.c tty_use_256colors (GError **error)
GError            240 lib/tty/color-ncurses.c tty_use_truecolors (GError **error)
GError            215 lib/tty/color-slang.c tty_use_256colors (GError **error)
GError            231 lib/tty/color-slang.c tty_use_truecolors (GError **error)
GError             55 lib/tty/color.h extern gboolean tty_use_256colors (GError **error);
GError             56 lib/tty/color.h extern gboolean tty_use_truecolors (GError **error);
GError             67 lib/tty/tty-internal.c     GError *mcerror = NULL;
GError           1494 lib/util.c     mc_propagate_error (GError **dest, int code, const char *format, ...)
GError           1498 lib/util.c             GError *tmp_error;
GError           1520 lib/util.c     mc_replace_error (GError **dest, int code, const char *format, ...)
GError           1524 lib/util.c             GError *tmp_error;
GError            237 lib/util.h     mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError **error);
GError            238 lib/util.h     void mc_pread (mc_pipe_t *p, GError **error);
GError            239 lib/util.h     void mc_pclose (mc_pipe_t *p, GError **error);
GError            286 lib/util.h     void mc_propagate_error (GError **dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4);
GError            287 lib/util.h     void mc_replace_error (GError **dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4);
GError            555 lib/utilunix.c mc_popen (const char *command, gboolean read_out, gboolean read_err, GError **error)
GError            617 lib/utilunix.c mc_pread (mc_pipe_t *p, GError **error)
GError            725 lib/utilunix.c mc_pclose (mc_pipe_t *p, GError **error)
GError           1131 lib/vfs/path.c vfs_path_serialize (const vfs_path_t *vpath, GError **mcerror)
GError           1186 lib/vfs/path.c vfs_path_deserialize (const char *data, GError **mcerror)
GError             90 lib/vfs/path.h char *vfs_path_serialize (const vfs_path_t *vpath, GError **error);
GError             91 lib/vfs/path.h vfs_path_t *vfs_path_deserialize (const char *data, GError **error);
GError            415 lib/widget/wtools.c mc_error_message (GError **mcerror, int *code)
GError             82 lib/widget/wtools.h gboolean mc_error_message (GError **mcerror, int *code);
GError             78 src/args.c                                          GError **mcerror);
GError             80 src/args.c                                          GError **mcerror);
GError            497 src/args.c     parse_mc_e_argument (const gchar *option_name, const gchar *value, gpointer data, GError **mcerror)
GError            513 src/args.c     parse_mc_v_argument (const gchar *option_name, const gchar *value, gpointer data, GError **mcerror)
GError            668 src/args.c     mc_args_parse (int *argc, char ***argv, const char *translation_domain, GError **mcerror)
GError            783 src/args.c     mc_setup_by_args (int argc, char **argv, GError **mcerror)
GError             41 src/args.h     gboolean mc_args_parse (int *argc, char ***argv, const char *translation_domain, GError **mcerror);
GError             43 src/args.h     gboolean mc_setup_by_args (int argc, char **argv, GError **mcerror);
GError            123 src/clipboard.c         GError *error = NULL;
GError             57 src/events_init.c events_init (GError **mcerror)
GError             14 src/events_init.h gboolean events_init (GError **mcerror);
GError            157 src/filemanager/boxes.c     GError *mcerror = NULL;
GError            653 src/filemanager/ext.c                   gboolean *have_type, GError **mcerror)
GError            972 src/filemanager/ext.c                 GError *mcerror = NULL;
GError           1500 src/filemanager/hotlist.c         GError *mcerror = NULL;
GError            301 src/filemanager/panelize.c     GError *error = NULL;
GError            259 src/main.c         GError *mcerror = NULL;
GError           1085 src/setup.c    setup_save_config_show_error (const char *filename, GError **mcerror)
GError            152 src/setup.h    void setup_save_config_show_error (const char *filename, GError **mcerror);
GError            517 src/vfs/extfs/extfs.c extfs_open_archive (int fstype, const char *name, struct extfs_super_t **pparc, GError **error)
GError            610 src/vfs/extfs/extfs.c extfs_read_archive (mc_pipe_t *pip, struct extfs_super_t *archive, GError **error)
GError            739 src/vfs/extfs/extfs.c     GError *error = NULL;
GError            938 src/vfs/extfs/extfs.c     GError *error = NULL;
GError            145 src/vfs/sfs/sfs.c     GError *error = NULL;
GError            258 src/vfs/sftpfs/config_parser.c                                        const vfs_path_element_t *vpath_element, GError **mcerror)
GError            347 src/vfs/sftpfs/config_parser.c sftpfs_get_config_entity (const vfs_path_element_t *vpath_element, GError **mcerror)
GError            404 src/vfs/sftpfs/config_parser.c sftpfs_fill_connection_data_from_config (struct vfs_s_super *super, GError **mcerror)
GError            131 src/vfs/sftpfs/connection.c sftpfs_open_socket (struct vfs_s_super *super, GError **mcerror)
GError            263 src/vfs/sftpfs/connection.c sftpfs_read_known_hosts (struct vfs_s_super *super, GError **mcerror)
GError            467 src/vfs/sftpfs/connection.c sftpfs_process_known_host (struct vfs_s_super *super, GError **mcerror)
GError            661 src/vfs/sftpfs/connection.c sftpfs_open_connection_ssh_agent (struct vfs_s_super *super, GError **mcerror)
GError            713 src/vfs/sftpfs/connection.c sftpfs_open_connection_ssh_key (struct vfs_s_super *super, GError **mcerror)
GError            805 src/vfs/sftpfs/connection.c sftpfs_open_connection_ssh_password (struct vfs_s_super *super, GError **mcerror)
GError            895 src/vfs/sftpfs/connection.c sftpfs_open_connection (struct vfs_s_super *super, GError **mcerror)
GError            969 src/vfs/sftpfs/connection.c sftpfs_close_connection (struct vfs_s_super *super, const char *shutdown_message, GError **mcerror)
GError             66 src/vfs/sftpfs/dir.c sftpfs_opendir (const vfs_path_t *vpath, GError **mcerror)
GError            110 src/vfs/sftpfs/dir.c sftpfs_readdir (void *data, GError **mcerror)
GError            143 src/vfs/sftpfs/dir.c sftpfs_closedir (void *data, GError **mcerror)
GError            166 src/vfs/sftpfs/dir.c sftpfs_mkdir (const vfs_path_t *vpath, mode_t mode, GError **mcerror)
GError            203 src/vfs/sftpfs/dir.c sftpfs_rmdir (const vfs_path_t *vpath, GError **mcerror)
GError             70 src/vfs/sftpfs/file.c sftpfs_reopen (vfs_file_handler_t *fh, GError **mcerror)
GError             88 src/vfs/sftpfs/file.c sftpfs_file__handle_error (sftpfs_super_t *super, int sftp_res, GError **mcerror)
GError            129 src/vfs/sftpfs/file.c sftpfs_open_file (vfs_file_handler_t *fh, int flags, mode_t mode, GError **mcerror)
GError            224 src/vfs/sftpfs/file.c sftpfs_fstat (void *data, struct stat *buf, GError **mcerror)
GError            270 src/vfs/sftpfs/file.c sftpfs_read_file (vfs_file_handler_t *fh, char *buffer, size_t count, GError **mcerror)
GError            320 src/vfs/sftpfs/file.c sftpfs_write_file (vfs_file_handler_t *fh, const char *buffer, size_t count, GError **mcerror)
GError            359 src/vfs/sftpfs/file.c sftpfs_close_file (vfs_file_handler_t *fh, GError **mcerror)
GError            384 src/vfs/sftpfs/file.c sftpfs_lseek (vfs_file_handler_t *fh, off_t offset, int whence, GError **mcerror)
GError             81 src/vfs/sftpfs/internal.c sftpfs_internal_waitsocket (sftpfs_super_t *super, GError **mcerror)
GError            119 src/vfs/sftpfs/internal.c                   const vfs_path_t *vpath, GError **mcerror, int stat_type,
GError            156 src/vfs/sftpfs/internal.c sftpfs_waitsocket (sftpfs_super_t *super, int sftp_res, GError **mcerror)
GError            188 src/vfs/sftpfs/internal.c sftpfs_ssherror_to_gliberror (sftpfs_super_t *super, int libssh_errno, GError **mcerror)
GError            225 src/vfs/sftpfs/internal.c                 const vfs_path_t *vpath, GError **mcerror)
GError            286 src/vfs/sftpfs/internal.c sftpfs_lstat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror)
GError            314 src/vfs/sftpfs/internal.c sftpfs_stat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror)
GError            344 src/vfs/sftpfs/internal.c sftpfs_readlink (const vfs_path_t *vpath, char *buf, size_t size, GError **mcerror)
GError            382 src/vfs/sftpfs/internal.c sftpfs_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror)
GError            434 src/vfs/sftpfs/internal.c sftpfs_utime (const vfs_path_t *vpath, time_t atime, time_t mtime, GError **mcerror)
GError            487 src/vfs/sftpfs/internal.c sftpfs_chmod (const vfs_path_t *vpath, mode_t mode, GError **mcerror)
GError            538 src/vfs/sftpfs/internal.c sftpfs_unlink (const vfs_path_t *vpath, GError **mcerror)
GError            575 src/vfs/sftpfs/internal.c sftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror)
GError             73 src/vfs/sftpfs/internal.h void sftpfs_ssherror_to_gliberror (sftpfs_super_t *super, int libssh_errno, GError **mcerror);
GError             74 src/vfs/sftpfs/internal.h gboolean sftpfs_waitsocket (sftpfs_super_t *super, int sftp_res, GError **mcerror);
GError             79 src/vfs/sftpfs/internal.h                          const vfs_path_t *vpath, GError **mcerror);
GError             82 src/vfs/sftpfs/internal.h int sftpfs_lstat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror);
GError             83 src/vfs/sftpfs/internal.h int sftpfs_stat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror);
GError             84 src/vfs/sftpfs/internal.h int sftpfs_readlink (const vfs_path_t *vpath, char *buf, size_t size, GError **mcerror);
GError             85 src/vfs/sftpfs/internal.h int sftpfs_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror);
GError             86 src/vfs/sftpfs/internal.h int sftpfs_utime (const vfs_path_t *vpath, time_t atime, time_t mtime, GError **mcerror);
GError             87 src/vfs/sftpfs/internal.h int sftpfs_chmod (const vfs_path_t *vpath, mode_t mode, GError **mcerror);
GError             88 src/vfs/sftpfs/internal.h int sftpfs_unlink (const vfs_path_t *vpath, GError **mcerror);
GError             89 src/vfs/sftpfs/internal.h int sftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror);
GError             91 src/vfs/sftpfs/internal.h void sftpfs_fill_connection_data_from_config (struct vfs_s_super *super, GError **mcerror);
GError             92 src/vfs/sftpfs/internal.h int sftpfs_open_connection (struct vfs_s_super *super, GError **mcerror);
GError             94 src/vfs/sftpfs/internal.h                               GError **mcerror);
GError             98 src/vfs/sftpfs/internal.h void *sftpfs_opendir (const vfs_path_t *vpath, GError **mcerror);
GError             99 src/vfs/sftpfs/internal.h struct vfs_dirent *sftpfs_readdir (void *data, GError **mcerror);
GError            100 src/vfs/sftpfs/internal.h int sftpfs_closedir (void *data, GError **mcerror);
GError            101 src/vfs/sftpfs/internal.h int sftpfs_mkdir (const vfs_path_t *vpath, mode_t mode, GError **mcerror);
GError            102 src/vfs/sftpfs/internal.h int sftpfs_rmdir (const vfs_path_t *vpath, GError **mcerror);
GError            104 src/vfs/sftpfs/internal.h gboolean sftpfs_open_file (vfs_file_handler_t *fh, int flags, mode_t mode, GError **mcerror);
GError            105 src/vfs/sftpfs/internal.h ssize_t sftpfs_read_file (vfs_file_handler_t *fh, char *buffer, size_t count, GError **mcerror);
GError            107 src/vfs/sftpfs/internal.h                            GError **mcerror);
GError            108 src/vfs/sftpfs/internal.h int sftpfs_close_file (vfs_file_handler_t *fh, GError **mcerror);
GError            109 src/vfs/sftpfs/internal.h int sftpfs_fstat (void *data, struct stat *buf, GError **mcerror);
GError            110 src/vfs/sftpfs/internal.h off_t sftpfs_lseek (vfs_file_handler_t *fh, off_t offset, int whence, GError **mcerror);
GError            114 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            182 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            204 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            237 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            257 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            277 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            297 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            318 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            338 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            361 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            440 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            468 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            488 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            520 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            540 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            559 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            581 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            600 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            620 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            732 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            774 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            386 src/viewer/datasource.c     GError *error = NULL;
GError            158 src/viewer/growbuf.c             GError *error = NULL;
GError             54 tests/lib/mcconfig/config_string.c     GError *error = NULL;
GError             33 tests/lib/serialize.c static GError *error = NULL;
GError            147 tests/lib/vfs/path_serialize.c     GError *error = NULL;
GError            170 tests/lib/vfs/path_serialize.c     GError *error = NULL;
GError             64 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c                                             gpointer data, GError **error);
GError            128 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c                             GError **error)
GError            151 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     GError *error = NULL;