vfs_path_get_last_path_str 92 lib/vfs/interface.c fdout = vfs_mkstemps (&tmp_vpath, "vfs", vfs_path_get_last_path_str (filename_vpath)); vfs_path_get_last_path_str 136 lib/vfs/interface.c local = vfs_path_get_last_path_str (local_vpath); vfs_path_get_last_path_str 174 lib/vfs/interface.c message (D_ERROR, _("Changes to file lost"), "%s", vfs_path_get_last_path_str (filename_vpath)); vfs_path_get_last_path_str 2203 src/editor/edit.c unlink (vfs_path_get_last_path_str (edit->filename_vpath)); vfs_path_get_last_path_str 1132 src/editor/editcmd.c if (!exist_file (vfs_path_get_last_path_str (extdir_vpath))) vfs_path_get_last_path_str 1178 src/editor/editcmd.c if (!exist_file (vfs_path_get_last_path_str (menufile_vpath))) vfs_path_get_last_path_str 1190 src/editor/editcmd.c chmod (vfs_path_get_last_path_str (buffer_vpath), 0600); vfs_path_get_last_path_str 1201 src/editor/editcmd.c if (!exist_file (vfs_path_get_last_path_str (buffer_vpath))) vfs_path_get_last_path_str 209 src/editor/editdraw.c fname = vfs_path_get_last_path_str (edit->filename_vpath); vfs_path_get_last_path_str 267 src/editor/editdraw.c fname = vfs_path_get_last_path_str (edit->filename_vpath); vfs_path_get_last_path_str 270 src/execute.c parameter = g_shell_quote (vfs_path_get_last_path_str (filename_vpath)); vfs_path_get_last_path_str 617 src/execute.c do_execute (command, vfs_path_get_last_path_str (do_execute_vpath), EXECUTE_INTERNAL); vfs_path_get_last_path_str 828 src/filemanager/cmd.c if (!exist_file (vfs_path_get_last_path_str (extdir_vpath))) vfs_path_get_last_path_str 859 src/filemanager/cmd.c if (!exist_file (vfs_path_get_last_path_str (menufile_vpath))) vfs_path_get_last_path_str 871 src/filemanager/cmd.c chmod (vfs_path_get_last_path_str (buffer_vpath), 0600); vfs_path_get_last_path_str 882 src/filemanager/cmd.c if (!exist_file (vfs_path_get_last_path_str (buffer_vpath))) vfs_path_get_last_path_str 928 src/filemanager/cmd.c if (!exist_file (vfs_path_get_last_path_str (fhlfile_vpath))) vfs_path_get_last_path_str 143 src/filemanager/ext.c return quote_func (vfs_path_get_last_path_str (filename_vpath), FALSE); vfs_path_get_last_path_str 156 src/filemanager/ext.c return quote_func (vfs_path_get_last_path_str (localfilecopy_vpath), FALSE); vfs_path_get_last_path_str 591 src/filemanager/ext.c tmp = name_quote (vfs_path_get_last_path_str (filename_vpath), FALSE); vfs_path_get_last_path_str 611 src/filemanager/ext.c tmp = name_quote (vfs_path_get_last_path_str (filename_vpath), FALSE); vfs_path_get_last_path_str 670 src/filemanager/ext.c realname = vfs_path_get_last_path_str (localfile_vpath); vfs_path_get_last_path_str 882 src/filemanager/ext.c filename = vfs_path_get_last_path_str (filename_vpath); vfs_path_get_last_path_str 2960 src/filemanager/panel.c sel_entry = strrchr (vfs_path_get_last_path_str (panel->cwd_vpath), PATH_SEP); vfs_path_get_last_path_str 449 src/filemanager/treestore.c new_name = vfs_path_get_last_path_str (new->name); vfs_path_get_last_path_str 135 src/vfs/extfs/extfs.c super->local_name = g_strdup (vfs_path_get_last_path_str (local_name_vpath)); vfs_path_get_last_path_str 544 src/vfs/extfs/extfs.c local_last_path = vfs_path_get_last_path_str (local_name_vpath); vfs_path_get_last_path_str 546 src/vfs/extfs/extfs.c tmp = name_quote (vfs_path_get_last_path_str (name_vpath), FALSE); vfs_path_get_last_path_str 1529 src/vfs/extfs/extfs.c if (strcmp (fh->ino->localname, vfs_path_get_last_path_str (local)) == 0) vfs_path_get_last_path_str 155 src/vfs/sfs/sfs.c && strcmp (vfs_path_get_last_path_str (pname), PATH_SEP_STR) != 0) vfs_path_get_last_path_str 175 src/vfs/sfs/sfs.c pqname = name_quote (vfs_path_get_last_path_str (s), FALSE); vfs_path_get_last_path_str 246 src/viewer/actions_cmd.c && (*(vfs_path_get_last_path_str (view->filename_vpath)) != '\0') vfs_path_get_last_path_str 162 src/viewer/display.c vfs_path_get_last_path_str (view->filename_vpath) : view->command != NULL ? vfs_path_get_last_path_str 395 tests/lib/vfs/path_manipulations.c mctest_assert_str_eq (vfs_path_get_last_path_str (vpath), data->expected_last_path_in_element); vfs_path_get_last_path_str 422 tests/lib/vfs/path_manipulations.c mctest_assert_str_eq (vfs_path_get_last_path_str (cloned_vpath),