rmdir             262 lib/vfs/interface.c MC_NAMEOP (rmdir, (const vfs_path_t *vpath), (vpath))
rmdir             204 lib/vfs/vfs.h      int (*rmdir) (const vfs_path_t * vpath);
rmdir            1758 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             352 src/vfs/local/local.c     return rmdir (path);
rmdir             510 src/vfs/local/local.c     vfs_local_ops->rmdir = local_rmdir;
rmdir             829 src/vfs/sftpfs/sftpfs.c     vfs_sftpfs_ops->rmdir = sftpfs_cb_rmdir;
rmdir            1751 src/vfs/shell/shell.c     vfs_shell_ops->rmdir = shell_rmdir;