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 103 lib/mcconfig/paths.c mc_config_mkdir (const char *directory_name, GError **mcerror) GError 115 lib/mcconfig/paths.c mc_config_init_one_config_path (const char *path_base, const char *subdir, GError **mcerror) GError 146 lib/mcconfig/paths.c mc_config_init_config_paths (GError **mcerror) GError 272 lib/search/regex.c GMatchInfo **match_info, GError **error) GError 324 lib/search/regex.c GError *mcerror = NULL; GError 804 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 138 lib/strutil/strutil.c GError *mcerror = NULL; GError 298 lib/strutil/strutil.c str_conv_gerror_message (GError *mcerror, const char *def_msg) GError 246 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 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 1487 lib/util.c mc_propagate_error (GError **dest, int code, const char *format, ...) GError 1491 lib/util.c GError *tmp_error; GError 1513 lib/util.c mc_replace_error (GError **dest, int code, const char *format, ...) GError 1517 lib/util.c GError *tmp_error; GError 221 lib/util.h mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError ** error); GError 222 lib/util.h void mc_pread (mc_pipe_t * p, GError ** error); GError 223 lib/util.h void mc_pclose (mc_pipe_t * p, GError ** error); GError 272 lib/util.h void mc_propagate_error (GError ** dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4); GError 273 lib/util.h void mc_replace_error (GError ** dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4); GError 554 lib/utilunix.c mc_popen (const char *command, gboolean read_out, gboolean read_err, GError **error) GError 616 lib/utilunix.c mc_pread (mc_pipe_t *p, GError **error) GError 724 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 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 78 src/args.c gpointer data, GError ** mcerror); GError 80 src/args.c gpointer data, GError ** mcerror); GError 448 src/args.c parse_mc_e_argument (const gchar *option_name, const gchar *value, gpointer data, GError **mcerror) GError 464 src/args.c parse_mc_v_argument (const gchar *option_name, const gchar *value, gpointer data, GError **mcerror) GError 619 src/args.c mc_args_parse (int *argc, char ***argv, const char *translation_domain, GError **mcerror) GError 735 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 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 1504 src/filemanager/hotlist.c GError *mcerror = NULL; GError 305 src/filemanager/panelize.c GError *error = NULL; GError 259 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 603 src/vfs/extfs/extfs.c extfs_read_archive (mc_pipe_t *pip, struct extfs_super_t *archive, GError **error) GError 732 src/vfs/extfs/extfs.c GError *error = NULL; GError 931 src/vfs/extfs/extfs.c GError *error = NULL; GError 145 src/vfs/sfs/sfs.c GError *error = NULL; GError 225 src/vfs/sftpfs/config_parser.c const vfs_path_element_t *vpath_element, GError **mcerror) GError 316 src/vfs/sftpfs/config_parser.c sftpfs_get_config_entity (const vfs_path_element_t *vpath_element, GError **mcerror) GError 373 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 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 383 src/vfs/sftpfs/internal.c sftpfs_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror) GError 436 src/vfs/sftpfs/internal.c sftpfs_utime (const vfs_path_t *vpath, time_t atime, time_t mtime, GError **mcerror) GError 490 src/vfs/sftpfs/internal.c sftpfs_chmod (const vfs_path_t *vpath, mode_t mode, GError **mcerror) GError 542 src/vfs/sftpfs/internal.c sftpfs_unlink (const vfs_path_t *vpath, GError **mcerror) GError 579 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 775 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; GError 387 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 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;