vfs_path_to_str_flags 333 lib/util.c secure_path = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD); vfs_path_to_str_flags 712 lib/vfs/path.c return vfs_path_to_str_flags (vpath, elements_count, VPF_NONE); vfs_path_to_str_flags 747 lib/vfs/path.c vpath->str = vfs_path_to_str_flags (vpath, 0, flags); vfs_path_to_str_flags 813 lib/vfs/path.c vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE); vfs_path_to_str_flags 1019 lib/vfs/path.c vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE); vfs_path_to_str_flags 1096 lib/vfs/path.c vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE); vfs_path_to_str_flags 1233 lib/vfs/path.c vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE); vfs_path_to_str_flags 1340 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 2779 src/diffviewer/ydiff.c path = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD); vfs_path_to_str_flags 286 src/filemanager/cd.c d = vfs_path_to_str_flags (q_vpath, 0, VPF_STRIP_PASSWORD); vfs_path_to_str_flags 525 src/filemanager/filegui.c s1 = vfs_path_to_str_flags (p, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD); vfs_path_to_str_flags 540 src/filemanager/filegui.c s1 = vfs_path_to_str_flags (p, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD); vfs_path_to_str_flags 1299 src/filemanager/filegui.c tmp = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD); vfs_path_to_str_flags 1044 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 1616 src/filemanager/hotlist.c label_string = vfs_path_to_str_flags (panel->cwd_vpath, 0, VPF_STRIP_PASSWORD); vfs_path_to_str_flags 1535 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 1228 src/filemanager/panel.c vfs_path_to_str_flags (last_vpath, 0, vfs_path_to_str_flags 1421 src/filemanager/panel.c tmp = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD); vfs_path_to_str_flags 3741 src/filemanager/panel.c cwd = vfs_path_to_str_flags (panel->cwd_vpath, 0, VPF_STRIP_PASSWORD); vfs_path_to_str_flags 1691 src/subshell/common.c pcwd = vfs_path_to_str_flags (subshell_get_cwd (), 0, VPF_RECODE); vfs_path_to_str_flags 1779 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 183 tests/lib/vfs/relative_cd.c filtered_path = vfs_path_to_str_flags (last_vpath, 0,