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

12345

/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Drmdir.c31 rmdir(char *d) function
/illumos-gate/usr/src/cmd/rmdir/
H A DMakefile27 PROG= rmdir
35 XGETFLAGS += -a -x rmdir.xcl
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Drmdir.cc29 extern int rmdir(const char *path);
36 vroot_result= rmdir(path);
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Drmdir.c31 rmdir(char *d) function
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dunlink.c50 #pragma weak _rmdir = rmdir
52 rmdir(const char *name) function
/illumos-gate/usr/src/cmd/bnu/
H A DTeardown62 rmdir $d
H A Duudemon.cleanup267 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
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dremove.c45 * Otherwise, call rmdir(filename)
52 return (rmdir(filename));
/illumos-gate/usr/src/ucbcmd/whoami/
H A DMakefile35 XGETFLAGS += -a -x rmdir.xcl
/illumos-gate/usr/src/lib/libast/common/comp/
H A Drmdir.c28 NoN(rmdir)
36 rmdir(const char* path)
42 static char* cmd[] = { "/bin/rmdir", "/usr/5bin/rmdir", 0 };
50 av[0] = "rmdir";
/illumos-gate/usr/src/grub/grub-0.97/
H A Dmkinstalldirs85 test -d ./-p && rmdir ./-p
86 test -d ./--version && rmdir ./--version
98 test -d $d && rmdir $d
H A Dcompile120 trap "rmdir '$lockdir'; exit 1" 1 2 15
132 rmdir "$lockdir"
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_xxxxxxxx_template.sh63 rmdir "${tmpdir}" || err_exit "Cannot remove temporary directory ${tmpdir}".
H A Dsun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh107 rmdir "${tmpdir}" || err_exit "Cannot remove temporary directory ${tmpdir}".
H A Dsun_solaris_cr_6763594_command_failure_execs_twice.sh94 rmdir "${testtmpdir}" || err_exit "Failed to remove temporary directory ${testtmpdir}."
H A Dsun_solaris_cr_6907460_EXIT_trap_handlers_are_sometimes_executed_twice.sh218 rmdir "${tmpdir}" || err_exit "Cannot remove temporary directory ${tmpdir}".
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dfilemutexdemo1.sh131 rmdir "${_.lock_dirname}" 2>/dev/null || return 1
182 # return an error if rmdir/mkdir/check_subshell fail...
188 rmdir "${_.lock_dirname}/shared_${PPID}_$$"
207 rmdir "${_.lock_dirname}"
214 builtin rmdir
/illumos-gate/usr/src/cmd/mvdir/
H A Dmvdir.sh80 rmdir "$t"
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Dr.awk.sh34 rmdir $dest || error=yes
H A Dr.sed.sh34 rmdir $dest || error=yes
H A Dr.build.sh34 rmdir $dest || error=yes
/illumos-gate/usr/src/tools/make/lib/vroot/
H A DMakefile31 rmdir.o \
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dsolaris_cmdlist.h155 ASTCMDLIST(rmdir)
156 BINCMDLIST(rmdir)
157 GNUCMDLIST(rmdir)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dreadonly_001_pos.ksh106 $expect rmdir $mtpt/$TESTDIR0
110 log_must rmdir $mtpt/$TESTDIR1
/illumos-gate/usr/src/lib/libgen/common/
H A Drmdirp.c116 if (rmdir(d) != 0) {

Completed in 122 milliseconds

12345