Home
last modified time | relevance | path

Searched refs:unlink_file (Results 1 – 25 of 25) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dmkmodules.c432 if (unlink_file (temp) < 0
455 if (unlink_file (temp) < 0
504 if (unlink_file (temp) < 0
692 if (unlink_file (dotdir) < 0
695 if (unlink_file (dotpag) < 0
698 if (unlink_file (dotdb) < 0
739 if (unlink_file (bakdir) < 0)
741 if (unlink_file (bakpag) < 0)
743 if (unlink_file (bakdb) < 0)
819 if (unlink_file (bak) < 0
H A Drcscmds.c329 if (unlink_file (tmp1) < 0)
335 if (unlink_file (tmp2) < 0)
343 if (unlink_file (diffout) < 0)
467 if (unlink_file (tmpfile1) < 0)
479 if (unlink_file (tmpfile2) < 0)
H A Dlogmsg.c355 if (unlink_file (fname) < 0)
363 if (unlink_file (fname) < 0)
381 if (unlink_file (fname) < 0)
450 if (unlink_file (fname) < 0)
460 if (unlink_file (fname) < 0)
H A Dupdate.c328 if (unlink_file (failed_patches[i]) < 0
1017 if (unlink_file (tmp) < 0 && ! existence_error (errno))
1256 if (unlink_file (finfo->file) < 0 && ! existence_error (errno))
1491 if (unlink_file (finfo->file) < 0 && ! existence_error (errno))
1678 if (unlink_file (backup) < 0
1881 if (unlink_file (backup) < 0
1884 if (unlink_file (file1) < 0
1887 if (unlink_file (file2) < 0
1991 if (unlink_file (backup) && !existence_error (errno))
2359 if (unlink_file (finfo->file) < 0 && ! existence_error (errno))
[all …]
H A Dpatch.c781 if (unlink_file (tmpfile1) < 0 in patch_cleanup()
788 if (unlink_file (tmpfile2) < 0 in patch_cleanup()
795 if (unlink_file (tmpfile3) < 0 in patch_cleanup()
H A Dremove.c204 if (unlink_file (fname) < 0
H A Dedit.c548 if (unlink_file (finfo->file) < 0)
634 if (unlink_file (base) < 0 && ! existence_error (errno))
H A Dentries.c160 if (unlink_file (CVSADM_ENTLOG) < 0
687 if (unlink_file (tmp) < 0 && ! existence_error (errno))
H A Drcs.c4380 if (unlink_file (sout) < 0)
4392 if (unlink_file (workfile) < 0)
5076 if (unlink_file (workfile) < 0)
5431 if (unlink_file (workfile) < 0)
5435 if (unlink_file (tmpfile) < 0)
5438 if (unlink_file (changefile) < 0)
6392 if (unlink_file (afterfile) < 0)
6522 if (unlink_file (beforefile) < 0)
6528 if (unlink_file (afterfile) < 0)
6534 if (unlink_file (outfile) < 0)
[all …]
H A Dfileattr.c542 if (unlink_file (fname) < 0) in fileattr_write()
H A Dcvs.h515 int unlink_file PROTO((const char *f));
H A Ddiff.c734 if (unlink_file (tocvsPath) < 0)
H A Dfilesubr.c413 unlink_file (f) in unlink_file() function
H A Dclient.c1377 if (unlink_file (newname) && !existence_error (errno))
2305 if (unlink_file (filename) < 0)
2362 if (unlink_file (CVSADM_ENTSTAT) < 0 && ! existence_error (errno))
2458 if (unlink_file (CVSADM_TAG) < 0 && ! existence_error (errno))
H A Dcommit.c1794 if (unlink_file (tmp) < 0
1841 if (unlink_file (rcs) < 0)
H A DChangeLog-93951505 rename_file, link_file, unlink_file, xcmp, tmpnam,
1778 the appropriate places instead of just calling unlink_file.
2217 link_file, unlink_file, copy_file): Added const qualifer to
2221 link_file, unlink_file, copy_file): Added const qualifier to
2930 * checkin.c (Checkin): Check for error from unlink_file.
3043 * entries.c (WriteTag): Check for error from unlink_file.
H A DChangeLog3533 remove.c, update.c: Check for errors from unlink_file.
3665 * filesubr.c (copy_file, xchmod, rename_file, unlink_file): Use it.
H A DChangeLog-972842 unlink_file.
H A DChangeLog-961631 Warn if unlink_file fails.
/openbsd/gnu/usr.bin/cvs/os2/
H A Dfilesubr.c350 unlink_file (f) in unlink_file() function
394 if (unlink_file (f) != 0)
438 if (unlink_file (buf) != 0 )
484 unlink_file (to);
H A DChangeLog202 (unlink_file): Only call xchmod if the file exists.
328 * filesubr.c (unlink_file): Use xchmod, not chmod, to make the
830 * filesubr.c (unlink_file): make this work on OS/2.
837 (rename_file): just use unlink_file(); move to after definition of
838 unlink_file() so we don't have to deal with IBM C/C++'s strange
/openbsd/gnu/usr.bin/cvs/emx/
H A Dfilesubr.c384 unlink_file (to);
393 unlink_file (f) in unlink_file() function
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c436 unlink_file (f) in unlink_file() function
/openbsd/gnu/usr.bin/cvs/vms/
H A Dfilesubr.c412 unlink_file (f_file) in unlink_file() function
/openbsd/gnu/usr.bin/cvs/
H A DTODO794 197. Analyze the difference between CVS_UNLINK & unlink_file. As far as I
795 can tell, unlink_file aborts in noexec mode and CVS_UNLINK does not. I'm not
797 but most unlinks should probably be using unlink_file and not CVS_UNLINK.