/openbsd/gnu/usr.bin/cvs/src/ |
H A D | rcscmds.c | 269 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,
|
H A D | checkin.c | 95 if (RCS_checkout (finfo->rcs, finfo->file, rev, (char *) NULL,
|
H A D | update.c | 1367 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,
|
H A D | rcs.h | 221 int RCS_checkout PROTO ((RCSNode *, char *, char *, char *, char *, char *,
|
H A D | patch.c | 545 retcode = RCS_checkout (rcsfile, (char *) NULL, vers_tag, 569 retcode = RCS_checkout (rcsfile, (char *) NULL, vers_head,
|
H A D | diff.c | 667 retcode = RCS_checkout (vers->srcfile, (char *) NULL, 688 retcode = RCS_checkout (vers->srcfile, (char *) NULL,
|
H A D | ChangeLog-96 | 656 RCS_checkout, removed in last patch. 791 (patch_file): supply new argument to RCS_checkout. 792 (join_file): supply new argument to RCS_checkout. 1014 * rcs.c (RCS_checkout): Fix indentation. 1020 * rcs.h (RCS_checkout): Update declaration. 1082 * rcscmds.c (RCS_checkout): Likewise. 1186 RCS_checkout. 1192 * rcscmds.c (RCS_checkout): Likewise. 1200 than RCS_checkout. 2870 RCS_checkout. [all …]
|
H A D | mkmodules.c | 581 retcode = RCS_checkout (rcsnode, NULL, NULL, NULL, NULL, temp,
|
H A D | ChangeLog-97 | 872 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. 2366 (RCS_checkout): Update declaration. 2369 RCS_checkout and xcmp. 2374 patch_file_write to RCS_checkout. Don't check for newlines or [all …]
|
H A D | ChangeLog | 1176 * 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). 4359 * rcs.c (RCS_checkout) [PRESERVE_PERMISSIONS_SUPPORT]: Use 4427 * rcs.c (RCS_checkout): 4572 (RCS_fully_parse, RCS_checkout, RCS_deltas): Likewise. 4661 * rcs.c (RCS_checkout): Comment return value (0/1, not -1). [all …]
|
H A D | rcs.c | 3982 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,
|
H A D | commit.c | 1718 retcode = RCS_checkout (finfo->rcs, finfo->file, rev ? corev : NULL,
|