mc_realpath 235 lib/shell.c mc_shell->real_path = mc_realpath (mc_shell->path, rp_shell); mc_realpath 235 lib/util.h char *mc_realpath (const char *path, char *resolved_path); mc_realpath 134 src/filemanager/info.c p_rp_cwd = mc_realpath (vfs_path_as_str (current_panel->cwd_vpath), rp_cwd); mc_realpath 1213 src/filemanager/panel.c if (mc_realpath (old_cwd, rpath) == NULL) mc_realpath 1787 src/subshell/common.c p_subshell_cwd = mc_realpath (subshell_cwd, rp_subshell_cwd); mc_realpath 1788 src/subshell/common.c p_current_panel_cwd = mc_realpath (pcwd, rp_current_panel_cwd); mc_realpath 105 tests/lib/mc_realpath.c if (mc_realpath (data->input_string, resolved_path) == NULL)