Searched refs:unlink (Results 426 - 450 of 746) sorted by relevance

<<11121314151617181920>>

/openbsd-current/usr.bin/vi/common/
H A Drecover.c82 * they are unlink(2)'d, and free(3)'d.
162 (void)unlink(path);
295 (void)unlink(buf);
659 (void)unlink(dp->d_name);
809 unlink(path);
/openbsd-current/usr.bin/cap_mkdb/
H A Dcap_mkdb.c102 * Make arrangements to unlink it if we exit badly.
126 (void)unlink(capname);
/openbsd-current/gnu/usr.bin/perl/cpan/File-Temp/t/
H A Dtempfile.t21 ok( unlink( $_ ), "Unlink file" );
43 # Open tempfile in some directory, unlink at end
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dfiletest.t126 unlink 1;
137 unlink \*foo;
H A Ddefins.t170 unlink($saved_filename);
/openbsd-current/usr.bin/ktrace/
H A Dktrace.c186 if (unlink(tracefile) == -1 && errno != ENOENT)
187 err(1, "unlink %s", tracefile);
/openbsd-current/usr.bin/chpass/
H A Dchpass.c150 unlink(tempname);
/openbsd-current/usr.sbin/smtpd/
H A Dqueue_backend.c188 unlink(msgpath);
236 unlink(tmppath);
258 unlink(tmppath);
268 unlink(msgpath);
/openbsd-current/usr.bin/rcs/
H A Drcsclean.c205 (void)unlink(fname);
/openbsd-current/regress/sys/kern/unveil-unmount/
H A DMakefile3 # Call unveil(2) in combination with unlink(2), chroot(2), chdir(2).
7 PROGS= unveil-unlink unveil-chroot unveil-perm unveil-chdir
31 REGRESS_TARGETS += run-unlink
32 run-unlink:
34 ${SUDO} ./unveil-unlink /mnt/regress-unveil/foo bar
/openbsd-current/usr.sbin/rpki-client/
H A Doutput.c162 unlink(output_tmpname);
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D001-basic.t73 # Win32 needs to close the DLL before it can unlink it, but unfortunately
138 1 while unlink $_;
181 1 while unlink $_;
/openbsd-current/lib/libc/hidden/
H A Dunistd.h168 PROTO_NORMAL(unlink); variable
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dbucomm.c224 unlink (dummy_name);
300 unlink (dummy_name);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dbucomm.c225 unlink (dummy_name);
301 unlink (dummy_name);
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Deol.t106 1 while unlink("$$.pod", "$$.in");
H A Deol2.t103 1 while unlink("$$.pod", "$$.in");
/openbsd-current/gnu/usr.bin/perl/dist/Devel-SelfStubber/t/
H A DDevel-SelfStubber.t19 unlink $file or warn "unlink $file failed: $!" while -f $file;
/openbsd-current/usr.sbin/mrouted/
H A Drsrr.c91 unlink(RSRR_SERV_PATH);
482 unlink(RSRR_SERV_PATH);
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D28_mtwrite.t297 1 while unlink $file;
H A D27_iwrite.t237 1 while unlink $file;
H A D23_rv_ac_splice.t184 1 while unlink $file;
H A D20_cache_full.t229 1 while unlink $file;
H A D32_defer_misc.t236 1 while unlink $file;
H A D10_splice_rs.t217 1 while unlink $file;

Completed in 311 milliseconds

<<11121314151617181920>>