ck_assert_int_eq  171 tests/lib/search/hex_translate_to_regex.c         ck_assert_int_eq (error, data->expected_error);
ck_assert_int_eq  199 tests/lib/search/regex_replace_esc_seq.c     ck_assert_int_eq (actual_result, data->expected_result);
ck_assert_int_eq  200 tests/lib/search/regex_replace_esc_seq.c     ck_assert_int_eq (actual_skipped_len, data->expected_skipped_len);
ck_assert_int_eq  201 tests/lib/search/regex_replace_esc_seq.c     ck_assert_int_eq (actual_flags, data->expected_flags);
ck_assert_int_eq  165 tests/lib/serialize.c     ck_assert_int_eq (error->code, data->expected_error_code);
ck_assert_int_eq  303 tests/lib/serialize.c     ck_assert_int_eq (error->code, data->expected_error_code);
ck_assert_int_eq  336 tests/lib/serialize.c     ck_assert_int_eq (mc_config_get_int (actual, "group2", "param2", 0), 123456);
ck_assert_int_eq  348 tests/lib/serialize.c     ck_assert_int_eq (mc_config_get_int (actual, "group4", "param2", 0), 654321);
ck_assert_int_eq   86 tests/lib/strutil/filevercmp.c     ck_assert_int_eq (sign (nresult), sign (result));
ck_assert_int_eq  128 tests/lib/strutil/filevercmp.c     ck_assert_int_eq (sign (actual_result), sign (data->expected_result));
ck_assert_int_eq  235 tests/lib/strutil/filevercmp.c             ck_assert_int_eq ((size_t) _i, _j);
ck_assert_int_eq  272 tests/lib/strutil/filevercmp.c             ck_assert_int_eq ((size_t) _i, _j);
ck_assert_int_eq  310 tests/lib/strutil/filevercmp.c             ck_assert_int_eq ((size_t) _i, _j);
ck_assert_int_eq  368 tests/lib/strutil/filevercmp.c                 ck_assert_int_eq (test_filevercmp (i, j), 0);
ck_assert_int_eq  369 tests/lib/strutil/filevercmp.c                 ck_assert_int_eq (test_filevercmp (j, i), 0);
ck_assert_int_eq  112 tests/lib/strutil/str_verscmp.c     ck_assert_int_eq (sign (actual_result), sign (data->expected_result));
ck_assert_int_eq  220 tests/lib/utilunix__mc_pstream_get_string.c         ck_assert_int_eq (stream.pos, data->pos[j]);
ck_assert_int_eq  226 tests/lib/utilunix__mc_pstream_get_string.c         ck_assert_int_eq (ret->len, data->len[j]);
ck_assert_int_eq  236 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (_act->sa_flags, 0); \
ck_assert_int_eq  248 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (sigaction_signum__captured->len, 6); \
ck_assert_int_eq  250 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 0)), SIGINT); \
ck_assert_int_eq  251 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 1)), SIGQUIT); \
ck_assert_int_eq  252 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 2)), SIGTSTP); \
ck_assert_int_eq  253 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 3)), SIGINT); \
ck_assert_int_eq  254 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 4)), SIGQUIT); \
ck_assert_int_eq  255 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 5)), SIGTSTP); \
ck_assert_int_eq  286 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (signal_signum__captured->len, 4); \
ck_assert_int_eq  287 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(signal_signum__captured, 0)), SIGINT); \
ck_assert_int_eq  288 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(signal_signum__captured, 1)), SIGQUIT); \
ck_assert_int_eq  289 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(signal_signum__captured, 2)), SIGTSTP); \
ck_assert_int_eq  290 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(signal_signum__captured, 3)), SIGCHLD); \
ck_assert_int_eq   49 tests/lib/utilunix__my_system-fork_child.c     ck_assert_int_eq (actual_value, 0);
ck_assert_int_eq   55 tests/lib/utilunix__my_system-fork_child.c     ck_assert_int_eq (execvp__args__captured->len, 2);
ck_assert_int_eq   61 tests/lib/utilunix__my_system-fork_child.c     ck_assert_int_eq (my_exit__status__captured, 127);
ck_assert_int_eq   49 tests/lib/utilunix__my_system-fork_child_shell.c     ck_assert_int_eq (actual_value, 0);
ck_assert_int_eq   55 tests/lib/utilunix__my_system-fork_child_shell.c     ck_assert_int_eq (execvp__args__captured->len, 3);
ck_assert_int_eq   62 tests/lib/utilunix__my_system-fork_child_shell.c     ck_assert_int_eq (my_exit__status__captured, 127);
ck_assert_int_eq   53 tests/lib/utilunix__my_system-fork_fail.c     ck_assert_int_eq (actual_value, -1);
ck_assert_int_eq   57 tests/lib/utilunix__my_system-fork_fail.c     ck_assert_int_eq (signal_signum__captured->len, 0);
ck_assert_int_eq  138 tests/lib/vfs/path_cmp.c     ck_assert_int_eq (actual_result, data->expected_result);
ck_assert_int_eq  226 tests/lib/vfs/path_cmp.c     ck_assert_int_eq (actual_result, data->expected_result);
ck_assert_int_eq  116 tests/lib/vfs/path_len.c     ck_assert_int_eq (actual_length, data->expected_length);
ck_assert_int_eq  163 tests/lib/vfs/path_manipulations.c     ck_assert_int_eq (tokens_count, data->expected_token_count);
ck_assert_int_eq  346 tests/lib/vfs/path_manipulations.c     ck_assert_int_eq (vfs_path_elements_count (vpath3), data->expected_element_count);
ck_assert_int_eq  149 tests/lib/vfs/relative_cd.c         ck_assert_int_eq (actual_result, 0);
ck_assert_int_eq  180 tests/lib/vfs/vfs_adjust_stat.c     ck_assert_int_eq (data->etalon_stat.st_blocks, expected_stat.st_blocks);
ck_assert_int_eq  182 tests/lib/vfs/vfs_adjust_stat.c     ck_assert_int_eq (0, 0);
ck_assert_int_eq  277 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (actual_result, data->expected_result);
ck_assert_int_eq  282 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (etalon_stat.st_dev, test_stat.st_dev);
ck_assert_int_eq  283 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (etalon_stat.st_ino, test_stat.st_ino);
ck_assert_int_eq  284 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (etalon_stat.st_mode, test_stat.st_mode);
ck_assert_int_eq  285 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (etalon_stat.st_uid, test_stat.st_uid);
ck_assert_int_eq  286 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (etalon_stat.st_gid, test_stat.st_gid);
ck_assert_int_eq  288 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (etalon_stat.st_rdev, test_stat.st_rdev);
ck_assert_int_eq  290 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (etalon_stat.st_size, test_stat.st_size);
ck_assert_int_eq  292 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (etalon_stat.st_blksize, test_stat.st_blksize);
ck_assert_int_eq  295 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (etalon_stat.st_blocks, test_stat.st_blocks);
ck_assert_int_eq  305 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (0, test_stat.st_atim.tv_nsec);
ck_assert_int_eq  306 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (0, test_stat.st_mtim.tv_nsec);
ck_assert_int_eq  307 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (0, test_stat.st_ctim.tv_nsec);
ck_assert_int_eq  185 tests/lib/vfs/vfs_path_string_convert.c     ck_assert_int_eq (vpath_len, data->expected_elements_count);
ck_assert_int_eq  209 tests/lib/widget/complete_engine.c     ck_assert_int_eq (try_complete__lc_start__captured, data->expected_start);
ck_assert_int_eq  210 tests/lib/widget/complete_engine.c     ck_assert_int_eq (try_complete__lc_end__captured, data->expected_end);
ck_assert_int_eq  211 tests/lib/widget/complete_engine.c     ck_assert_int_eq (try_complete__flags__captured, data->input_completion_flags);
ck_assert_int_eq  143 tests/lib/widget/hotkey_equal.c     ck_assert_int_eq (result, data->expected_result);
ck_assert_int_eq   85 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w0->rect.y, 21);
ck_assert_int_eq   86 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w0->rect.x, 21);
ck_assert_int_eq   88 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (WIDGET (g1)->rect.y, 25);
ck_assert_int_eq   89 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (WIDGET (g1)->rect.x, 25);
ck_assert_int_eq   91 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w1->rect.y, 30);
ck_assert_int_eq   92 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w1->rect.x, 30);
ck_assert_int_eq   94 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (WIDGET (g2)->rect.y, 40);
ck_assert_int_eq   95 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (WIDGET (g2)->rect.x, 40);
ck_assert_int_eq   97 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w2->rect.y, 55);
ck_assert_int_eq   98 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w2->rect.x, 55);
ck_assert_int_eq  105 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w0->rect.y, 1);
ck_assert_int_eq  106 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w0->rect.x, 1);
ck_assert_int_eq  109 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (WIDGET (g1)->rect.y, 5);
ck_assert_int_eq  110 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (WIDGET (g1)->rect.x, 5);
ck_assert_int_eq  112 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w1->rect.y, 10);
ck_assert_int_eq  113 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w1->rect.x, 10);
ck_assert_int_eq  115 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (WIDGET (g2)->rect.y, 20);
ck_assert_int_eq  116 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (WIDGET (g2)->rect.x, 20);
ck_assert_int_eq  118 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w2->rect.y, 35);
ck_assert_int_eq  119 tests/lib/widget/widget_make_global_local.c     ck_assert_int_eq (w2->rect.x, 35);
ck_assert_int_eq  274 tests/src/editor/edit_complete_word_cmd.c     ck_assert_int_eq (g_queue_get_length (edit_completion_dialog_show__compl),
ck_assert_int_eq  276 tests/src/editor/edit_complete_word_cmd.c     ck_assert_int_eq (edit_completion_dialog_show__max_width, data->expected_max_width);
ck_assert_int_eq  160 tests/src/execute__execute_external_editor_or_viewer.c     ck_assert_int_eq (execute_external_cmd_opts__start_line__captured, 123);
ck_assert_int_eq  164 tests/src/execute__execute_external_editor_or_viewer.c     ck_assert_int_eq (do_executev__flags__captured, EXECUTE_INTERNAL);
ck_assert_int_eq  165 tests/src/execute__execute_external_editor_or_viewer.c     ck_assert_int_eq (do_executev__argv__captured->len, 7);
ck_assert_int_eq   68 tests/src/execute__execute_with_vfs_arg.c     ck_assert_int_eq (vfs_file_is_local__vpath__captured->len, 1);
ck_assert_int_eq   76 tests/src/execute__execute_with_vfs_arg.c     ck_assert_int_eq (do_execute__flags__captured, EXECUTE_INTERNAL);
ck_assert_int_eq  106 tests/src/execute__execute_with_vfs_arg.c     ck_assert_int_eq (vfs_file_is_local__vpath__captured->len, 2);
ck_assert_int_eq  144 tests/src/execute__execute_with_vfs_arg.c     ck_assert_int_eq (vfs_file_is_local__vpath__captured->len, 1);
ck_assert_int_eq  187 tests/src/execute__execute_with_vfs_arg.c     ck_assert_int_eq (vfs_file_is_local__vpath__captured->len, 1);
ck_assert_int_eq  195 tests/src/execute__execute_with_vfs_arg.c     ck_assert_int_eq (mc_stat__vpath__captured->len, 2);
ck_assert_int_eq  150 tests/src/filemanager/cd_to.c     ck_assert_int_eq (do_cd__cd_type__captured, cd_parse_command);
ck_assert_int_eq  135 tests/src/filemanager/filegui_is_wildcarded.c     ck_assert_int_eq (actual_result, data->expected_result);