HomeSort by: relevance | last modified time | path
    Searched refs:rmdir (Results 1 - 25 of 110) sorted by relevancy

1 2 3 4 5

  /src/bin/rmdir/
Makefile 4 PROG= rmdir
rmdir.c 1 /* $NetBSD: rmdir.c,v 1.28 2025/05/12 06:21:56 kim Exp $ */
40 static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94";
42 __RCSID("$NetBSD: rmdir.c,v 1.28 2025/05/12 06:21:56 kim Exp $");
89 if (rmdir(*argv) < 0) {
119 if (rmdir(path) < 0) {
  /src/sys/external/bsd/acpica/
acpica2netbsd 43 rmdir libraries
46 rmdir source components
  /src/tests/fs/tmpfs/
t_rmdir.sh 29 # Verifies that rmdir works by creating and removing directories. Also
41 atf_check -s exit:1 -o empty -e ignore rmdir ${Mount_Point}
55 atf_check -s exit:1 -o empty -e ignore rmdir non-existent
72 atf_check -s exit:0 -o empty -e empty rmdir a
89 atf_check -s exit:0 -o empty -e empty rmdir a/b/c
90 atf_check -s exit:0 -o empty -e empty rmdir a/b
91 atf_check -s exit:0 -o empty -e empty rmdir a
105 atf_check -s exit:1 -o empty -e ignore rmdir a/.
106 atf_check -s exit:1 -o empty -e ignore rmdir a/..
107 atf_check -s exit:0 -o empty -e empty rmdir
    [all...]
t_rename.sh 44 atf_check -s exit:0 -o empty -e empty rmdir a
62 atf_check -s exit:0 -o empty -e empty rmdir a
79 atf_check -s exit:0 -o empty -e empty rmdir c
103 atf_check -s exit:0 -o empty -e empty rmdir a/b
104 atf_check -s exit:0 -o empty -e empty rmdir a
113 atf_check -s exit:0 -o empty -e empty rmdir c/b
114 atf_check -s exit:0 -o empty -e empty rmdir c
123 atf_check -s exit:0 -o empty -e empty rmdir d
124 atf_check -s exit:0 -o empty -e empty rmdir c
147 rmdir
    [all...]
t_trail_slash.sh 42 atf_check -s exit:0 -o empty -e empty rmdir a/
h_funcs.subr 64 atf_check -s exit:0 -o empty -e empty rmdir ${Mount_Point}
t_remove.sh 78 atf_check -s exit:0 -o empty -e empty rmdir a
97 atf_check -s exit:0 -o empty -e empty rmdir dir
  /src/bin/
Makefile 5 hostname kill ksh ln ls mkdir mt mv pax ps pwd rcp rcmd rm rmdir \
  /src/lib/libc/stdio/
remove.c 64 * so always use rmdir(2) in that case.
67 return rmdir(file);
  /src/sys/external/bsd/acpica/dist/generate/unix/
Makefile.common 54 rmdir obj; \
63 rmdir bin; \
  /src/tests/lib/libc/sys/
t_mkdir.c 98 (void)rmdir("/usr/__nonexistent__");
146 ATF_REQUIRE(rmdir(path) == 0);
162 (void)rmdir("/tmp/mkdir");
192 (void)rmdir(*test);
197 ATF_REQUIRE(rmdir(*test) == 0);
  /src/regress/sys/kern/getcwd/
getcwd.c 254 rmdir ("/tmp/permdir/subdir");
255 rmdir ("/tmp/permdir");
267 rmdir ("/tmp/permdir/subdir");
268 rmdir ("/tmp/permdir");
326 rmdir ("/tmp/chrootdir/subdir");
327 rmdir ("/tmp/chrootdir");
369 (void) rmdir(bigname);
377 if (rmdir("/tmp/" bigname) < 0) {
378 perror("rmdir");
383 (void) rmdir(littlename)
    [all...]
  /src/lib/librefuse/refuse/
v11.h 57 int (*rmdir) (const char *); member in struct:fuse_operations_v11
v21.h 53 int (*rmdir) (const char *); member in struct:fuse_operations_v21
v22.h 57 int (*rmdir) (const char *); member in struct:fuse_operations_v22
v23.h 57 int (*rmdir) (const char *); member in struct:fuse_operations_v23
v25.h 53 int (*rmdir) (const char *); member in struct:fuse_operations_v25
v28.h 53 int (*rmdir) (const char *); member in struct:fuse_operations_v28
v29.h 53 int (*rmdir) (const char *); member in struct:fuse_operations_v29
v34.h 52 int (*rmdir) (const char *); member in struct:fuse_operations_v34
v35.h 52 int (*rmdir) (const char *); member in struct:fuse_operations_v35
  /src/tests/bin/sh/
t_varval.sh 166 atf_require_prog rmdir
184 atf_check -s exit:0 -o empty -e empty rmdir "prefix"
214 atf_require_prog rmdir
240 atf_check -s exit:0 -o empty -e empty rmdir "prefix"
  /src/sys/fs/nfs/
nfs2netbsd.sh 156 rmdir nfs || exit 1
263 rmdir fs/nfs fs || exit 1
  /src/usr.bin/make/unit-tests/
objdir-writable.mk 22 @rmdir ${RO_OBJDIR}

Completed in 51 milliseconds

1 2 3 4 5