VPF_STRIP_HOME    556 lib/vfs/path.c         if ((flags & VPF_STRIP_HOME) && element_index == 0                                         \
VPF_STRIP_HOME   2721 src/diffviewer/ydiff.c     path = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
VPF_STRIP_HOME   1330 src/filemanager/cmd.c     vpath = vfs_path_from_str_flags (mc_config_get_path (), VPF_STRIP_HOME);
VPF_STRIP_HOME    544 src/filemanager/filegui.c     s1 = vfs_path_to_str_flags (p, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
VPF_STRIP_HOME    559 src/filemanager/filegui.c     s1 = vfs_path_to_str_flags (p, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
VPF_STRIP_HOME   1537 src/filemanager/layout.c         vfs_path_to_str_flags (current_panel->cwd_vpath, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
VPF_STRIP_HOME   1140 src/filemanager/panel.c                                          VPF_STRIP_HOME | VPF_STRIP_PASSWORD | VPF_HIDE_CHARSET);
VPF_STRIP_HOME    188 tests/lib/vfs/path_recode.c         VPF_STRIP_HOME,
VPF_STRIP_HOME    195 tests/lib/vfs/path_recode.c         VPF_STRIP_HOME | VPF_STRIP_PASSWORD,
VPF_STRIP_HOME    202 tests/lib/vfs/path_recode.c         VPF_STRIP_HOME | VPF_STRIP_PASSWORD | VPF_HIDE_CHARSET,
VPF_STRIP_HOME    209 tests/lib/vfs/path_recode.c         VPF_STRIP_HOME | VPF_RECODE,
VPF_STRIP_HOME    216 tests/lib/vfs/path_recode.c         VPF_STRIP_HOME | VPF_RECODE | VPF_STRIP_PASSWORD,
VPF_STRIP_HOME    174 tests/lib/vfs/relative_cd.c                                            VPF_STRIP_HOME | VPF_STRIP_PASSWORD | VPF_HIDE_CHARSET);
VPF_STRIP_HOME     93 tests/lib/vfs/vfs_path_from_str_flags.c     actual_result = vfs_path_from_str_flags (data->input_string, VPF_STRIP_HOME);