HomeSort by: relevance | last modified time | path
    Searched refs:unlink_file (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
mkmodules.c 825 if (unlink_file (temp) < 0
845 if (unlink_file (temp) < 0
895 if (unlink_file (temp) < 0
1093 if (unlink_file (dotdir) < 0
1096 if (unlink_file (dotpag) < 0
1099 if (unlink_file (dotdb) < 0
1139 if (unlink_file (bakdir) < 0)
1141 if (unlink_file (bakpag) < 0)
1143 if (unlink_file (bakdb) < 0)
1215 if (unlink_file (bak) <
    [all...]
rcscmds.c 303 if (unlink_file (tmp1) < 0)
309 if (unlink_file (tmp2) < 0)
317 if (unlink_file (diffout) < 0)
447 /* Call CVS_UNLINK() below rather than unlink_file to avoid the check
logmsg.c 368 if (unlink_file (fname) < 0)
376 if (unlink_file (fname) < 0)
394 if (unlink_file (fname) < 0)
431 if (data.fname != NULL && unlink_file( data.fname ) < 0)
509 if (unlink_file (data.fname) < 0)
update.c 352 if (unlink_file (failed_patches[i]) < 0
410 if (unlink_file (CVSADM_ENTSTAT) < 0 && ! existence_error (errno))
997 if (unlink_file (tmp) < 0 && ! existence_error (errno))
1195 if (unlink_file (finfo->file) < 0 && ! existence_error (errno))
1429 if (unlink_file (finfo->file) < 0 && ! existence_error (errno))
1612 if (unlink_file (backup) < 0
1817 if (unlink_file (backup) < 0
1820 if (unlink_file (file1) < 0
1823 if (unlink_file (file2) < 0
1956 if (unlink_file (backup) && !existence_error (errno)
    [all...]
remove.c 200 if (unlink_file (fname) < 0
patch.c 835 if (unlink_file (tmpfile1) < 0
842 if (unlink_file (tmpfile2) < 0
849 if (unlink_file (tmpfile3) < 0
entries.c 152 if (unlink_file (CVSADM_ENTLOG) < 0
679 if (unlink_file (tmp) < 0 && ! existence_error (errno))
fileattr.c 585 if (unlink_file (fname) < 0)
filesubr.c 430 unlink_file (const char *f) function
432 TRACE (TRACE_FUNCTION, "unlink_file(%s)", f);
rcs.c 4553 if (unlink_file (sout) < 0)
4565 if (unlink_file (workfile) < 0)
5257 if (unlink_file (workfile) < 0)
5613 if (unlink_file (workfile) < 0)
5617 if (unlink_file (tmpfile) < 0)
5620 if (unlink_file (changefile) < 0)
6606 if (unlink_file (afterfile) < 0)
6745 if (unlink_file (beforefile) < 0)
6751 if (unlink_file (afterfile) < 0)
6757 if (unlink_file (outfile) < 0
    [all...]
edit.c 694 if (unlink_file (finfo->file) < 0)
774 if (unlink_file (base) < 0 && ! existence_error (errno))
client.c 1120 if (unlink_file (newname) && !existence_error (errno))
2037 if (unlink_file (filename) < 0)
2093 if (unlink_file (CVSADM_ENTSTAT) < 0 && ! existence_error (errno))
2187 if (unlink_file (CVSADM_TAG) < 0 && ! existence_error (errno))
2250 if (unlink_file (CVSADM_TEMPLATE) < 0 && ! existence_error (errno))
cvs.h 531 int unlink_file (const char *f);
diff.c 829 if (unlink_file (tocvsPath) < 0)
834 /* Call CVS_UNLINK() rather than unlink_file() below to avoid the check
commit.c 1912 if (unlink_file (tmp) < 0
1961 if (unlink_file (rcs) < 0)
  /src/external/gpl3/gdb.old/dist/gdb/
gcore.c 169 gdb::unlinker unlink_file (corefilename.get ());
175 unlink_file.keep ();
  /src/external/gpl3/gdb/dist/gdb/
gcore.c 169 gdb::unlinker unlink_file (corefilename.get ());
175 unlink_file.keep ();
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-write.c 1512 unlink_file.emplace (filename_temp.data ());
1518 unlink_file->keep ();
1521 unlink_file.reset ();
1533 std::optional<gdb::unlinker> unlink_file; member in struct:index_wip_file
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-write.c 1569 unlink_file.emplace (filename_temp.data ());
1575 unlink_file->keep ();
1578 unlink_file.reset ();
1590 std::optional<gdb::unlinker> unlink_file; member in struct:index_wip_file
  /src/usr.bin/make/
compat.c 113 if (!opts.noExecute && unlink_file(file) == 0)
make.h 874 int unlink_file(const char *) MAKE_ATTR_USE;
main.c 1940 unlink_file(const char *file) function
job.c 606 if (unlink_file(file) == 0)
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 687 JIM_EXPORT int Jim_MakeTempFile(Jim_Interp *interp, const char *filename_template, int unlink_file);
23755 int Jim_MakeTempFile(Jim_Interp *interp, const char *filename_template, int unlink_file)
23765 CREATE_ALWAYS, FILE_ATTRIBUTE_TEMPORARY | (unlink_file ? FILE_FLAG_DELETE_ON_CLOSE : 0),
23806 int Jim_MakeTempFile(Jim_Interp *interp, const char *filename_template, int unlink_file)
23849 if (unlink_file) {

Completed in 108 milliseconds