Searched refs:rmdir (Results 1 - 18 of 18) sorted by relevance

/barrelfish-2018-10-04/lib/posixcompat/
H A Drmdir.c13 int rmdir(const char*pathname) function
15 USER_PANIC("rmdir() NYI");
H A Dremove.c21 // If it was a directory, try rmdir() next
23 return rmdir(filename);
/barrelfish-2018-10-04/lib/acpica/generate/efi/
H A DMakefile.common29 rmdir obj; \
45 rmdir obj; \
54 rmdir bin; \
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dremove.c52 return (rmdir(file));
/barrelfish-2018-10-04/lib/acpica/generate/unix/
H A DMakefile.common47 rmdir obj; \
63 rmdir obj; \
72 rmdir bin; \
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_ops.h36 errval_t (*rmdir)(void *st, const char *path); // fail if not empty member in struct:vfs_ops
H A Dvfs_blockdevfs.c308 static errval_t rmdir(void *st, const char *path) function
336 .rmdir = rmdir,
H A Dvfs_ramfs.c685 static errval_t rmdir(void *st, const char *path) function
726 .rmdir = rmdir,
744 .rmdir = rmdir,
H A Dvfs.c525 assert(m->ops->rmdir != NULL);
526 return m->ops->rmdir(m->st, relpath);
H A Dcache.c80 [cacheRmdir ] = "rmdir",
775 static errval_t rmdir(void *st, const char *path) function
780 errval_t err = bst->orig_ops->rmdir(bst->orig_st, path);
800 .rmdir = rmdir,
H A Dvfs_fat.c894 rmdir(void *st, const char *path) function
1042 .rmdir = rmdir,
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dos_support.h240 #define ec_rmdir(A) rmdir(A)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/Netware/
H A Dcpy_tests.bat43 rmdir %2\openssl /s /q
/barrelfish-2018-10-04/include/
H A Dunistd.h358 int rmdir(const char *);
/barrelfish-2018-10-04/lib/libc/sys/
H A DMakefile.inc259 rmdir.2 \
/barrelfish-2018-10-04/usr/fish/
H A Dfish_common.c1027 static int rmdir(int argc, char *argv[]) function
1236 {"rmdir", rmdir, "Remove an existing directory"},
/barrelfish-2018-10-04/usr/eclipseclp/
H A Dconfigure541 rmdir conf$$.dir 2>/dev/null
546 test -d ./-p && rmdir ./-p
9813 rmdir conf$$.dir 2>/dev/null
9866 test -d ./-p && rmdir ./-p
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dconfigure221 test -d ./-p && rmdir ./-p
6107 test -d ./-p && rmdir ./-p

Completed in 144 milliseconds