Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/src/
Drcscmds.c269 if (RCS_checkout (rcs, NULL, xrev1, rev1, options, tmp1,
281 if (RCS_checkout (rcs, NULL, xrev2, rev2, options, tmp2,
409 status = RCS_checkout (rcsfile, NULL, rev1, NULL, options, tmpfile1,
432 status = RCS_checkout (rcsfile, NULL, rev2, NULL, options,
Dcheckin.c95 if (RCS_checkout (finfo->rcs, finfo->file, rev, (char *) NULL,
Dupdate.c1367 status = RCS_checkout (vers_ts->srcfile, (char *) NULL,
1374 status = RCS_checkout (vers_ts->srcfile,
1709 retcode = RCS_checkout (vers_ts->srcfile, (char *) NULL,
1732 retcode = RCS_checkout (vers_ts->srcfile, (char *) NULL,
2467 retcode = RCS_checkout (vers->srcfile, finfo->file,
2522 if (RCS_checkout (finfo->rcs, finfo->file, rev2, NULL, t_options,
2556 if (RCS_checkout (finfo->rcs, finfo->file, rev2, NULL, t_options,
Drcs.h221 int RCS_checkout PROTO ((RCSNode *, char *, char *, char *, char *, char *,
Dpatch.c545 retcode = RCS_checkout (rcsfile, (char *) NULL, vers_tag,
569 retcode = RCS_checkout (rcsfile, (char *) NULL, vers_head,
Ddiff.c667 retcode = RCS_checkout (vers->srcfile, (char *) NULL,
688 retcode = RCS_checkout (vers->srcfile, (char *) NULL,
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.c581 retcode = RCS_checkout (rcsnode, NULL, NULL, NULL, NULL, temp,
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 …]
DChangeLog1176 * rcs.c (RCS_checkout, RCS_checkin): Ditto.
2341 RCS_checkout, pass vn_tag as well.
2443 RCS_checkout call to get a new copy of a revision to be
2449 passing in "-ko" as an option to RCS_checkout.
3811 * rcs.c (RCS_checkout): Hoist frees of rev and value.
3906 in (or else this fails to test for the RCS_checkout change).
3910 * rcs.c (RCS_checkout): If opening the local workfile fails due to
4238 * rcs.c (RCS_checkout): Make sure to call chown with -1 for uid or
4345 (RCS_checkout) [PRESERVE_PERMISSIONS_SUPPORT]: Get hardlinks from
4359 * rcs.c (RCS_checkout) [PRESERVE_PERMISSIONS_SUPPORT]: Use
[all …]
Drcs.c3982 RCS_checkout (rcs, workfile, rev, nametag, options, sout, pfn, callerdat) in RCS_checkout() function
5265 status = RCS_checkout (rcs, NULL, commitpt->version, NULL,
5516 retcode = RCS_checkout(rcs, NULL, rev, NULL, options, tmp, NULL, NULL);
5538 retcode = RCS_checkout (rcs, (char *) NULL, rev, (char *) NULL,
6377 status = RCS_checkout (rcs, NULL, after, NULL, "-ko", afterfile,
6405 status = RCS_checkout (rcs, NULL, before, NULL, "-ko", beforefile,
Dcommit.c1718 retcode = RCS_checkout (finfo->rcs, finfo->file, rev ? corev : NULL,