VPF_STRIP_HOME    601 lib/vfs/path.c     if ((flags & VPF_STRIP_HOME) && element_index == 0 && \
VPF_STRIP_HOME   2761 src/diffviewer/ydiff.c     path = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
VPF_STRIP_HOME   1356 src/filemanager/cmd.c     vpath = vfs_path_from_str_flags (mc_config_get_path (), VPF_STRIP_HOME);
VPF_STRIP_HOME    548 src/filemanager/filegui.c     s1 = vfs_path_to_str_flags (p, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
VPF_STRIP_HOME    563 src/filemanager/filegui.c     s1 = vfs_path_to_str_flags (p, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
VPF_STRIP_HOME   1538 src/filemanager/layout.c         vfs_path_to_str_flags (current_panel->cwd_vpath, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
VPF_STRIP_HOME   1279 src/filemanager/panel.c                                VPF_STRIP_HOME | VPF_STRIP_PASSWORD | VPF_HIDE_CHARSET);
VPF_STRIP_HOME    206 tests/lib/vfs/path_recode.c         VPF_STRIP_HOME,
VPF_STRIP_HOME    212 tests/lib/vfs/path_recode.c         VPF_STRIP_HOME | VPF_STRIP_PASSWORD,
VPF_STRIP_HOME    218 tests/lib/vfs/path_recode.c         VPF_STRIP_HOME | VPF_STRIP_PASSWORD | VPF_HIDE_CHARSET,
VPF_STRIP_HOME    224 tests/lib/vfs/path_recode.c         VPF_STRIP_HOME | VPF_RECODE,
VPF_STRIP_HOME    230 tests/lib/vfs/path_recode.c         VPF_STRIP_HOME | VPF_RECODE | VPF_STRIP_PASSWORD,
VPF_STRIP_HOME    183 tests/lib/vfs/relative_cd.c                                            VPF_STRIP_HOME | VPF_STRIP_PASSWORD | VPF_HIDE_CHARSET);
VPF_STRIP_HOME     96 tests/lib/vfs/vfs_path_from_str_flags.c     actual_result = vfs_path_from_str_flags (data->input_string, VPF_STRIP_HOME);