Searched refs:tocvsPath (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | checkin.c | 34 char *tocvsPath = NULL; local 44 tocvsPath = wrap_tocvs_process_file (finfo->file); 47 if (tocvsPath) 52 rename_file (tocvsPath, finfo->file); 122 if (tocvsPath) 123 if (unlink_file_dir (tocvsPath) < 0) 124 error (0, errno, "cannot remove %s", tocvsPath); 129 if (tocvsPath) 130 if (unlink_file_dir (tocvsPath) < 0) 131 error (0, errno, "cannot remove %s", tocvsPath); [all …]
|
| H A D | no_diff.c | 28 char *tocvsPath; local 51 tocvsPath = wrap_tocvs_process_file (finfo->file); 53 tocvsPath == NULL ? finfo->file : tocvsPath); 80 if (tocvsPath) 86 CLIENT_SERVER_STR, tocvsPath); 87 if ( CVS_UNLINK (tocvsPath) < 0) 88 error (0, errno, "could not remove %s", tocvsPath);
|
| H A D | import.c | 620 char *tocvsPath; local 647 tocvsPath = wrap_tocvs_process_file (vfile); 651 if (tocvsPath) 652 if (unlink_file_dir (tocvsPath) < 0) 653 error (0, errno, "cannot remove %s", tocvsPath); 706 char *tocvsPath; local 726 tocvsPath = wrap_tocvs_process_file (vfile); 728 status = RCS_checkin (rcs, tocvsPath == NULL ? vfile : tocvsPath, 734 if ((tocvsPath != NULL) && (unlink_file_dir (tocvsPath) < 0)) 735 error (0, errno, "cannot remove %s", tocvsPath); [all …]
|
| H A D | diff.c | 401 char *tocvsPath; local 598 tocvsPath = wrap_tocvs_process_file(finfo->file); 599 if (tocvsPath) 612 copy_file (tocvsPath, finfo->file); 727 if (tocvsPath) 734 if (unlink_file (tocvsPath) < 0) 735 error (1, errno, "cannot remove %s", tocvsPath);
|
| H A D | ChangeLog-9395 | 1784 * import.c (add_rcs_file): Remove tocvsPath before returning. 1855 * checkin.c: Add tocvsPath variable and associated handling. 1857 * diff.c: Add tocvsPath variable and associated handling. 1860 (update_rcs_file, add_rev, add_rcs_file): add tocvsPath 1862 * no_diff.c: Add tocvsPath variable and associated handling.
|