/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | mkinstalldirs | 85 test -d ./-p && rmdir ./-p 86 test -d ./--version && rmdir ./--version 98 test -d $d && rmdir $d
|
/illumos-gate/usr/src/test/os-tests/tests/syscall/ |
H A D | fchmodat.c | 60 (void) rmdir(path); in main() 69 (void) rmdir(path); in main() 89 (void) rmdir(path); in main()
|
/illumos-gate/usr/src/cmd/make/lib/vroot/ |
H A D | rmdir.cc | 29 extern int rmdir(const char *path); 36 vroot_result= rmdir(path); in rmdir_thunk()
|
/illumos-gate/usr/src/cmd/rmdir/ |
H A D | Makefile | 27 PROG= rmdir 35 XGETFLAGS += -a -x rmdir.xcl
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | unlink.c | 50 #pragma weak _rmdir = rmdir 52 rmdir(const char *name) in rmdir() function
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | rmdir.c | 28 NoN(rmdir) 36 rmdir(const char* path)
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uudemon.cleanup | 267 rmdir $d/* $d 283 find $PUBDIR/* -depth -type d -exec rmdir {} \; >/dev/null 2>&1 284 find $SPOOL/* -depth -type d -exec rmdir {} \; >/dev/null 2>&1 291 rmdir $SPOOL/[0-9A-Za-z]* >/dev/null 2>&1
|
H A D | Teardown | 62 rmdir $d
|
/illumos-gate/usr/src/cmd/boot/scripts/ |
H A D | root_archive.ksh | 50 rmdir $MNT 107 rmdir $MNT 240 rmdir $MNT/lost+found 256 rmdir $MNT
|
/illumos-gate/usr/src/cmd/ast/libshell/common/ |
H A D | illumos_cmdlist.h | 149 ASTCMDLIST(rmdir) 150 BINCMDLIST(rmdir) 151 GNUCMDLIST(rmdir)
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | readonly_001_pos.ksh | 106 $expect rmdir $mtpt/$TESTDIR0 110 log_must rmdir $mtpt/$TESTDIR1
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | path.sh | 348 rmdir=rmdir 349 if mkdir "$rmdir" 351 cp "$rm" "$rmdir" 352 { PATH=:${rm%/rm} $SHELL -c "cd \"$rmdir\";whence -a rm";} > /dev/null 2>&1
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/ |
H A D | cleanup.ksh | 31 log_must rmdir "$TESTDIR"
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | remove.c | 50 return (rmdir(filename)); in remove()
|
/illumos-gate/usr/src/ucbcmd/whoami/ |
H A D | Makefile | 30 XGETFLAGS += -a -x rmdir.xcl
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/poolversion/ |
H A D | cleanup.ksh | 43 log_must rmdir $TESTDIR
|
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_cr_xxxxxxxx_template.sh | 63 rmdir "${tmpdir}" || err_exit "Cannot remove temporary directory ${tmpdir}".
|
H A D | sun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh | 107 rmdir "${tmpdir}" || err_exit "Cannot remove temporary directory ${tmpdir}".
|
H A D | sun_solaris_cr_6763594_command_failure_execs_twice.sh | 94 rmdir "${testtmpdir}" || err_exit "Failed to remove temporary directory ${testtmpdir}."
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/clean_mirror/ |
H A D | cleanup.ksh | 51 log_must rmdir $TESTDIR
|
/illumos-gate/usr/src/cmd/mvdir/ |
H A D | mvdir.sh | 80 rmdir "$t"
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | unlink.c | 79 rmdir(char *name) in rmdir() function
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/ |
H A D | r.awk.sh | 34 rmdir $dest || error=yes
|
H A D | r.sed.sh | 34 rmdir $dest || error=yes
|
H A D | r.build.sh | 34 rmdir $dest || error=yes
|