Searched refs:unlink (Results 276 - 300 of 745) sorted by relevance

<<11121314151617181920>>

/openbsd-current/regress/lib/libc/sys/
H A Dt_fsync.c113 ATF_REQUIRE(unlink(buf) == 0);
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dfs.t170 is(unlink('b','x'), 2, "unlink two files");
280 is(unlink('b'), 1, "unlink b");
285 unlink 'c';
306 unlink 'c';
307 unlink("TEST$$");
393 unlink $n;
442 # Calling unlink on a directory without -U and privileges will always fail, but
443 # it should set errno to EISDIR even though unlink(
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/IO/t/
H A Dio_unix.t61 unlink($PATH) or $^O eq 'os2' or die "Can't unlink $PATH: $!";
103 unlink($PATH) || $^O eq 'os2' || warn "Can't unlink $PATH: $!";
H A Dio_taint.t24 END { unlink "./__taint__$$" }
H A Dcachepropagate-unix.t91 unlink($socketpath);
136 unlink($socketpath);
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dprereq_print.t50 unlink $Makefile;
76 #unlink $Makefile;
82 #unlink $Makefile;
/openbsd-current/usr.sbin/iscsid/
H A Dcontrol.c81 if (unlink(path) == -1)
83 log_warn("control_init: unlink %s", path);
100 (void)unlink(path);
107 (void)unlink(path);
121 unlink(path);
/openbsd-current/usr.bin/cvs/
H A Dlogmsg.c122 (void)unlink(fpath);
217 (void)unlink(fpath);
229 (void)unlink(fpath);
269 (void)unlink(fpath);
353 (void)unlink(fpath);
H A Dremove.c129 if (unlink(cf->file_path) == -1)
177 (void)unlink(buf);
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/t/
H A Dfile.t55 unlink $_;
68 if( ! $ok ) { CloseHandle($h1); unlink("ReadOnly.txt"); }
174 unlink("CanWrite.txt");
238 $ok= ! unlink( "ReadOnly.cp" )
240 && ! unlink( "CanWrite.cp" )
422 unlink "$dir/ReadOnly.txt";
424 unlink "$dir/CanWrite.txt" if -e "$dir/CanWrite.txt";
/openbsd-current/regress/sys/kern/unveil/
H A Dsyscalls.c170 UV_SHOULD_SUCCEED((unlink(uv_file1) == -1), "unlink");
347 printf("testing unlink\n");
355 UV_SHOULD_SUCCEED((unlink(filename1) == -1), "unlink");
356 UV_SHOULD_ENOENT((unlink(filename2) == -1), "unlink");
357 UV_SHOULD_EACCES((unlink(filename3) == -1), "unlink");
378 unlink(filenam
[all...]
/openbsd-current/regress/lib/libpthread/dlopen/
H A Ddlopen.c300 if (unlink(LOCK_PATH) && errno != ENOENT)
301 err(1, "unlink %s", LOCK_PATH);
338 if (unlink(LOCK_PATH))
339 err(1, "unlink %s", LOCK_PATH);
353 if (unlink(LOCK_PATH) && errno != ENOENT)
354 err(1, "unlink %s", LOCK_PATH);
391 if (unlink(LOCK_PATH) && errno != ENOENT)
392 err(1, "unlink %s", LOCK_PATH);
483 if (unlink(FIFO_PATH) && errno != ENOENT)
484 err(1, "unlink
[all...]
/openbsd-current/usr.sbin/cron/
H A Dcrontab.c239 if (unlink(n) != 0) {
316 unlink(Filename);
379 unlink(Filename);
414 unlink(template);
540 (void) unlink(TempFilename);
608 (void) unlink(TempFilename);
/openbsd-current/usr.bin/rdistd/
H A Dserver.c299 if (unlink(target) == -1) {
303 "%s: unlink failed: %s",
307 error("%s: unlink failed: %s", target, SYSERR);
711 if (unlink(savefile) != 0 && errno != ENOENT) {
766 (void) unlink(new);
785 (void) unlink(new);
792 (void) unlink(new);
807 (void) unlink(new);
815 (void) unlink(new);
826 (void) unlink(ne
[all...]
/openbsd-current/regress/sys/ffs/tests/open/
H A D07.t37 expect 0 -u 65534 -g 65534 unlink ${n1}
/openbsd-current/regress/sys/kern/pledge/sendrecvfd/
H A Dsendrecvfd.c212 /* unlink possibly existing file (from previous run) */
213 unlink("fifo");
223 /* unlink the file now */
224 unlink("fifo");
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/
H A Doutput.t27 END { 1 while unlink($tmpfile) }
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dexit.t65 END { 1 while unlink "exit_map_test" }
/openbsd-current/gnu/usr.bin/perl/dist/Term-ReadLine/t/
H A DReadLine-STDERR.t17 unlink q[&STDERR] or die q{Cannot remove existing file &STDERR [probably created from a previous run]};
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dutf.t103 1 while unlink "tmputf$$.pl";
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-Cmd/t/
H A D03_run-forked.t100 unlink($filename);
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Dxref.t106 1 while unlink $file;
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dusage.t22 umask unlink)],
/openbsd-current/usr.bin/rpcgen/
H A Drpc_main.c403 (void) unlink(outfilename);
505 (void) unlink(outfilename);
600 (void) unlink(outfilename);
609 (void) unlink(outfilename);
646 (void) unlink(outfilename);
674 (void) unlink(outfilename);
712 (void) unlink(outfilename);
753 (void) unlink(outfilename);
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-encoding/t/
H A Dfallback.t84 1 while unlink($file);

Completed in 383 milliseconds

<<11121314151617181920>>