vfs_path_to_str_flags  339 lib/util.c         secure_path = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD);
vfs_path_to_str_flags  723 lib/vfs/path.c     return vfs_path_to_str_flags (vpath, elements_count, VPF_NONE);
vfs_path_to_str_flags  758 lib/vfs/path.c     vpath->str = vfs_path_to_str_flags (vpath, 0, flags);
vfs_path_to_str_flags  825 lib/vfs/path.c     vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);
vfs_path_to_str_flags 1030 lib/vfs/path.c     vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);
vfs_path_to_str_flags 1107 lib/vfs/path.c     vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);
vfs_path_to_str_flags 1244 lib/vfs/path.c     vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);
vfs_path_to_str_flags 1351 lib/vfs/path.c     ret_vpath->str = vfs_path_to_str_flags (ret_vpath, 0, VPF_NONE);
vfs_path_to_str_flags   67 lib/vfs/path.h char *vfs_path_to_str_flags (const vfs_path_t * vpath, int elements_count, vfs_path_flag_t flags);
vfs_path_to_str_flags 2761 src/diffviewer/ydiff.c     path = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
vfs_path_to_str_flags  289 src/filemanager/cd.c             d = vfs_path_to_str_flags (q_vpath, 0, VPF_STRIP_PASSWORD);
vfs_path_to_str_flags  548 src/filemanager/filegui.c     s1 = vfs_path_to_str_flags (p, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
vfs_path_to_str_flags  563 src/filemanager/filegui.c     s1 = vfs_path_to_str_flags (p, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
vfs_path_to_str_flags 1321 src/filemanager/filegui.c     tmp = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD);
vfs_path_to_str_flags 1046 src/filemanager/hotlist.c     to_free = title = url = vfs_path_to_str_flags (panel->cwd_vpath, 0, VPF_STRIP_PASSWORD);
vfs_path_to_str_flags 1618 src/filemanager/hotlist.c     label_string = vfs_path_to_str_flags (panel->cwd_vpath, 0, VPF_STRIP_PASSWORD);
vfs_path_to_str_flags 1538 src/filemanager/layout.c         vfs_path_to_str_flags (current_panel->cwd_vpath, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
vfs_path_to_str_flags 1592 src/filemanager/layout.c         path = vfs_path_to_str_flags (current_panel->cwd_vpath, 0, VPF_NONE);
vfs_path_to_str_flags 1278 src/filemanager/panel.c         vfs_path_to_str_flags (last_vpath, 0,
vfs_path_to_str_flags 1474 src/filemanager/panel.c     tmp = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD);
vfs_path_to_str_flags 3819 src/filemanager/panel.c             cwd = vfs_path_to_str_flags (panel->cwd_vpath, 0, VPF_STRIP_PASSWORD);
vfs_path_to_str_flags 1690 src/subshell/common.c     pcwd = vfs_path_to_str_flags (subshell_get_cwd (), 0, VPF_RECODE);
vfs_path_to_str_flags 1787 src/subshell/common.c             cwd = vfs_path_to_str_flags (subshell_get_cwd (), 0, VPF_STRIP_PASSWORD);
vfs_path_to_str_flags  253 tests/lib/vfs/path_recode.c     str_path = vfs_path_to_str_flags (vpath, 0, data->input_to_str_flags);
vfs_path_to_str_flags  182 tests/lib/vfs/relative_cd.c     filtered_path = vfs_path_to_str_flags (last_vpath, 0,