rmdir             262 lib/vfs/interface.c MC_NAMEOP (rmdir, (const vfs_path_t *vpath), (vpath))
rmdir             198 lib/vfs/vfs.h      int (*rmdir) (const vfs_path_t * vpath);
rmdir            1743 src/vfs/extfs/extfs.c     vfs_extfs_ops->rmdir = extfs_rmdir;
rmdir            2767 src/vfs/ftpfs/ftpfs.c     vfs_ftpfs_ops->rmdir = ftpfs_rmdir;
rmdir             360 src/vfs/local/local.c     return rmdir (path);
rmdir             518 src/vfs/local/local.c     vfs_local_ops->rmdir = local_rmdir;
rmdir             834 src/vfs/sftpfs/sftpfs.c     vfs_sftpfs_ops->rmdir = sftpfs_cb_rmdir;
rmdir            1783 src/vfs/shell/shell.c     vfs_shell_ops->rmdir = shell_rmdir;