OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RCS_checkout
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
rcscmds.c
236
/* Check out chosen revisions. The error message when
RCS_checkout
238
and relies on
RCS_checkout
saying something intelligent upon failure. */
244
if (
RCS_checkout
(rcs, NULL, xrev1, rev1, options, tmp1, NULL, NULL))
255
if (
RCS_checkout
(rcs, NULL, xrev2, rev2, options, tmp2, NULL, NULL))
345
This used to exec rcsdiff, but now calls
RCS_checkout
and diff_exec.
385
status =
RCS_checkout
(rcsfile, NULL, rev1, NULL, options, tmpfile1,
413
status =
RCS_checkout
(rcsfile, NULL, rev2, NULL, options,
checkin.c
74
going to call
RCS_checkout
into a temporary file
76
call
RCS_checkout
here, compare the resulting files
96
if (
RCS_checkout
(finfo->rcs, finfo->file, rev, NULL,
rcs.h
186
/* The type of a function passed to
RCS_checkout
. */
230
int
RCS_checkout
(RCSNode *, const char *, const char *, const char *,
update.c
1293
status =
RCS_checkout
(vers_ts->srcfile, NULL,
1300
status =
RCS_checkout
(vers_ts->srcfile,
1319
/* FIXME: We should have
RCS_checkout
return the mode.
1647
retcode =
RCS_checkout
(vers_ts->srcfile, NULL,
1670
retcode =
RCS_checkout
(vers_ts->srcfile, NULL,
1764
that
RCS_checkout
would. FIXME: This is an abstraction
1837
patch_file via
RCS_checkout
. */
1980
status =
RCS_checkout
(finfo->rcs, finfo->file, vers->vn_rcs,
2438
/* FIXME - see the FIXME comment above the call to
RCS_checkout
in the
2441
retcode =
RCS_checkout
(vers->srcfile, finfo->file
[
all
...]
add.c
517
status =
RCS_checkout
(vers->srcfile, finfo.file,
632
status =
RCS_checkout
(vers->srcfile, finfo.file,
diff.c
771
retcode =
RCS_checkout
(vers->srcfile, NULL, use_rev2, NULL,
786
retcode =
RCS_checkout
(vers->srcfile, NULL, use_rev1, NULL,
patch.c
145
assertion in
RCS_checkout
where it asserts that options
579
retcode =
RCS_checkout
(rcsfile, NULL, vers_tag, rev1, options,
602
retcode =
RCS_checkout
(rcsfile, NULL, vers_head, rev2, options,
mkmodules.c
982
retcode =
RCS_checkout
(rcsnode, NULL, NULL, NULL, NULL, temp, NULL, NULL);
985
/* Probably not necessary (?);
RCS_checkout
already printed a
rcs.c
4146
RCS_checkout
(RCSNode *rcs, const char *workfile, const char *rev,
4176
TRACE (TRACE_FUNCTION, "
RCS_checkout
(%s, %s, %s, %s, %s)",
5443
status =
RCS_checkout
(rcs, NULL, commitpt->version, NULL,
5701
retcode =
RCS_checkout
(rcs, NULL, rev, NULL, options, tmp, NULL, NULL);
5723
if (
RCS_checkout
(rcs, NULL, rev1, NULL, options, tmpfile,
5744
if (
RCS_checkout
(rcs, NULL, rev2 ? rev2 : rev1, NULL, options,
5773
RCS_checkout
. */
6581
we are consistent between the
RCS_checkout
and the diff). */
6591
status =
RCS_checkout
(rcs, NULL, after, NULL, "-ko", afterfile,
6623
status =
RCS_checkout
(rcs, NULL, before, NULL, "-ko", beforefile
[
all
...]
commit.c
1834
retcode =
RCS_checkout
(finfo->rcs, finfo->file, rev ? corev : NULL,
Completed in 27 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026