expected_result    93 tests/lib/mc_build_filename.c     const char *expected_result;
expected_result   124 tests/lib/mc_build_filename.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result    41 tests/lib/search/glob_prepare_replace_str.c     const char *expected_result;
expected_result    83 tests/lib/search/glob_prepare_replace_str.c     mctest_assert_str_eq (dest_str, data->expected_result);
expected_result    40 tests/lib/search/glob_translate_to_regex.c     const char *expected_result;
expected_result    97 tests/lib/search/glob_translate_to_regex.c     mctest_assert_str_eq (dest_str->str, data->expected_result);
expected_result    36 tests/lib/search/hex_translate_to_regex.c     const char *expected_result;
expected_result   167 tests/lib/search/hex_translate_to_regex.c         mctest_assert_str_eq (dest_str->str, data->expected_result);
expected_result    60 tests/lib/search/regex_replace_esc_seq.c     const gboolean expected_result;
expected_result   199 tests/lib/search/regex_replace_esc_seq.c     ck_assert_int_eq (actual_result, data->expected_result);
expected_result    40 tests/lib/search/translate_replace_glob_to_regex.c     const char *expected_result;
expected_result    74 tests/lib/search/translate_replace_glob_to_regex.c     mctest_assert_str_eq (dest_str->str, data->expected_result);
expected_result    69 tests/lib/serialize.c     const char *expected_result;
expected_result    96 tests/lib/serialize.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result   180 tests/lib/serialize.c     const char *expected_result;
expected_result   207 tests/lib/serialize.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result   224 tests/lib/serialize.c     const char *expected_result = "g6:group1p6:param1v10:some valuep6:param2v11:some value "
expected_result   249 tests/lib/serialize.c     mctest_assert_str_eq (actual, expected_result);
expected_result   100 tests/lib/strutil/filevercmp.c     int expected_result;
expected_result   128 tests/lib/strutil/filevercmp.c     ck_assert_int_eq (sign (actual_result), sign (data->expected_result));
expected_result    57 tests/lib/strutil/parse_integer.c     uintmax_t expected_result;
expected_result   133 tests/lib/strutil/parse_integer.c     ck_assert_msg (invalid == data->invalid && actual_result == data->expected_result,
expected_result   135 tests/lib/strutil/parse_integer.c                    actual_result, data->expected_result);
expected_result    59 tests/lib/strutil/str_replace_all.c     const char *expected_result;
expected_result   168 tests/lib/strutil/str_replace_all.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result    73 tests/lib/strutil/str_verscmp.c     int expected_result;
expected_result   112 tests/lib/strutil/str_verscmp.c     ck_assert_int_eq (sign (actual_result), sign (data->expected_result));
expected_result    79 tests/lib/vfs/path_cmp.c     const gboolean expected_result;
expected_result   138 tests/lib/vfs/path_cmp.c     ck_assert_int_eq (actual_result, data->expected_result);
expected_result   156 tests/lib/vfs/path_cmp.c     const gboolean expected_result;
expected_result   226 tests/lib/vfs/path_cmp.c     ck_assert_int_eq (actual_result, data->expected_result);
expected_result   212 tests/lib/vfs/vfs_parse_ls_lga.c     int expected_result;
expected_result   277 tests/lib/vfs/vfs_parse_ls_lga.c     ck_assert_int_eq (actual_result, data->expected_result);
expected_result    73 tests/lib/vfs/vfs_path_from_str_flags.c     const char *expected_result;
expected_result    99 tests/lib/vfs/vfs_path_from_str_flags.c     mctest_assert_str_eq (actual_result->str, data->expected_result);
expected_result    92 tests/lib/vfs/vfs_path_string_convert.c     const char *expected_result;
expected_result   186 tests/lib/vfs/vfs_path_string_convert.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result   204 tests/lib/vfs/vfs_path_string_convert.c     const char *expected_result;
expected_result   269 tests/lib/vfs/vfs_path_string_convert.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result    92 tests/lib/vfs/vfs_prefix_to_class.c     const struct vfs_class *expected_result;
expected_result   146 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   132 tests/lib/vfs/vfs_setup_cwd.c     mctest_assert_str_eq (vfs_get_current_dir (), data->expected_result);
expected_result    80 tests/lib/vfs/vfs_split.c     const struct vfs_class *expected_result;
expected_result   179 tests/lib/vfs/vfs_split.c     mctest_assert_ptr_eq (actual_result, data->expected_result);
expected_result    58 tests/lib/widget/hotkey_equal.c     gboolean expected_result;
expected_result   143 tests/lib/widget/hotkey_equal.c     ck_assert_int_eq (result, data->expected_result);
expected_result    58 tests/lib/x_basename.c     const char *expected_result;
expected_result   104 tests/lib/x_basename.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result   124 tests/src/execute__execute_get_external_cmd_opts_from_config.c     const char *expected_result;
expected_result   164 tests/src/execute__execute_get_external_cmd_opts_from_config.c     mctest_assert_str_eq (actual_result, data->expected_result);
expected_result    65 tests/src/filemanager/filegui_is_wildcarded.c     gboolean expected_result;
expected_result   135 tests/src/filemanager/filegui_is_wildcarded.c     ck_assert_int_eq (actual_result, data->expected_result);