Searched refs:unlink (Results 151 - 175 of 745) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dlock.t45 END { 1 while unlink "store$$" }
H A Dcompat01.t46 unlink($file);
/openbsd-current/regress/sys/kern/unveil-unmount/
H A Dunveil-unlink.c1 /* $OpenBSD: unveil-unlink.c,v 1.1.1.1 2019/08/01 15:20:51 bluhm Exp $ */
30 errx(2, "usage: unveil-unlink dir file");
46 if (unlink(path) == 0)
47 errx(1, "unlink %s succeeded", path);
/openbsd-current/regress/lib/libc/sys/
H A Dt_revoke.c90 (void)unlink(path);
95 (void)unlink(path);
176 ATF_REQUIRE(unlink(path) == 0);
181 (void)unlink(path);
H A Dt_truncate.c77 (void)unlink(path);
82 (void)unlink(path);
137 (void)unlink(path);
142 (void)unlink(path);
H A Dt_stat.c79 ATF_REQUIRE(unlink(path) == 0);
84 (void)unlink(path);
226 ATF_REQUIRE(unlink(path) == 0);
235 (void)unlink(path);
271 ATF_REQUIRE(unlink(path) == 0);
276 (void)unlink(path);
314 ATF_REQUIRE(unlink(path) == 0);
319 (void)unlink(path);
398 ATF_REQUIRE(unlink(path) == 0);
399 ATF_REQUIRE(unlink(pathlin
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Errno/
H A DMakefile.PL14 unlink "Errno.pm"
/openbsd-current/regress/sys/ffs/tests/chflags/
H A D03.t13 expect 0 unlink ${path1023}
/openbsd-current/regress/sys/ffs/tests/chmod/
H A D03.t12 expect 0 unlink ${path1023}
/openbsd-current/regress/sys/ffs/tests/chown/
H A D03.t12 expect 0 unlink ${path1023}
H A D07.t20 expect 0 unlink ${n1}/${n2}
/openbsd-current/regress/sys/ffs/tests/mkfifo/
H A D03.t11 expect 0 unlink ${path1023}
/openbsd-current/regress/sys/ffs/tests/open/
H A D03.t12 expect 0 unlink ${path1023}
H A D18.t13 expect 0 unlink ${n0}
/openbsd-current/regress/sys/ffs/tests/rename/
H A D02.t16 expect 0 unlink ${n0}
/openbsd-current/regress/sys/ffs/tests/truncate/
H A D03.t12 expect 0 unlink ${path1023}
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/
H A Dsubclass.t30 END { unlink $tempfile; }
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/
H A Dreset_outputs.t23 END { 1 while unlink "dummy_file.tmp"; }
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D14_lock.t51 1 while unlink $file;
H A D12_longfetch_rs.t42 1 while unlink $file;
H A D03_longfetch.t55 1 while unlink $file;
/openbsd-current/gnu/usr.bin/perl/dist/IO/t/
H A Dio_utf8argv.t58 1 while unlink "io_utf8argv";
H A Dio_utf8.t41 1 while unlink "io_utf8";
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DWriteEmptyMakefile.t33 END { 1 while unlink 'wibble' }
H A DVERSION_FROM.t26 END { unlink 'Version' }

Completed in 105 milliseconds

1234567891011>>