Home
last modified time | relevance | path

Searched refs:unlink (Results 1 – 25 of 741) sorted by relevance

12345678910>>...30

/freebsd-11-stable/contrib/pjdfstest/tests/unlink/
HD00.t21 expect 0 unlink ${n0}
26 expect 0 unlink ${n0}
31 expect 0 unlink ${n0}
36 expect 0 unlink ${n0}
41 expect 0 unlink ${n0}
46 expect 0 unlink ${n0}
54 expect 0 unlink ${n1}
57 expect 0 unlink ${n0}
63 expect 0 unlink ${n1}
66 expect 0 unlink ${n0}
[all …]
HD09.t26 expect EPERM unlink ${n0}
28 expect 0 unlink ${n0}
32 expect EPERM unlink ${n0}
34 expect 0 unlink ${n0}
39 expect EPERM unlink ${n0}
43 expect 0 unlink ${n0}
49 expect EPERM unlink ${n0}
51 expect 0 unlink ${n0}
55 expect EPERM unlink ${n0}
57 expect 0 unlink ${n0}
[all …]
HD10.t29 expect EPERM unlink ${n0}/${n1}
31 expect 0 unlink ${n0}/${n1}
35 expect 0 unlink ${n0}/${n1}
41 expect EPERM unlink ${n0}/${n1}
44 expect 0 unlink ${n0}/${n1}
50 expect EPERM unlink ${n0}/${n1}
52 expect 0 unlink ${n0}/${n1}
56 expect 0 unlink ${n0}/${n1}
61 expect EPERM unlink ${n0}/${n1}
63 expect 0 unlink ${n0}/${n1}
/freebsd-11-stable/tests/sys/fifo/
HDfifo_open.c245 (void)unlink("testfifo"); in test_blocking_reader()
256 (void)unlink("testfifo"); in test_blocking_reader()
262 (void)unlink("testfifo"); in test_blocking_reader()
268 (void)unlink("testfifo"); in test_blocking_reader()
278 (void)unlink("testfifo"); in test_blocking_reader()
290 (void)unlink("testinfo"); in test_blocking_reader()
298 (void)unlink("testinfo"); in test_blocking_reader()
303 if (unlink("testfifo") < 0) in test_blocking_reader()
320 (void)unlink("testfifo"); in test_blocking_writer()
331 (void)unlink("testfifo"); in test_blocking_writer()
[all …]
HDfifo_create.c125 (void)unlink(path); in fifo_create_test()
131 (void)unlink(path); in fifo_create_test()
152 (void)unlink(path); in fifo_create_test()
159 (void)unlink(path); in fifo_create_test()
165 (void)unlink(path); in fifo_create_test()
170 if (unlink(path) < 0) in fifo_create_test()
235 (void)unlink(path); in fifo_permission_test()
242 (void)unlink(path); in fifo_permission_test()
248 if (unlink(path) < 0) in fifo_permission_test()
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
HDt_unlink.c63 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
72 (void)unlink(path); in ATF_TC_CLEANUP()
89 ATF_REQUIRE_ERRNO(EISDIR, unlink("/") == -1); in ATF_TC_BODY()
91 ATF_REQUIRE_ERRNO(EBUSY, unlink("/") == -1); in ATF_TC_BODY()
95 ATF_REQUIRE_ERRNO(ENAMETOOLONG, unlink(buf) == -1); in ATF_TC_BODY()
98 ATF_REQUIRE_ERRNO(ENOENT, unlink("/a/b/c/d/e/f/g/h/i/j/k/l/m") == -1); in ATF_TC_BODY()
103 (void)unlink(path); in ATF_TC_CLEANUP()
116 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
124 (void)unlink(path); in ATF_TC_CLEANUP()
139 rv = unlink("/etc"); in ATF_TC_BODY()
[all …]
HDt_link.c93 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
94 ATF_REQUIRE(unlink(pathl) == 0); in ATF_TC_BODY()
99 (void)unlink(path); in ATF_TC_CLEANUP()
100 (void)unlink(pathl); in ATF_TC_CLEANUP()
145 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
146 ATF_REQUIRE(unlink(pathl) == 0); in ATF_TC_BODY()
151 (void)unlink(path); in ATF_TC_CLEANUP()
152 (void)unlink(pathl); in ATF_TC_CLEANUP()
211 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
212 ATF_REQUIRE(unlink(pathl) == 0); in ATF_TC_BODY()
[all …]
HDt_mkfifo.c56 ATF_REQUIRE(unlink(path) == 0); in support()
107 (void)unlink(path); in ATF_TC_BODY()
112 (void)unlink(path); in ATF_TC_CLEANUP()
145 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
150 (void)unlink(path); in ATF_TC_CLEANUP()
199 (void)unlink(path); in ATF_TC_BODY()
204 (void)unlink(path); in ATF_TC_CLEANUP()
230 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
235 (void)unlink(path); in ATF_TC_CLEANUP()
258 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
[all …]
HDt_mknod.c83 (void)unlink(path); in ATF_TC_CLEANUP()
113 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
118 (void)unlink(path); in ATF_TC_CLEANUP()
140 (void)unlink(path); in ATF_TC_CLEANUP()
162 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
172 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
185 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
190 (void)unlink(path); in ATF_TC_CLEANUP()
/freebsd-11-stable/lib/libutil/tests/
HDpidfile_test.c67 unlink(fn); in test_pidfile_uncontested()
75 unlink(fn); in test_pidfile_uncontested()
79 unlink(fn); in test_pidfile_uncontested()
94 unlink(fn); in test_pidfile_self()
103 unlink(fn); in test_pidfile_self()
111 unlink(fn); in test_pidfile_self()
116 unlink(fn); in test_pidfile_self()
120 unlink(fn); in test_pidfile_self()
137 unlink(fn); in common_test_pidfile_child()
166 unlink(fn); in common_test_pidfile_child()
[all …]
HDflopen_test.c54 unlink(fn); in test_flopen_create()
61 unlink(fn); in test_flopen_create()
87 unlink(fn); in test_flopen_open()
101 unlink(fn); in test_flopen_lock_self()
113 unlink(fn); in test_flopen_lock_self()
127 unlink(fn); in test_flopen_lock_other()
144 unlink(fn); in test_flopen_lock_other()
159 unlink(fn); in test_flopen_lock_child()
178 unlink(fn); in test_flopen_lock_child()
/freebsd-11-stable/contrib/pjdfstest/tests/granular/
HD03.t25 expect EACCES -u 65534 -g 65534 unlink ${n0}
27 expect 0 -u 65534 -g 65534 unlink ${n0}
38 expect 0 -u 65534 -g 65534 unlink ${n0}
48 expect 0 -u 65534 -g 65534 unlink ${n0}
53 expect 0 -u 65534 -g 65534 unlink ${n0}
59 expect 0 -u 65534 -g 65534 unlink ${n0}
64 expect EPERM -u 65534 -g 65534 unlink ${n0}
65 expect 0 unlink ${n0}
84 expect 0 -u 65534 -g 65534 unlink ${n0}
94 expect 0 unlink ${n0}
[all …]
HD00.t29 expect 0 unlink ${n1}
30 expect 0 unlink ${n0}
45 expect 0 -u 65534 -g 65534 unlink ${n1}
46 expect 0 -u 65534 -g 65534 unlink ${n0}
62 expect 0 -u 65534 -g 65534 unlink ${n0}
82 expect ENOENT -u 65534 -g 65534 unlink ${n1}
83 expect EACCES -u 65534 -g 65534 unlink ${n0}
84 expect 0 unlink ${n0}
97 expect 0 -u 65534 -g 65534 unlink ../${n3}/${n1}
/freebsd-11-stable/contrib/pjdfstest/tests/open/
HD00.t26 expect 0 unlink ${n0}
29 expect 0 unlink ${n0}
32 expect 0 unlink ${n0}
35 expect 0 unlink ${n0}
38 expect 0 unlink ${n0}
47 expect 0 unlink ${n0}
50 expect 0 unlink ${n0}
54 expect 0 unlink ${n0}
71 expect 0 unlink ${n0}
83 expect 0 unlink ${n0}
[all …]
HD09.t28 expect 0 unlink ${n0}/${n1}
34 expect 0 unlink ${n0}/${n1}
39 expect 0 unlink ${n0}/${n1}
44 expect 0 unlink ${n0}/${n1}
52 expect 0 unlink ${n0}/${n1}
57 expect 0 unlink ${n0}/${n1}
62 expect 0 unlink ${n0}/${n1}
/freebsd-11-stable/contrib/pjdfstest/tests/mknod/
HD00.t23 expect 0 unlink ${n0}
26 expect 0 unlink ${n0}
29 expect 0 unlink ${n0}
32 expect 0 unlink ${n0}
35 expect 0 unlink ${n0}
43 expect 0 unlink ${n0}
46 expect 0 unlink ${n0}
50 expect 0 unlink ${n0}
70 expect 0 unlink ${n0}
HD09.t26 expect 0 unlink ${n0}/${n1}
32 expect 0 unlink ${n0}/${n1}
37 expect 0 unlink ${n0}/${n1}
41 expect 0 unlink ${n0}/${n1}
50 expect 0 unlink ${n0}/${n1}
55 expect 0 unlink ${n0}/${n1}
59 expect 0 unlink ${n0}/${n1}
/freebsd-11-stable/contrib/pjdfstest/tests/mkfifo/
HD00.t23 expect 0 unlink ${n0}
26 expect 0 unlink ${n0}
29 expect 0 unlink ${n0}
32 expect 0 unlink ${n0}
35 expect 0 unlink ${n0}
43 expect 0 unlink ${n0}
46 expect 0 unlink ${n0}
50 expect 0 unlink ${n0}
70 expect 0 unlink ${n0}
HD10.t28 expect 0 unlink ${n0}/${n1}
34 expect 0 unlink ${n0}/${n1}
38 expect 0 unlink ${n0}/${n1}
44 expect 0 unlink ${n0}/${n1}
52 expect 0 unlink ${n0}/${n1}
56 expect 0 unlink ${n0}/${n1}
62 expect 0 unlink ${n0}/${n1}
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
HDt_fopen.c70 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
75 (void)unlink(path); in ATF_TC_CLEANUP()
105 (void)unlink(path); in ATF_TC_BODY()
110 (void)unlink(path); in ATF_TC_CLEANUP()
140 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
145 (void)unlink(path); in ATF_TC_CLEANUP()
187 (void)unlink(path); in ATF_TC_BODY()
202 (void)unlink(path); in ATF_TC_CLEANUP()
235 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
240 (void)unlink(path); in ATF_TC_CLEANUP()
[all …]
HDt_fputc.c53 ATF_REQUIRE(unlink(path) == 0); in puterr()
84 ATF_REQUIRE(unlink(path) == 0); in putstr()
100 (void)unlink(path); in ATF_TC_CLEANUP()
116 (void)unlink(path); in ATF_TC_CLEANUP()
132 (void)unlink(path); in ATF_TC_CLEANUP()
148 (void)unlink(path); in ATF_TC_CLEANUP()
164 (void)unlink(path); in ATF_TC_CLEANUP()
180 (void)unlink(path); in ATF_TC_CLEANUP()
/freebsd-11-stable/contrib/pjdfstest/tests/link/
HD12.t30 expect 0 unlink ${n1}
42 expect 0 unlink ${n1}
49 expect 0 unlink ${n1}
58 expect 0 unlink ${n1}
67 expect 0 unlink ${n1}
75 expect 0 unlink ${n1}
82 expect 0 unlink ${n1}
90 expect 0 unlink ${n1}
95 expect 0 unlink ${n0}
/freebsd-11-stable/contrib/pjdfstest/tests/chown/
HD00.t39 expect 0 unlink ${n1}
44 expect 0 unlink ${n0}
54 expect 0 unlink ${n0}
85 expect 0 unlink ${n1}
90 expect 0 unlink ${n0}
104 expect 0 unlink ${n0}
128 expect 0 unlink ${n1}
133 expect 0 unlink ${n0}
144 expect 0 unlink ${n0}
177 expect 0 unlink ${n1}
[all …]
/freebsd-11-stable/contrib/pjdfstest/tests/symlink/
HD09.t28 expect 0 unlink ${n0}/${n1}
34 expect 0 unlink ${n0}/${n1}
39 expect 0 unlink ${n0}/${n1}
44 expect 0 unlink ${n0}/${n1}
52 expect 0 unlink ${n0}/${n1}
57 expect 0 unlink ${n0}/${n1}
62 expect 0 unlink ${n0}/${n1}
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_ftok.c89 ATF_REQUIRE(unlink(path) == 0); in ATF_TC_BODY()
90 ATF_REQUIRE(unlink(hlnk) == 0); in ATF_TC_BODY()
91 ATF_REQUIRE(unlink(slnk) == 0); in ATF_TC_BODY()
96 (void)unlink(path); in ATF_TC_CLEANUP()
97 (void)unlink(hlnk); in ATF_TC_CLEANUP()
98 (void)unlink(slnk); in ATF_TC_CLEANUP()

12345678910>>...30