GError             27 lib/event.h    gboolean mc_event_init (GError ** mcerror);
GError             28 lib/event.h    gboolean mc_event_deinit (GError ** mcerror);
GError             34 lib/event.h                           GError ** mcerror);
GError             40 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             77 lib/event/event.c mc_event_deinit (GError ** mcerror)
GError             95 lib/event/event.c mc_event_mass_add (const event_init_t * events, GError ** mcerror)
GError             24 lib/event/internal.h                                          GError ** mcerror);
GError             26 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            179 lib/event/manage.c                             GError ** mcerror)
GError             44 lib/mcconfig.h gboolean mc_config_save_file (mc_config_t * config, GError ** mcerror);
GError             46 lib/mcconfig.h                                  GError ** mcerror);
GError             94 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            104 lib/mcconfig/paths.c mc_config_mkdir (const char *directory_name, GError ** mcerror)
GError            116 lib/mcconfig/paths.c mc_config_init_one_config_path (const char *path_base, const char *subdir, GError ** mcerror)
GError            147 lib/mcconfig/paths.c mc_config_init_config_paths (GError ** mcerror)
GError            275 lib/search/regex.c                                     GMatchInfo ** match_info, GError ** error)
GError            327 lib/search/regex.c     GError *mcerror = NULL;
GError            808 lib/search/regex.c         GError *mcerror = NULL;
GError             59 lib/serialize.c prepend_error_message (GError ** error, const char *format, ...)
GError            112 lib/serialize.c mc_serialize_str (const char prefix, const char *data, GError ** error)
GError            135 lib/serialize.c mc_deserialize_str (const char prefix, const char *data, GError ** error)
GError            199 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            135 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            107 lib/strutil.h      gchar *(*conv_gerror_message) (GError * error, const char *def_msg);
GError            202 lib/strutil.h  gchar *str_conv_gerror_message (GError * error, const char *def_msg);
GError            140 lib/strutil/strutil.c         GError *mcerror = NULL;
GError            307 lib/strutil/strutil.c str_conv_gerror_message (GError * mcerror, const char *def_msg)
GError            242 lib/strutil/strutil8bit.c str_8bit_conv_gerror_message (GError * mcerror, const char *def_msg)
GError            215 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            234 lib/tty/color-ncurses.c tty_use_256colors (GError ** error)
GError            244 lib/tty/color-ncurses.c tty_use_truecolors (GError ** error)
GError            216 lib/tty/color-slang.c tty_use_256colors (GError ** error)
GError            232 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           1481 lib/util.c     mc_propagate_error (GError ** dest, int code, const char *format, ...)
GError           1485 lib/util.c             GError *tmp_error;
GError           1507 lib/util.c     mc_replace_error (GError ** dest, int code, const char *format, ...)
GError           1511 lib/util.c             GError *tmp_error;
GError            204 lib/util.h     mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError ** error);
GError            205 lib/util.h     void mc_pread (mc_pipe_t * p, GError ** error);
GError            206 lib/util.h     void mc_pclose (mc_pipe_t * p, GError ** error);
GError            255 lib/util.h     void mc_propagate_error (GError ** dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4);
GError            256 lib/util.h     void mc_replace_error (GError ** dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4);
GError            506 lib/utilunix.c mc_popen (const char *command, gboolean read_out, gboolean read_err, GError ** error)
GError            568 lib/utilunix.c mc_pread (mc_pipe_t * p, GError ** error)
GError            676 lib/utilunix.c mc_pclose (mc_pipe_t * p, GError ** error)
GError           1125 lib/vfs/path.c vfs_path_serialize (const vfs_path_t * vpath, GError ** mcerror)
GError           1180 lib/vfs/path.c vfs_path_deserialize (const char *data, GError ** mcerror)
GError             89 lib/vfs/path.h char *vfs_path_serialize (const vfs_path_t * vpath, GError ** error);
GError             90 lib/vfs/path.h vfs_path_t *vfs_path_deserialize (const char *data, GError ** error);
GError            450 lib/widget/wtools.c mc_error_message (GError ** mcerror, int *code)
GError             86 lib/widget/wtools.h gboolean mc_error_message (GError ** mcerror, int *code);
GError             74 src/args.c                                          gpointer data, GError ** mcerror);
GError             76 src/args.c                                          gpointer data, GError ** mcerror);
GError            443 src/args.c                          GError ** mcerror)
GError            460 src/args.c                          GError ** mcerror)
GError            644 src/args.c     mc_args_parse (int *argc, char ***argv, const char *translation_domain, GError ** mcerror)
GError            760 src/args.c     mc_setup_by_args (int argc, char **argv, GError ** mcerror)
GError             47 src/args.h     gboolean mc_args_parse (int *argc, char ***argv, const char *translation_domain, GError ** mcerror);
GError             49 src/args.h     gboolean mc_setup_by_args (int argc, char **argv, GError ** mcerror);
GError            123 src/clipboard.c         GError *error = NULL;
GError             58 src/events_init.c events_init (GError ** mcerror)
GError             15 src/events_init.h gboolean events_init (GError ** mcerror);
GError            157 src/filemanager/boxes.c     GError *mcerror = NULL;
GError            660 src/filemanager/ext.c                   gboolean * have_type, GError ** mcerror)
GError            977 src/filemanager/ext.c                 GError *mcerror = NULL;
GError           1512 src/filemanager/hotlist.c         GError *mcerror = NULL;
GError            306 src/filemanager/panelize.c     GError *error = NULL;
GError            254 src/main.c         GError *mcerror = NULL;
GError           1075 src/setup.c    setup_save_config_show_error (const char *filename, GError ** mcerror)
GError            150 src/setup.h    void setup_save_config_show_error (const char *filename, GError ** mcerror);
GError            512 src/vfs/extfs/extfs.c extfs_open_archive (int fstype, const char *name, struct extfs_super_t **pparc, GError ** error)
GError            600 src/vfs/extfs/extfs.c extfs_read_archive (mc_pipe_t * pip, struct extfs_super_t *archive, GError ** error)
GError            729 src/vfs/extfs/extfs.c     GError *error = NULL;
GError            923 src/vfs/extfs/extfs.c     GError *error = NULL;
GError            147 src/vfs/sfs/sfs.c     GError *error = NULL;
GError            207 src/vfs/sftpfs/config_parser.c                                        const vfs_path_element_t * vpath_element, GError ** mcerror)
GError            298 src/vfs/sftpfs/config_parser.c sftpfs_get_config_entity (const vfs_path_element_t * vpath_element, GError ** mcerror)
GError            355 src/vfs/sftpfs/config_parser.c sftpfs_fill_connection_data_from_config (struct vfs_s_super *super, GError ** mcerror)
GError            133 src/vfs/sftpfs/connection.c sftpfs_open_socket (struct vfs_s_super *super, GError ** mcerror)
GError            264 src/vfs/sftpfs/connection.c sftpfs_read_known_hosts (struct vfs_s_super *super, GError ** mcerror)
GError            468 src/vfs/sftpfs/connection.c sftpfs_process_known_host (struct vfs_s_super *super, GError ** mcerror)
GError            660 src/vfs/sftpfs/connection.c sftpfs_open_connection_ssh_agent (struct vfs_s_super *super, GError ** mcerror)
GError            712 src/vfs/sftpfs/connection.c sftpfs_open_connection_ssh_key (struct vfs_s_super *super, GError ** mcerror)
GError            804 src/vfs/sftpfs/connection.c sftpfs_open_connection_ssh_password (struct vfs_s_super *super, GError ** mcerror)
GError            894 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            111 src/vfs/sftpfs/dir.c sftpfs_readdir (void *data, GError ** mcerror)
GError            144 src/vfs/sftpfs/dir.c sftpfs_closedir (void *data, GError ** mcerror)
GError            167 src/vfs/sftpfs/dir.c sftpfs_mkdir (const vfs_path_t * vpath, mode_t mode, GError ** mcerror)
GError            204 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            223 src/vfs/sftpfs/file.c sftpfs_fstat (void *data, struct stat *buf, GError ** mcerror)
GError            269 src/vfs/sftpfs/file.c sftpfs_read_file (vfs_file_handler_t * fh, char *buffer, size_t count, GError ** mcerror)
GError            319 src/vfs/sftpfs/file.c sftpfs_write_file (vfs_file_handler_t * fh, const char *buffer, size_t count, GError ** mcerror)
GError            358 src/vfs/sftpfs/file.c sftpfs_close_file (vfs_file_handler_t * fh, GError ** mcerror)
GError            383 src/vfs/sftpfs/file.c sftpfs_lseek (vfs_file_handler_t * fh, off_t offset, int whence, GError ** mcerror)
GError             80 src/vfs/sftpfs/internal.c sftpfs_internal_waitsocket (sftpfs_super_t * super, GError ** mcerror)
GError            118 src/vfs/sftpfs/internal.c                   const vfs_path_t * vpath, GError ** mcerror, int stat_type,
GError            155 src/vfs/sftpfs/internal.c sftpfs_waitsocket (sftpfs_super_t * super, int sftp_res, GError ** mcerror)
GError            187 src/vfs/sftpfs/internal.c sftpfs_ssherror_to_gliberror (sftpfs_super_t * super, int libssh_errno, GError ** mcerror)
GError            224 src/vfs/sftpfs/internal.c                 const vfs_path_t * vpath, GError ** mcerror)
GError            287 src/vfs/sftpfs/internal.c sftpfs_lstat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror)
GError            315 src/vfs/sftpfs/internal.c sftpfs_stat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror)
GError            345 src/vfs/sftpfs/internal.c sftpfs_readlink (const vfs_path_t * vpath, char *buf, size_t size, GError ** mcerror)
GError            384 src/vfs/sftpfs/internal.c sftpfs_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror)
GError            437 src/vfs/sftpfs/internal.c sftpfs_utime (const vfs_path_t * vpath, time_t atime, time_t mtime, GError ** mcerror)
GError            491 src/vfs/sftpfs/internal.c sftpfs_chmod (const vfs_path_t * vpath, mode_t mode, GError ** mcerror)
GError            543 src/vfs/sftpfs/internal.c sftpfs_unlink (const vfs_path_t * vpath, GError ** mcerror)
GError            580 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            366 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            445 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            473 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            493 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            525 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            545 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            564 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            586 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            605 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            625 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            737 src/vfs/sftpfs/sftpfs.c     GError *mcerror = NULL;
GError            780 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             55 tests/lib/mcconfig/config_string.c     GError *error = NULL;
GError             33 tests/lib/serialize.c static GError *error = NULL;
GError            141 tests/lib/vfs/path_serialize.c     GError *error = NULL;
GError            168 tests/lib/vfs/path_serialize.c     GError *error = NULL;
GError             64 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c                             GError ** error);
GError            100 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c                             GError ** error)
GError            123 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     GError *error = NULL;