Searched refs:unlink (Results 401 - 425 of 746) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp150 DECLARE__REAL_AND_INTERNAL(uptr, unlink, const char *path) {
151 return _REAL(unlink)(path);
/openbsd-current/gnu/usr.bin/perl/t/cmd/
H A Dsubval.t125 unlink 'Cmd_subval.tmp';
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D002-more.t116 # Win32 needs to close the DLL before it can unlink it, but unfortunately
131 1 while unlink $_;
H A D003-usage.t102 # Win32 needs to close the DLL before it can unlink it, but unfortunately
117 1 while unlink $_;
/openbsd-current/sbin/dhcp6leased/
H A Dcontrol.c77 if (unlink(path) == -1)
79 log_warn("%s: unlink %s", __func__, path);
96 (void)unlink(path);
/openbsd-current/bin/pax/
H A Dtables.c367 * walk down the list looking for the inode/dev pair, unlink and
468 * get random name and create temporary scratch file, unlink name
477 (void)unlink(tempfile);
683 unlink(path0);
692 unlink(path0);
697 unlink(path0);
702 unlink(path);
733 unlink(path);
821 if (unlink(path) && errno != ENOENT) {
/openbsd-current/usr.sbin/nsd/
H A Dixfrcreate.c1060 (void)unlink(ixfrcr->file_name);
1072 (void)unlink(ixfrcr->file_name);
1082 (void)unlink(ixfrcr->file_name);
1092 (void)unlink(ixfrcr->file_name);
1100 (void)unlink(ixfrcr->file_name);
1106 (void)unlink(ixfrcr->file_name);
1117 (void)unlink(ixfrcr->file_name);
/openbsd-current/gnu/llvm/clang/tools/scan-build/libexec/
H A Dccc-analyzer125 unlink($ResultFile);
128 unlink($CleanupFile);
349 unlink($ofile);
/openbsd-current/usr.sbin/user/
H A Duser.c432 unlink(f);
446 unlink(f);
456 unlink(f);
462 unlink(f);
504 unlink(f);
538 unlink(f);
548 unlink(f);
555 unlink(f);
560 unlink(f);
629 unlink(
[all...]
/openbsd-current/gnu/lib/libiberty/src/testsuite/
H A Dtest-expandargv.c189 if (unlink (filename) != 0)
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcache.c311 binary. For them, we want to unlink the file first.
317 file as an output file. If we unlink the file here, we
321 So we unlink the output file if and only if it has
332 unlink (abfd->filename);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dbigcore.c180 unlink ("bigcore.corefile");
/openbsd-current/games/backgammon/common_source/
H A Dsave.c100 unlink(fname);
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c425 /* Win32 unlink is stupid --- it fails if the file is read-only */
427 unlink(to);
433 * unlink a file, if possible.
441 (void) fprintf (stderr, "%c-> unlink(%s)\n",
444 (void) fprintf (stderr, "-> unlink(%s)\n", f);
449 /* Win32 unlink is stupid - it fails if the file is read-only */
451 return (unlink (f));
473 /* Win32 unlink is stupid - it fails if the file is read-only */
475 if (unlink (f) != 0)
477 /* under Windows NT, unlink return
[all...]
/openbsd-current/usr.bin/sdiff/
H A Dedit.c199 if (unlink(filename))
/openbsd-current/usr.bin/x99token/
H A Dx99token.c143 unlink(keyfile);
/openbsd-current/usr.sbin/mtree/
H A Dverify.c130 ? rmdir : unlink)(p->fts_accpath)) {
/openbsd-current/lib/libfuse/
H A Dfuse.h105 int (*unlink)(const char *); member in struct:fuse_operations
/openbsd-current/usr.sbin/edquota/
H A Dedquota.c153 unlink(tmpfil);
158 unlink(tmpfil);
164 unlink(tmpfil);
182 unlink(tmpfil);
/openbsd-current/usr.bin/cvs/
H A Drepository.c39 if (unlink(fpath) == -1 && errno != ENOENT)
40 cvs_log(LP_ERR, "warning: failed to unlink %s", fpath);
/openbsd-current/usr.bin/htpasswd/
H A Dhtpasswd.c209 if (in != NULL && unlink(tmpl) == -1)
/openbsd-current/regress/sys/kern/signal/siginfo-fault/
H A Dsiginfo-fault.c162 CHECK_EQ(0, unlink(filename));
/openbsd-current/regress/sys/kern/futex/
H A Dfutex.c83 unlink(filename);
/openbsd-current/regress/lib/libc/sys/
H A Dt_msync.c123 (void)unlink(path);
H A Dt_access.c82 (void)unlink(path);

Completed in 186 milliseconds

<<11121314151617181920>>