expected_result    92 tests/lib/mc_build_filename.c     const char *expected_result;
expected_result   119 tests/lib/mc_build_filename.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result    40 tests/lib/search/glob_prepare_replace_str.c     const char *expected_result;
expected_result    81 tests/lib/search/glob_prepare_replace_str.c     mctest_assert_str_eq (dest_str, data->expected_result);
expected_result    39 tests/lib/search/glob_translate_to_regex.c     const char *expected_result;
expected_result    92 tests/lib/search/glob_translate_to_regex.c     mctest_assert_str_eq (dest_str->str, data->expected_result);
expected_result    35 tests/lib/search/hex_translate_to_regex.c     const char *expected_result;
expected_result   162 tests/lib/search/hex_translate_to_regex.c         mctest_assert_str_eq (dest_str->str, data->expected_result);
expected_result    57 tests/lib/search/regex_replace_esc_seq.c     const gboolean expected_result;
expected_result   207 tests/lib/search/regex_replace_esc_seq.c     ck_assert_int_eq (actual_result, data->expected_result);
expected_result    39 tests/lib/search/translate_replace_glob_to_regex.c     const char *expected_result;
expected_result    58 tests/lib/search/translate_replace_glob_to_regex.c     mctest_assert_str_eq (dest_str->str, data->expected_result);
expected_result    68 tests/lib/serialize.c     const char *expected_result;
expected_result    83 tests/lib/serialize.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result   157 tests/lib/serialize.c     const char *expected_result;
expected_result   180 tests/lib/serialize.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result   193 tests/lib/serialize.c     const char *expected_result =
expected_result   219 tests/lib/serialize.c     mctest_assert_str_eq (actual, expected_result);
expected_result    99 tests/lib/strutil/filevercmp.c     int expected_result;
expected_result   122 tests/lib/strutil/filevercmp.c     ck_assert_int_eq (sign (actual_result), sign (data->expected_result));
expected_result    56 tests/lib/strutil/parse_integer.c     uintmax_t expected_result;
expected_result    84 tests/lib/strutil/parse_integer.c     ck_assert_msg (invalid == data->invalid && actual_result == data->expected_result,
expected_result    86 tests/lib/strutil/parse_integer.c                    data->expected_result);
expected_result    58 tests/lib/strutil/str_replace_all.c     const char *expected_result;
expected_result   163 tests/lib/strutil/str_replace_all.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result    52 tests/lib/strutil/str_rstrip_eol.c     const char *expected_result;
expected_result    95 tests/lib/strutil/str_rstrip_eol.c     ck_assert_str_eq (actual_result, data->expected_result);
expected_result    72 tests/lib/strutil/str_verscmp.c     int expected_result;
expected_result   107 tests/lib/strutil/str_verscmp.c     ck_assert_int_eq (sign (actual_result), sign (data->expected_result));
expected_result    78 tests/lib/vfs/path_cmp.c     const gboolean expected_result;
expected_result   140 tests/lib/vfs/path_cmp.c     ck_assert_int_eq (actual_result, data->expected_result);
expected_result   155 tests/lib/vfs/path_cmp.c     const gboolean expected_result;
expected_result   229 tests/lib/vfs/path_cmp.c     ck_assert_int_eq (actual_result, data->expected_result);
expected_result   205 tests/lib/vfs/vfs_parse_ls_lga.c     int expected_result;
expected_result   270 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (actual_result, data->expected_result);
expected_result    72 tests/lib/vfs/vfs_path_from_str_flags.c     const char *expected_result;
expected_result    96 tests/lib/vfs/vfs_path_from_str_flags.c     mctest_assert_str_eq (actual_result->str, data->expected_result);
expected_result    91 tests/lib/vfs/vfs_path_string_convert.c     const char *expected_result;
expected_result   202 tests/lib/vfs/vfs_path_string_convert.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result   217 tests/lib/vfs/vfs_path_string_convert.c     const char *expected_result;
expected_result   287 tests/lib/vfs/vfs_path_string_convert.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result    90 tests/lib/vfs/vfs_prefix_to_class.c     const struct vfs_class *expected_result;
expected_result   148 tests/lib/vfs/vfs_prefix_to_class.c     mctest_assert_ptr_eq (actual_result, data->expected_result);
expected_result   103 tests/lib/vfs/vfs_setup_cwd.c     const char *expected_result;
expected_result   122 tests/lib/vfs/vfs_setup_cwd.c     mctest_assert_str_eq (vfs_get_current_dir (), data->expected_result);
expected_result    79 tests/lib/vfs/vfs_split.c     const struct vfs_class *expected_result;
expected_result   187 tests/lib/vfs/vfs_split.c     mctest_assert_ptr_eq (actual_result, data->expected_result);
expected_result    57 tests/lib/widget/hotkey_equal.c     gboolean expected_result;
expected_result   137 tests/lib/widget/hotkey_equal.c     ck_assert_int_eq (result, data->expected_result);
expected_result    57 tests/lib/x_basename.c     const char *expected_result;
expected_result    99 tests/lib/x_basename.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result   122 tests/src/execute__execute_get_external_cmd_opts_from_config.c     const char *expected_result;
expected_result   157 tests/src/execute__execute_get_external_cmd_opts_from_config.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result    63 tests/src/filemanager/filegui_is_wildcarded.c     gboolean expected_result;
expected_result    89 tests/src/filemanager/filegui_is_wildcarded.c     ck_assert_int_eq (actual_result, data->expected_result);