error 94 lib/mcconfig.h void mc_config_init_config_paths (GError ** error); error 126 lib/search.h mc_search_error_t error; error 64 lib/search/hex.c mc_search_hex_parse_error_t error = MC_SEARCH_HEX_E_OK; error 70 lib/search/hex.c while (loop < str_len && error == MC_SEARCH_HEX_E_OK) error 85 lib/search/hex.c error = MC_SEARCH_HEX_E_NUM_OUT_OF_RANGE; error 109 lib/search/hex.c error = MC_SEARCH_HEX_E_UNMATCHED_QUOTES; error 114 lib/search/hex.c error = MC_SEARCH_HEX_E_INVALID_CHARACTER; error 117 lib/search/hex.c if (error != MC_SEARCH_HEX_E_OK) error 121 lib/search/hex.c *error_ptr = error; error 137 lib/search/hex.c mc_search_hex_parse_error_t error = MC_SEARCH_HEX_E_OK; error 176 lib/search/hex.c tmp = mc_search__hex_translate_to_regex (mc_search_cond->str, &error, &error_pos); error 187 lib/search/hex.c switch (error) error 204 lib/search/hex.c lc_mc_search->error = MC_SEARCH_E_INPUT; error 272 lib/search/regex.c GMatchInfo ** match_info, GError ** error) error 284 lib/search/regex.c match_info, error); error 311 lib/search/regex.c match_info, error); error 334 lib/search/regex.c lc_mc_search->error = MC_SEARCH_E_REGEX; error 827 lib/search/regex.c lc_mc_search->error = MC_SEARCH_E_REGEX_COMPILE; error 835 lib/search/regex.c const char *error; error 855 lib/search/regex.c pcre_compile (mc_search_cond->str->str, pcre_options, &error, &erroffset, NULL); error 858 lib/search/regex.c mc_search_set_error (lc_mc_search, MC_SEARCH_E_REGEX_COMPILE, "%s", error); error 861 lib/search/regex.c lc_mc_search->regex_match_info = pcre_study (mc_search_cond->regex_handle, 0, &error); error 862 lib/search/regex.c if (lc_mc_search->regex_match_info == NULL && error != NULL) error 864 lib/search/regex.c mc_search_set_error (lc_mc_search, MC_SEARCH_E_REGEX_COMPILE, "%s", error); error 981 lib/search/regex.c lc_mc_search->error = ret == MC_SEARCH_CB_ABORT ? MC_SEARCH_E_ABORT : MC_SEARCH_E_NOTFOUND; error 254 lib/search/search.c lc_mc_search->prepared.result = (lc_mc_search->error == MC_SEARCH_E_OK); error 507 lib/search/search.c lc_mc_search->error = code; error 56 lib/serialize.c prepend_error_message (GError ** error, const char *format, ...) error 62 lib/serialize.c if ((error == NULL) || (*error == NULL)) error 69 lib/serialize.c split_str = g_strdup_printf ("%s: %s", prepend_str, (*error)->message); error 71 lib/serialize.c g_free ((*error)->message); error 72 lib/serialize.c (*error)->message = split_str; error 109 lib/serialize.c mc_serialize_str (const char prefix, const char *data, GError ** error) error 113 lib/serialize.c g_set_error (error, MC_ERROR, 0, "mc_serialize_str(): Input data is NULL."); error 132 lib/serialize.c mc_deserialize_str (const char prefix, const char *data, GError ** error) error 138 lib/serialize.c g_set_error (error, MC_ERROR, 0, FUNC_NAME ": Input data is NULL or empty."); error 144 lib/serialize.c g_set_error (error, MC_ERROR, 0, FUNC_NAME ": String prefix doesn't equal to '%c'", prefix); error 156 lib/serialize.c g_set_error (error, MC_ERROR, 0, error 163 lib/serialize.c g_set_error (error, MC_ERROR, 0, FUNC_NAME ": Too big string length"); error 174 lib/serialize.c g_set_error (error, MC_ERROR, 0, error 196 lib/serialize.c mc_serialize_config (mc_config_t * data, GError ** error) error 209 lib/serialize.c serialized_str = mc_serialize_str ('g', *group_iterator, error); error 225 lib/serialize.c serialized_str = mc_serialize_str ('p', *param_iterator, error); error 237 lib/serialize.c serialized_str = mc_serialize_str ('v', value, error); error 272 lib/serialize.c prepend_error_message (error, FUNC_NAME " at %zu", current_position + 1); \ error 278 lib/serialize.c mc_deserialize_config (const char *data, GError ** error) error 302 lib/serialize.c current_group = mc_deserialize_str ('g', data, error); error 312 lib/serialize.c current_param = mc_deserialize_str ('p', data, error); error 323 lib/serialize.c current_value = mc_deserialize_str ('v', data, error); error 19 lib/serialize.h char *mc_serialize_str (const char prefix, const char *data, GError ** error); error 20 lib/serialize.h char *mc_deserialize_str (const char prefix, const char *data, GError ** error); error 22 lib/serialize.h char *mc_serialize_config (mc_config_t * data, GError ** error); error 23 lib/serialize.h mc_config_t *mc_deserialize_config (const char *data, GError ** error); error 134 lib/skin.h gboolean mc_skin_init (const gchar * skin_override, GError ** error); error 116 lib/skin/common.c GError *error = NULL; error 149 lib/skin/common.c if (is_good_init && mc_skin__default.have_true_colors && !tty_use_truecolors (&error)) error 154 lib/skin/common.c mc_skin__default.name, error->message); error 155 lib/skin/common.c g_error_free (error); error 161 lib/skin/common.c if (is_good_init && mc_skin__default.have_256_colors && !tty_use_256colors (&error)) error 107 lib/strutil.h gchar *(*conv_gerror_message) (GError * error, const char *def_msg); error 202 lib/strutil.h gchar *str_conv_gerror_message (GError * error, const char *def_msg); error 231 lib/tty/color-ncurses.c tty_use_256colors (GError ** error) error 233 lib/tty/color-ncurses.c (void) error; error 241 lib/tty/color-ncurses.c tty_use_truecolors (GError ** error) error 244 lib/tty/color-ncurses.c g_set_error (error, MC_ERROR, -1, _("True color not supported with ncurses.")); error 213 lib/tty/color-slang.c tty_use_256colors (GError ** error) error 220 lib/tty/color-slang.c g_set_error (error, MC_ERROR, -1, error 229 lib/tty/color-slang.c tty_use_truecolors (GError ** error) error 239 lib/tty/color-slang.c g_set_error (error, MC_ERROR, -1, _("True color not supported in this slang version.")); error 249 lib/tty/color-slang.c g_set_error (error, MC_ERROR, -1, error 51 lib/tty/color.h extern gboolean tty_use_256colors (GError ** error); error 52 lib/tty/color.h extern gboolean tty_use_truecolors (GError ** error); error 109 lib/util.h int error; error 224 lib/util.h mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError ** error); error 225 lib/util.h void mc_pread (mc_pipe_t * p, GError ** error); error 226 lib/util.h void mc_pclose (mc_pipe_t * p, GError ** error); error 255 lib/utilunix.c ps->error = errno; error 504 lib/utilunix.c mc_popen (const char *command, gboolean read_out, gboolean read_err, GError ** error) error 512 lib/utilunix.c mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE, "%s", error 523 lib/utilunix.c error)) error 525 lib/utilunix.c mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE_STREAM, "%s", error 566 lib/utilunix.c mc_pread (mc_pipe_t * p, GError ** error) error 573 lib/utilunix.c if (error != NULL) error 574 lib/utilunix.c *error = NULL; error 603 lib/utilunix.c mc_propagate_error (error, MC_PIPE_ERROR_READ, error 674 lib/utilunix.c mc_pclose (mc_pipe_t * p, GError ** error) error 680 lib/utilunix.c mc_replace_error (error, MC_PIPE_ERROR_READ, "%s", error 699 lib/utilunix.c mc_replace_error (error, MC_PIPE_ERROR_READ, _("Unexpected error in waitpid():\n%s"), error 827 lib/vfs/interface.c const char *error = NULL; error 857 lib/vfs/interface.c error = _("%s is not a directory\n"); error 859 lib/vfs/interface.c error = _("Directory %s is not owned by you\n"); error 861 lib/vfs/interface.c error = _("Cannot set correct permissions for directory %s\n"); error 868 lib/vfs/interface.c error = ""; error 872 lib/vfs/interface.c if (error != NULL) error 879 lib/vfs/interface.c if (*error != '\0') error 880 lib/vfs/interface.c fprintf (stderr, error, buffer); error 902 lib/vfs/interface.c error = NULL; error 917 lib/vfs/interface.c if (error == NULL) error 694 lib/vfs/parse_ls_vga.c goto error; error 702 lib/vfs/parse_ls_vga.c goto error; error 717 lib/vfs/parse_ls_vga.c goto error; error 728 lib/vfs/parse_ls_vga.c goto error; error 742 lib/vfs/parse_ls_vga.c goto error; error 767 lib/vfs/parse_ls_vga.c goto error; error 773 lib/vfs/parse_ls_vga.c goto error; error 777 lib/vfs/parse_ls_vga.c goto error; error 789 lib/vfs/parse_ls_vga.c goto error; error 799 lib/vfs/parse_ls_vga.c goto error; error 869 lib/vfs/parse_ls_vga.c error: error 89 lib/vfs/path.h char *vfs_path_serialize (const vfs_path_t * vpath, GError ** error); error 90 lib/vfs/path.h vfs_path_t *vfs_path_deserialize (const char *data, GError ** error); error 538 src/args.c char *error; error 540 src/args.c lineno = strtol (tmp + 1, &error, 10); error 542 src/args.c if (*error == '\0') error 121 src/clipboard.c GError *error = NULL; error 126 src/clipboard.c mc_pread (p, &error); error 128 src/clipboard.c if (error != NULL) error 131 src/clipboard.c g_error_free (error); error 3442 src/diffviewer/ydiff.c int error; error 3473 src/diffviewer/ydiff.c error = dview_init (dview, "-a", file1, file2, label1, label2, DATA_SRC_MEM); /* XXX binary diff? */ error 3475 src/diffviewer/ydiff.c if (error == 0) error 3478 src/diffviewer/ydiff.c if (error != 0 || widget_get_state (dw, WST_CLOSED)) error 3481 src/diffviewer/ydiff.c return error == 0 ? 1 : 0; error 1712 src/editor/editcmd.c char *error; error 1722 src/editor/editcmd.c l = strtol (f, &error, 0); error 1723 src/editor/editcmd.c if (*error != '\0') error 340 src/editor/editmacros.c char *error = NULL; error 342 src/editor/editmacros.c count_repeat = strtol (f, &error, 0); error 344 src/editor/editmacros.c ok = (*error == '\0'); error 505 src/editor/editsearch.c if (!ok && edit->search->error != MC_SEARCH_E_NOTFOUND) error 569 src/editor/editsearch.c if (edit->search->error == MC_SEARCH_E_NOTFOUND) error 906 src/editor/editsearch.c if (!(edit->search->error == MC_SEARCH_E_OK || error 907 src/editor/editsearch.c (once_found && edit->search->error == MC_SEARCH_E_NOTFOUND))) error 971 src/editor/editsearch.c if (edit->search->error != MC_SEARCH_E_OK) error 292 src/editor/spell.c AspellCanHaveError *error = NULL; error 316 src/editor/spell.c error = mc_new_aspell_speller (global_speller->config); error 318 src/editor/spell.c if (mc_aspell_error_number (error) == 0) error 319 src/editor/spell.c global_speller->speller = mc_to_aspell_speller (error); error 322 src/editor/spell.c edit_error_dialog (_("Error"), mc_aspell_error_message (error)); error 323 src/editor/spell.c mc_delete_aspell_can_have_error (error); error 445 src/editor/spell.c AspellCanHaveError *error; error 467 src/editor/spell.c error = mc_new_aspell_speller (global_speller->config); error 468 src/editor/spell.c if (mc_aspell_error (error) != 0) error 470 src/editor/spell.c mc_delete_aspell_can_have_error (error); error 474 src/editor/spell.c global_speller->speller = mc_to_aspell_speller (error); error 837 src/filemanager/boxes.c char *error = NULL; error 843 src/filemanager/boxes.c cols = strtol (panel_brief_cols_out, &error, 10); error 844 src/filemanager/boxes.c if (*error == '\0') error 272 src/filemanager/file.c if (ctx->search_handle->error != MC_SEARCH_E_OK) error 288 src/filemanager/file.c if (ctx->search_handle->error == MC_SEARCH_E_OK) error 954 src/filemanager/file.c real_do_file_error (enum OperationMode mode, gboolean allow_retry, const char *error) error 963 src/filemanager/file.c query_dialog (msg, error, D_ERROR, 4, _("&Skip"), _("Ski&p all"), _("&Retry"), error 966 src/filemanager/file.c result = query_dialog (msg, error, D_ERROR, 3, _("&Skip"), _("Ski&p all"), _("&Abort")); error 3148 src/filemanager/file.c FileProgressStatus error; error 3150 src/filemanager/file.c error = query_recursive (ctx, vfs_path_as_str (vpath)); error 3151 src/filemanager/file.c if (error == FILE_CONT) error 3152 src/filemanager/file.c error = recursive_erase (tctx, ctx, vpath); error 3153 src/filemanager/file.c return error; error 1699 src/filemanager/panel.c parse_display_format (WPanel * panel, const char *format, char **error, gboolean isstatus, error 1708 src/filemanager/panel.c *error = NULL; error 1820 src/filemanager/panel.c *error = error 1837 src/filemanager/panel.c use_display_format (WPanel * panel, const char *format, char **error, gboolean isstatus) error 1848 src/filemanager/panel.c home = parse_display_format (panel, format, error, isstatus, &total_cols); error 1850 src/filemanager/panel.c if (*error != NULL) error 303 src/filemanager/panelize.c GError *error = NULL; error 306 src/filemanager/panelize.c external = mc_popen (command, TRUE, TRUE, &error); error 309 src/filemanager/panelize.c message (D_ERROR, _("External panelize"), "%s", error->message); error 310 src/filemanager/panelize.c g_error_free (error); error 331 src/filemanager/panelize.c mc_pread (external, &error); error 333 src/filemanager/panelize.c if (error != NULL) error 335 src/filemanager/panelize.c message (D_ERROR, MSG_ERROR, _("External panelize:\n%s"), error->message); error 336 src/filemanager/panelize.c g_error_free (error); error 353 src/filemanager/panelize.c unix_error_string (external->out.error)); error 164 src/filemanager/tree.c int error; error 168 src/filemanager/tree.c error = tree_store_save (); error 169 src/filemanager/tree.c if (error != 0) error 175 src/filemanager/tree.c unix_error_string (error)); error 512 src/vfs/extfs/extfs.c extfs_open_archive (int fstype, const char *name, struct extfs_super_t **pparc, GError ** error) error 551 src/vfs/extfs/extfs.c result = mc_popen (cmd, TRUE, TRUE, error); error 600 src/vfs/extfs/extfs.c extfs_read_archive (mc_pipe_t * pip, struct extfs_super_t *archive, GError ** error) error 613 src/vfs/extfs/extfs.c mc_pread (pip, error); error 615 src/vfs/extfs/extfs.c if (*error != NULL) error 685 src/vfs/extfs/extfs.c if (*error == NULL) error 686 src/vfs/extfs/extfs.c mc_propagate_error (error, 0, "%s", err_msg->str); error 691 src/vfs/extfs/extfs.c mc_propagate_error (error, 0, "%s", _("Inconsistent archive")); error 729 src/vfs/extfs/extfs.c GError *error = NULL; error 731 src/vfs/extfs/extfs.c pip = extfs_open_archive (fstype, name, archive, &error); error 741 src/vfs/extfs/extfs.c error->message); error 742 src/vfs/extfs/extfs.c g_error_free (error); error 746 src/vfs/extfs/extfs.c result = extfs_read_archive (pip, a, &error); error 751 src/vfs/extfs/extfs.c if (error != NULL) error 753 src/vfs/extfs/extfs.c message (D_ERROR, MSG_ERROR, _("EXTFS virtual file system:\n%s"), error->message); error 754 src/vfs/extfs/extfs.c g_error_free (error); error 924 src/vfs/extfs/extfs.c GError *error = NULL; error 946 src/vfs/extfs/extfs.c pip = mc_popen (cmd, FALSE, TRUE, &error); error 951 src/vfs/extfs/extfs.c message (D_ERROR, MSG_ERROR, _("EXTFS virtual file system:\n%s"), error->message); error 952 src/vfs/extfs/extfs.c g_error_free (error); error 958 src/vfs/extfs/extfs.c mc_pread (pip, &error); error 959 src/vfs/extfs/extfs.c if (error != NULL) error 961 src/vfs/extfs/extfs.c message (D_ERROR, MSG_ERROR, _("EXTFS virtual file system:\n%s"), error->message); error 962 src/vfs/extfs/extfs.c g_error_free (error); error 952 src/vfs/fish/fish.c goto error; error 982 src/vfs/fish/fish.c error: error 144 src/vfs/sfs/sfs.c GError *error = NULL; error 223 src/vfs/sfs/sfs.c pip = mc_popen (pad, FALSE, TRUE, &error); error 226 src/vfs/sfs/sfs.c message (D_ERROR, MSG_ERROR, _("SFS virtual file system:\n%s"), error->message); error 227 src/vfs/sfs/sfs.c g_error_free (error); error 233 src/vfs/sfs/sfs.c mc_pread (pip, &error); error 234 src/vfs/sfs/sfs.c if (error != NULL) error 236 src/vfs/sfs/sfs.c message (D_ERROR, MSG_ERROR, _("SFS virtual file system:\n%s"), error->message); error 237 src/vfs/sfs/sfs.c g_error_free (error); error 298 src/viewer/datasource.c goto error; error 307 src/viewer/datasource.c goto error; error 324 src/viewer/datasource.c error: error 384 src/viewer/datasource.c GError *error = NULL; error 388 src/viewer/datasource.c p = mc_popen (command, TRUE, TRUE, &error); error 392 src/viewer/datasource.c mcview_show_error (view, error->message); error 393 src/viewer/datasource.c g_error_free (error); error 204 src/viewer/dialogs.c char *error; error 206 src/viewer/dialogs.c addr = (off_t) g_ascii_strtoll (exp, &error, base); error 207 src/viewer/dialogs.c if ((*error == '\0') && (addr >= 0)) error 161 src/viewer/growbuf.c GError *error = NULL; error 169 src/viewer/growbuf.c mc_pread (sp, &error); error 171 src/viewer/growbuf.c if (error != NULL) error 173 src/viewer/growbuf.c mcview_show_error (view, error->message); error 174 src/viewer/growbuf.c g_error_free (error); error 213 src/viewer/growbuf.c unix_error_string (sp->out.error)); error 293 src/viewer/internal.h void mcview_show_error (WView * view, const char *error); error 172 src/viewer/search.c if (!ok && view->search->error != MC_SEARCH_E_NOTFOUND) error 425 src/viewer/search.c if (view->search->error != MC_SEARCH_E_NOTFOUND) error 433 src/viewer/search.c if (view->growbuf_in_use && !found && view->search->error == MC_SEARCH_E_NOTFOUND error 443 src/viewer/search.c if (orig_search_start != 0 && (!found && view->search->error == MC_SEARCH_E_NOTFOUND) error 481 src/viewer/search.c if (view->search->error == MC_SEARCH_E_NOTFOUND) error 55 tests/lib/mcconfig/config_string.c GError *error = NULL; error 57 tests/lib/mcconfig/config_string.c if (!mc_config_save_file (mc_config, &error)) error 59 tests/lib/mcconfig/config_string.c ck_abort_msg ("Unable to save config file: %s", error->message); error 60 tests/lib/mcconfig/config_string.c g_error_free (error); error 154 tests/lib/search/hex_translate_to_regex.c mc_search_hex_parse_error_t error = MC_SEARCH_HEX_E_OK; error 160 tests/lib/search/hex_translate_to_regex.c dest_str = mc_search__hex_translate_to_regex (tmp, &error, NULL); error 171 tests/lib/search/hex_translate_to_regex.c ck_assert_int_eq (error, data->expected_error); error 33 tests/lib/serialize.c static GError *error = NULL; error 48 tests/lib/serialize.c error = NULL; error 57 tests/lib/serialize.c g_clear_error (&error); error 93 tests/lib/serialize.c actual_result = mc_serialize_str (data->input_char_prefix, data->input_string, &error); error 100 tests/lib/serialize.c if (error != NULL) error 101 tests/lib/serialize.c g_error_free (error); error 160 tests/lib/serialize.c actual_result = mc_deserialize_str (data->input_char_prefix, data->input_string, &error); error 165 tests/lib/serialize.c ck_assert_int_eq (error->code, data->expected_error_code); error 166 tests/lib/serialize.c mctest_assert_str_eq (error->message, data->expected_error_string); error 204 tests/lib/serialize.c actual_result = mc_deserialize_str (data->input_char_prefix, data->input_string, &error); error 244 tests/lib/serialize.c actual = mc_serialize_config (test_data, &error); error 298 tests/lib/serialize.c actual_result = mc_deserialize_config (data->input_string, &error); error 303 tests/lib/serialize.c ck_assert_int_eq (error->code, data->expected_error_code); error 304 tests/lib/serialize.c mctest_assert_str_eq (error->message, data->expected_error_string); error 321 tests/lib/serialize.c actual = mc_deserialize_config (deserialize_input_value1, &error); error 141 tests/lib/vfs/path_serialize.c GError *error = NULL; error 145 tests/lib/vfs/path_serialize.c serialized_vpath = vfs_path_serialize (vpath, &error); error 149 tests/lib/vfs/path_serialize.c if (error != NULL) error 150 tests/lib/vfs/path_serialize.c g_error_free (error); error 168 tests/lib/vfs/path_serialize.c GError *error = NULL; error 171 tests/lib/vfs/path_serialize.c vpath = vfs_path_deserialize (ETALON_SERIALIZED_PATH, &error); error 74 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c GError ** error); error 98 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c GError ** error) error 109 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c g_set_error (error, MC_ERROR, G_OPTION_ERROR_FAILED, "unknown output format '%s'", value); error 121 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c GError *error = NULL; error 128 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c if (!g_option_context_parse (context, argc, argv, &error)) error 130 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c g_print ("option parsing failed: %s\n", error->message); error 131 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c g_error_free (error);