Searched refs:unlink (Results 451 - 475 of 746) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D07_rv_splice.t206 1 while unlink $file;
H A D11_rv_splice_rs.t184 1 while unlink $file;
H A D29a_upcopy.t176 1 while unlink $file;
/openbsd-current/bin/rm/
H A Drm.c222 if (!unlink(p->fts_accpath)) {
250 /* Assume if can't stat the file, can't unlink it. */
271 rval = unlink(f);
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A DPacklist.t180 1 while unlink qw( eplist );
/openbsd-current/usr.sbin/eigrpd/
H A Dcontrol.c67 if (unlink(path) == -1)
69 log_warn("%s: unlink %s", __func__, path);
86 (void)unlink(path);
/openbsd-current/usr.sbin/ospfd/
H A Dcontrol.c92 if (unlink(path) == -1)
94 log_warn("control_init: unlink %s", path);
111 (void)unlink(path);
/openbsd-current/usr.sbin/httpd/
H A Dcontrol.c66 if (unlink(cs->cs_name) == -1)
68 log_warn("%s: unlink %s", __func__, cs->cs_name);
92 (void)unlink(cs->cs_name);
/openbsd-current/usr.sbin/ospf6d/
H A Dcontrol.c92 if (unlink(path) == -1)
94 log_warn("control_init: unlink %s", path);
111 (void)unlink(path);
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DMakefile.PL42 unlink("$tmp.c", "$tmp$obj_ext");
105 1 while unlink $_;
135 unlink("$tmp.c", $tmp_exe);
1044 1 while unlink("define");
/openbsd-current/gnu/usr.bin/perl/
H A Dinstallperl428 unlink($usrbinperl);
545 print " unlink $name\n" if $opts{verbose};
546 next if CORE::unlink($name);
547 warn "Couldn't unlink $name: $!\n";
569 unless -f $to and (chmod(0666, $to), unlink $to)
703 unlink("$installlib/$name");
/openbsd-current/sbin/iked/
H A Dcontrol.c101 if (unlink(cs->cs_name) == -1)
103 log_warn("%s: unlink %s", __func__, cs->cs_name);
127 (void)unlink(cs->cs_name);
/openbsd-current/usr.bin/sed/
H A Dmain.c314 unlink(tmpfname);
325 unlink(tmpfname);
409 unlink(tmpfname);
/openbsd-current/usr.sbin/radiusd/
H A Dcontrol.c73 if (unlink(path) == -1)
75 log_warn("control_init: unlink %s", path);
92 (void)unlink(path);
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
H A D04-base.t386 1 while unlink;
392 1 while unlink 'BASET.LIS';
393 1 while unlink 'BASET.OPT';
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dsync-with-cpan200 unlink $MAKE_LOG if -e $MAKE_LOG;
695 say "unlink $pkg_dir/$_" for @delete;
704 unlink "$pkg_dir/$_" for @delete;
769 unlink $MANIFEST_NEW
809 unlink "$type_dir/$new_file" unless $tarball;
855 unlink 'Porting/Maintainers.pl';
/openbsd-current/usr.sbin/nsd/
H A Dserver.c586 unlink(nsd->zonestatfname[0]);
615 unlink(nsd->zonestatfname[0]);
616 unlink(nsd->zonestatfname[1]);
623 unlink(nsd->zonestatfname[0]);
624 unlink(nsd->zonestatfname[1]);
736 unlink(nsd->zonestatfname[0]);
737 unlink(nsd->zonestatfname[1]);
758 unlink(nsd->statfname);
759 unlink(nsd->zonestatfname[0]);
760 unlink(ns
[all...]
/openbsd-current/usr.sbin/rpki-client/
H A Drepo.c772 unlink(temp);
783 unlink(temp);
1095 /* Move downloaded TA file into place, or unlink on failure. */
1609 if (unlink(fn) == -1) {
1611 warn("unlink %s", fn);
1622 if (unlink(fn) == -1) {
1624 warn("unlink %s", fn);
1783 * so unlink this file instead of moving
1789 goto unlink;
1801 unlink
[all...]
/openbsd-current/usr.bin/compress/
H A Dmain.c473 if (unlink(infile) == -1 && verbose >= 0)
596 (void) unlink(out);
632 (void) unlink(out);
638 (void) unlink(out);
785 unlink(out);
/openbsd-current/gnu/usr.bin/cvs/emx/
H A Dfilesubr.c390 * unlink a file, if possible.
398 (void) fprintf (stderr, "%c-> unlink(%s)\n",
401 (void) fprintf (stderr, "-> unlink(%s)\n", f);
408 return (unlink (f));
430 /* For at least some unices, if root tries to unlink() a directory,
433 So we first call isdir() to see if it is OK to call unlink(). This
435 call to isdir() and the call to unlink(), we'll still corrupt
442 if (unlink (f) != 0)
485 isdir instead of just calling unlink and checking the
497 if (unlink (bu
[all...]
/openbsd-current/usr.bin/cvs/
H A Dupdate.c229 (void)unlink(fpath);
466 (void)unlink(cf->file_path);
646 (void)unlink(cf->file_path);
/openbsd-current/usr.bin/sdiff/
H A Dsdiff.c152 unlink(target_file);
358 if (unlink(tmp1))
361 if (unlink(tmp2))
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/
H A DConstant.t244 unlink 'regentmp';
287 unlink $output or warn "Can't unlink '$output': $!";
305 unlink $_ or warn "unlink $_: $!";
/openbsd-current/usr.bin/ssh/
H A Dmoduli.c462 unlink(tmp);
474 (void)unlink(tmp);
801 unlink(checkpoint_file);
/openbsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c454 (void)unlink(buf);
459 (void)unlink(buf);
464 (void)unlink(buf);

Completed in 238 milliseconds

<<11121314151617181920>>