rmdir 226 examples/libsmbclient/smbwrapper/wrapper.c GETSYM(rmdir, "rmdir");
rmdir 1151 examples/libsmbclient/smbwrapper/wrapper.c return (* smbw_libc.rmdir)((char *) name);
rmdir 127 examples/libsmbclient/smbwrapper/wrapper.h int (* rmdir)(char *name);
rmdir 121 lib/replace/test/os2_delete.c rmdir(TESTDIR) == 0 || FAILED("rmdir");
rmdir 2784 source3/include/libsmbclient.h smbc_rmdir_fn rmdir DEPRECATED_SMBC_INTERFACE;
rmdir 324 source3/include/vfs.h int (*rmdir)(struct vfs_handle_struct *handle, const char *path);
rmdir 521 source3/include/vfs.h struct vfs_handle_struct *rmdir;
rmdir 46 source3/include/vfs_macros.h #define SMB_VFS_RMDIR(conn, path) ((conn)->vfs.ops.rmdir((conn)->vfs.handles.rmdir, (path)))
rmdir 180 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_RMDIR(conn, path) ((conn)->vfs_opaque.ops.rmdir((conn)->vfs_opaque.handles.rmdir, (path)))
rmdir 315 source3/include/vfs_macros.h #define SMB_VFS_NEXT_RMDIR(handle, path) ((handle)->vfs_next.ops.rmdir((handle)->vfs_next.handles.rmdir, (path)))
rmdir 778 source3/libsmb/libsmb_setget.c return c->rmdir;
rmdir 784 source3/libsmb/libsmb_setget.c c->rmdir = fn;
rmdir 243 source3/modules/vfs_default.c result = rmdir(path);
rmdir 103 source4/lib/registry/dir.c if (rmdir(name) == 0)
rmdir 402 source4/lib/registry/tests/hive.c rmdir(dirname);
rmdir 426 source4/lib/registry/tests/hive.c rmdir(dirname);
rmdir 450 source4/lib/registry/tests/hive.c rmdir(dirname);
rmdir 1124 source4/ntvfs/cifs/vfs_cifs.c ops.rmdir = cvfs_rmdir;
rmdir 452 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c if (rmdir(unix_path) == -1) {
rmdir 1044 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c ops.rmdir = cifspsx_rmdir;
rmdir 921 source4/ntvfs/ipc/vfs_ipc.c ops.rmdir = ipc_rmdir;
rmdir 381 source4/ntvfs/nbench/vfs_nbench.c PASS_THRU_REQ(ntvfs, req, rmdir, rd, (ntvfs, req, rd));
rmdir 937 source4/ntvfs/nbench/vfs_nbench.c ops.rmdir = nbench_rmdir;
rmdir 81 source4/ntvfs/ntvfs.h NTSTATUS (*rmdir)(struct ntvfs_module_context *ntvfs,
rmdir 126 source4/ntvfs/ntvfs_interface.c if (!ntvfs->ops->rmdir) {
rmdir 129 source4/ntvfs/ntvfs_interface.c return ntvfs->ops->rmdir(ntvfs, req, rd);
rmdir 431 source4/ntvfs/ntvfs_interface.c if (!ntvfs->next || !ntvfs->next->ops->rmdir) {
rmdir 434 source4/ntvfs/ntvfs_interface.c return ntvfs->next->ops->rmdir(ntvfs->next, req, rd);
rmdir 72 source4/ntvfs/posix/pvfs_mkdir.c rmdir(name->full_name);
rmdir 81 source4/ntvfs/posix/pvfs_mkdir.c rmdir(name->full_name);
rmdir 139 source4/ntvfs/posix/pvfs_mkdir.c rmdir(name->full_name);
rmdir 182 source4/ntvfs/posix/pvfs_mkdir.c if (rmdir(name->full_name) == -1) {
rmdir 76 source4/ntvfs/posix/pvfs_open.c if (rmdir(delete_path) != 0) {
rmdir 432 source4/ntvfs/posix/pvfs_open.c rmdir(name->full_name);
rmdir 345 source4/ntvfs/posix/vfs_posix.c ops.rmdir = pvfs_rmdir;
rmdir 449 source4/ntvfs/simple/vfs_simple.c if (rmdir(unix_path) == -1) {
rmdir 1041 source4/ntvfs/simple/vfs_simple.c ops.rmdir = svfs_rmdir;
rmdir 818 source4/ntvfs/smb2/vfs_smb2.c ops.rmdir = cvfs_rmdir;
rmdir 395 source4/ntvfs/unixuid/vfs_unixuid.c PASS_THRU_REQ(ntvfs, req, rmdir, (ntvfs, req, rd));
rmdir 686 source4/ntvfs/unixuid/vfs_unixuid.c ops.rmdir = unixuid_rmdir;