Home
last modified time | relevance | path

Searched refs:RCS_checkout (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Drcscmds.c244 if (RCS_checkout (rcs, NULL, xrev1, rev1, options, tmp1, NULL, NULL)) in RCS_merge()
255 if (RCS_checkout (rcs, NULL, xrev2, rev2, options, tmp2, NULL, NULL)) in RCS_merge()
385 status = RCS_checkout (rcsfile, NULL, rev1, NULL, options, tmpfile1, in RCS_exec_rcsdiff()
413 status = RCS_checkout (rcsfile, NULL, rev2, NULL, options, in RCS_exec_rcsdiff()
Dupdate.c1293 status = RCS_checkout (vers_ts->srcfile, NULL, in checkout_file()
1300 status = RCS_checkout (vers_ts->srcfile, in checkout_file()
1647 retcode = RCS_checkout (vers_ts->srcfile, NULL, in patch_file()
1670 retcode = RCS_checkout (vers_ts->srcfile, NULL, in patch_file()
1980 status = RCS_checkout (finfo->rcs, finfo->file, vers->vn_rcs, in merge_file()
2441 retcode = RCS_checkout (vers->srcfile, finfo->file, in join_file()
2504 if (RCS_checkout (finfo->rcs, finfo->file, rev2, NULL, t_options, in join_file()
2539 if (RCS_checkout (finfo->rcs, finfo->file, rev2, NULL, in join_file()
Dcheckin.c96 if (RCS_checkout (finfo->rcs, finfo->file, rev, NULL, in Checkin()
Drcs.h230 int RCS_checkout (RCSNode *, const char *, const char *, const char *,
Dadd.c517 status = RCS_checkout (vers->srcfile, finfo.file, in add()
632 status = RCS_checkout (vers->srcfile, finfo.file, in add()
Ddiff.c771 retcode = RCS_checkout (vers->srcfile, NULL, use_rev2, NULL, in diff_fileproc()
786 retcode = RCS_checkout (vers->srcfile, NULL, use_rev1, NULL, in diff_fileproc()
Dpatch.c579 retcode = RCS_checkout (rcsfile, NULL, vers_tag, rev1, options, in patch_fileproc()
602 retcode = RCS_checkout (rcsfile, NULL, vers_head, rev2, options, in patch_fileproc()
DChangeLog-96316 * rcs.c (RCS_checkout): If writing to stdout, use cvs_output
322 * mkmodules.c (checkout_file): Call RCS_checkout rather than
455 RCS_checkout so that Name can be expanded correctly. Reinstates
656 RCS_checkout, removed in last patch.
779 * rcscmds.c (RCS_checkout): add new argument 'rcsver'. If rcsver
783 * cvs.h: (RCS_checkout): add new argument 'rcsver' to prototype.
785 * commit.c (remove_file): supply new argument to RCS_checkout.
786 * checkin.c (Checkin): supply new argument to RCS_checkout.
787 * diff.c (diff_fileproc): supply new argument to RCS_checkout.
788 (diff_file_nodiff): supply new argument to RCS_checkout.
[all …]
Dmkmodules.c982 retcode = RCS_checkout (rcsnode, NULL, NULL, NULL, NULL, temp, NULL, NULL); in checkout_file()
DChangeLog-97872 RCS_isdead, RCS_getexpand, RCS_checkout, annotate_fileproc):
884 * rcs.c (RCS_reparsercsfile, RCS_checkout, RCS_settag, RCS_deltag,
1241 * rcs.c (RCS_checkout): fwrite in bite-size pieces, not the whole
1724 * rcs.c (RCS_checkout): For a binary file, call cvs_output_binary
2318 newline. Doesn't matter with the current RCS_checkout
2319 implementation, but it will if RCS_checkout is changed to pass
2323 RCS_checkout, for clarity.
2359 * rcs.c (RCS_checkout): Add pfn and callerdat parameters. Change
2366 (RCS_checkout): Update declaration.
2369 RCS_checkout and xcmp.
[all …]
Drcs.c4146 RCS_checkout (RCSNode *rcs, const char *workfile, const char *rev, in RCS_checkout() function
5443 status = RCS_checkout (rcs, NULL, commitpt->version, NULL, in RCS_checkin()
5701 retcode = RCS_checkout(rcs, NULL, rev, NULL, options, tmp, NULL, NULL); in RCS_cmp_file()
5723 if (RCS_checkout (rcs, NULL, rev1, NULL, options, tmpfile, in RCS_cmp_file()
5744 if (RCS_checkout (rcs, NULL, rev2 ? rev2 : rev1, NULL, options, in RCS_cmp_file()
6591 status = RCS_checkout (rcs, NULL, after, NULL, "-ko", afterfile, in RCS_delete_revs()
6623 status = RCS_checkout (rcs, NULL, before, NULL, "-ko", beforefile, in RCS_delete_revs()
DChangeLog839 (RCS_checkout): Avoid using uninitialized loglen.
1090 (RCS_reparsercsfile, RCS_getbranchpoint, RCS_checkout,
1243 * rcs.c (RCS_checkout): Ditto.
2762 * rcs.c (RCS_checkout): Allow noexec to do checkouts when
3253 RCS_getrevtime, RCS_checkout, RCS_findlock_or_tip, RCS_addbranch,
4400 expand_keywords, RCS_checkout, RCS_addbranch, RCS_checkin, RCS_lock,
7446 * rcs.c (RCS_checkout): Supply the full function name in the TRACE
7449 RCS_checkout more often.
8567 * rcs.c (RCS_checkout): Correct scanf format to allow for trailing
10131 * rcs.c (RCS_checkout, RCS_checkin): Ditto.
[all …]
Dcommit.c1834 retcode = RCS_checkout (finfo->rcs, finfo->file, rev ? corev : NULL, in remove_file()