rmdir 257 lib/vfs/interface.c MC_NAMEOP (rmdir, (const vfs_path_t *vpath), (vpath)) rmdir 199 lib/vfs/vfs.h int (*rmdir) (const vfs_path_t * vpath); rmdir 1733 src/vfs/extfs/extfs.c vfs_extfs_ops->rmdir = extfs_rmdir; rmdir 1763 src/vfs/fish/fish.c vfs_fish_ops->rmdir = fish_rmdir; rmdir 2771 src/vfs/ftpfs/ftpfs.c vfs_ftpfs_ops->rmdir = ftpfs_rmdir; rmdir 338 src/vfs/local/local.c return rmdir (path_element->path); rmdir 492 src/vfs/local/local.c vfs_local_ops->rmdir = local_rmdir; rmdir 835 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops->rmdir = sftpfs_cb_rmdir;