HomeSort by relevance Sort by last modified time
    Searched refs:rmdir (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /onnv/onnv-gate/usr/src/lib/libc/common/sys/
rmdir.s 30 .file "rmdir.s"
32 /* C library -- rmdir */
33 /* int rmdir (const char *path); */
37 ANSI_PRAGMA_WEAK(rmdir,function)
41 SYSCALL_RVAL1(rmdir)
43 SET_SIZE(rmdir)
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
rmdir.c 32 rmdir(char *d) function
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
mkdir.t 21 print (rmdir('blurfl') ? "ok 5\n" : "not ok 5\n");
22 print (rmdir('blurfl') ? "not ok 6\n" : "ok 6\n");
25 print (rmdir('blurfl') ? "ok 9\n" : "not ok 9\n");
33 print (rmdir('blurfl///') ? "ok 12\n" : "not ok 12\n");
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
rmdir.c 32 rmdir(char *d) function
  /onnv/onnv-gate/usr/src/cmd/rmdir/
Makefile 29 PROG= rmdir
36 XGETFLAGS += -a -x rmdir.xcl
  /onnv/onnv-gate/usr/src/cmd/bnu/
Teardown 62 rmdir $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
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
remove.c 45 * Otherwise, call rmdir(filename)
52 return (rmdir(filename));
  /onnv/onnv-gate/usr/src/ucbcmd/whoami/
Makefile 35 XGETFLAGS += -a -x rmdir.xcl
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
rmdir.c 28 NoN(rmdir)
36 rmdir(const char* path)
42 static char* cmd[] = { "/bin/rmdir", "/usr/5bin/rmdir", 0 };
50 av[0] = "rmdir";
  /onnv/onnv-gate/usr/src/grub/grub-0.97/
mkinstalldirs 85 test -d ./-p && rmdir ./-p
86 test -d ./--version && rmdir ./--version
98 test -d $d && rmdir $d
compile 120 trap "rmdir '$lockdir'; exit 1" 1 2 15
132 rmdir "$lockdir"
  /onnv/onnv-gate/usr/src/uts/common/syscall/
rmdir.c 53 rmdir(char *dname) function
  /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/
filemutexdemo1.sh 132 rmdir "${_.lock_dirname}" 2>/dev/null || return 1
183 # return an error if rmdir/mkdir/check_subshell fail...
189 rmdir "${_.lock_dirname}/shared_${PPID}_$$"
208 rmdir "${_.lock_dirname}"
215 builtin rmdir
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
sun_solaris_cr_6763594_command_failure_execs_twice.sh 95 rmdir "${testtmpdir}" || err_exit "Failed to remove temporary directory ${testtmpdir}."
sun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh 108 rmdir "${tmpdir}" || err_exit "Cannot remove temporary directory ${tmpdir}".
  /onnv/onnv-gate/usr/src/cmd/mvdir/
mvdir.sh 80 rmdir "$t"
  /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/
preremove 35 rmdir $BASEDIR/$file
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgscripts/
r.awk.sh 34 rmdir $dest || error=yes
r.sed.sh 34 rmdir $dest || error=yes
r.build.sh 34 rmdir $dest || error=yes
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/
taint.t 78 rmdir dir_path('fa', 'faa');
79 rmdir dir_path('fa', 'fab', 'faba');
80 rmdir dir_path('fa', 'fab');
81 rmdir dir_path('fa');
82 rmdir dir_path('fb', 'fba');
83 rmdir dir_path('fb');
87 rmdir dir_path('for_find') or print "# Can't rmdir for_find: $!\n";
130 # chdir, rmdir etc.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/t/
case.t 54 rmdir "[]";
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsd/
preinstall 46 rmdir $BASEDIR/dev/pcihpc >/dev/null 2>&1
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.automaster 88 rmdir $BASEDIR/xfn >/dev/null 2>&1

Completed in 2040 milliseconds

1 2 3 4 5 6 7