Home
last modified time | relevance | path

Searched refs:rcsfile (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dtag.c636 RCSNode *rcsfile; local
641 if ((rcsfile = finfo->rcs) == NULL)
651 return (rtag_delete (rcsfile));
660 if ((rcsfile->flags & VALID) && (rcsfile->flags & INATTIC))
661 return (rtag_delete (rcsfile));
670 (void) rtag_delete (rcsfile);
754 symtag, rev, rcsfile->path);
778 rtag_delete (rcsfile) in rtag_delete() argument
779 RCSNode *rcsfile; in rtag_delete()
804 rcsfile->path);
[all …]
H A Dlog.c785 RCSNode *rcsfile; local
816 cvs_output (rcsfile->path, 0);
822 RCS_fully_parse (rcsfile);
852 if (rcsfile->head != NULL)
855 cvs_output (rcsfile->head, 0);
866 if (rcsfile->strict_locks)
875 cp = rcsfile->access;
896 syms = RCS_symbols (rcsfile);
937 if (rcsfile->desc != NULL)
943 p = findnode (rcsfile->versions, rcsfile->head);
[all …]
H A Dpatch.c379 RCSNode *rcsfile; local
400 if ((rcsfile = finfo->rcs) == NULL)
405 if ((rcsfile->flags & VALID) && (rcsfile->flags & INATTIC))
416 vers_head = RCS_getversion (rcsfile, rev2, date2, force_tag_match,
418 if (vers_head != NULL && RCS_isdead (rcsfile, vers_head))
436 if (RCS_getrevtime (rcsfile, vers_head, date1, 1) == -1)
447 if (vers_tag != NULL && RCS_isdead (rcsfile, vers_tag))
545 retcode = RCS_checkout (rcsfile, (char *) NULL, vers_tag,
556 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_tag,
569 retcode = RCS_checkout (rcsfile, (char *) NULL, vers_head,
[all …]
H A Dcommit.c1832 RCSNode *rcsfile; local
1845 freercsnode (&rcsfile);
1888 RCSNode *rcsfile = NULL; local
1955 rcsfile->path);
2050 *rcsnode = rcsfile;
2099 if (rcsfile == NULL)
2106 *rcsnode = rcsfile;
2120 if (rcsfile == NULL)
2123 rcsfile = *rcsnode;
2127 if (rcsfile == NULL)
[all …]
H A Drcscmds.c379 RCS_exec_rcsdiff (rcsfile, opts, options, rev1, rev2, label1, label2, workfile) in RCS_exec_rcsdiff() argument
380 RCSNode *rcsfile; in RCS_exec_rcsdiff()
400 cvs_output (rcsfile->path, 0);
409 status = RCS_checkout (rcsfile, NULL, rev1, NULL, options, tmpfile1,
419 "cannot check out revision %s of %s", rev1, rcsfile->path);
432 status = RCS_checkout (rcsfile, NULL, rev2, NULL, options,
442 "cannot check out revision %s of %s", rev2, rcsfile->path);
H A Drcs.c188 char *rcsfile; local
290 free (rcsfile);
300 char *rcsfile; in RCS_parsercsfile()
408 rcsfile);
429 char *rcsfile; local
461 rcsfile);
551 key, rcsfile);
590 key, rcsfile);
7381 char *rcsfile;
8196 char *rcsfile; in rcs_internal_lockfile()
[all …]
H A Drcs.h189 RCSNode *RCS_parsercsfile PROTO((char *rcsfile));
H A Dcvs.h435 extern int RCS_exec_rcsdiff PROTO ((RCSNode *rcsfile,
H A DChangeLog-97791 (checkaddfile): Updated caller. Parse `rcsfile' after
792 calling add_rcs_file. Free `rcsfile' instead of asserting it to
2627 * rcscmds.c (RCS_checkin): Preserve the mode of the rcsfile.
H A DChangeLog-96666 node in rcsfile->other, thanks to Ian's change below, we had
/openbsd/gnu/usr.bin/cvs/doc/
H A DRCSFILES7 The place to start is the rcsfile.5 manpage in the GNU RCS 5.7
16 The rcsfile.5 manpage does not document what goes in the "text" field
27 The rcsfile.5 documentation only _very_ briefly touches on the order
55 The rcsfile.5 grammar shows the {num} after "next" as optional; if it
135 Note that the "comment {string};" syntax from rcsfile.5 specifies a
147 The RCS file format, as described in the rcsfile(5) man page, is
201 Id: rcsfile.5in,v 5.6 1995/06/05 08:28:35 eggert Exp
203 Id: rcsfile.5in,v 5.7 1996/12/09 17:31:44 eggert Exp
208 RCS file: RCS/rcsfile.5in,v
212 --- rcsfile.5in 1995/06/05 08:28:35 5.6
[all …]
H A Dcvsclient.info-3303 MT rcsfile /home/kingdon/zwork/cvsroot/foo/gz.tst,v
H A Dcvs.info-1617 description of the file format, see the `man' page `rcsfile(5)',
H A Dcvsclient.texi1732 MT rcsfile /home/kingdon/zwork/cvsroot/foo/gz.tst,v
H A DChangeLog1182 * RCSFILES: rcsfile.5 is correct about {num} after next being
H A Dcvs.texinfo956 @cite{rcsfile(5)}, distributed with @sc{rcs}, or the
/openbsd/usr.bin/cvs/
H A Dfile.c654 char repo[PATH_MAX], rcsfile[PATH_MAX]; in cvs_file_classify() local
665 (void)xsnprintf(rcsfile, PATH_MAX, "%s/%s", in cvs_file_classify()
669 len = strlcat(rcsfile, RCS_FILE_EXT, PATH_MAX); in cvs_file_classify()
674 cf->file_rpath = xstrdup(rcsfile); in cvs_file_classify()
722 else if (cf->fd == -1 && stat(rcsfile, &st) != -1) in cvs_file_classify()
756 (void)xsnprintf(rcsfile, PATH_MAX, "%s/%s/%s%s", in cvs_file_classify()
759 cf->repo_fd = open(rcsfile, O_RDONLY); in cvs_file_classify()
762 cf->file_rpath = xstrdup(rcsfile); in cvs_file_classify()
H A Dcommit.c408 char attic[PATH_MAX], repo[PATH_MAX], rcsfile[PATH_MAX]; in cvs_commit_local() local
521 (void)xsnprintf(rcsfile, PATH_MAX, "%s/%s%s", in cvs_commit_local()
524 if (rename(cf->file_rpath, rcsfile) == -1) in cvs_commit_local()
530 cf->file_rpath = xstrdup(rcsfile); in cvs_commit_local()
H A Drcs.c2179 rcs_kwexp_line(char *rcsfile, struct rcs_delta *rdp, struct rcs_lines *lines, in rcs_kwexp_line() argument
2205 if (strlcpy(path, rcsfile, sizeof(path)) >= sizeof(path)) in rcs_kwexp_line()
2310 (void)strlcat(expbuf, rcsfile, in rcs_kwexp_line()
2385 (void)strlcat(expbuf, rcsfile, in rcs_kwexp_line()
2485 if (strlcat(expbuf, rcsfile, sizeof(expbuf)) >= in rcs_kwexp_line()
/openbsd/usr.bin/rcs/
H A DMakefile6 rcsfile.5
H A Drlog.c199 rlog_select_daterev(RCSFILE *rcsfile, char *date) in rlog_select_daterev() argument
286 TAILQ_FOREACH(rdp, &(rcsfile->rf_delta), rd_list) { in rlog_select_daterev()
H A Drcs.c1486 char buf[256], *tmpf, resolved[PATH_MAX], *rcsfile; in rcs_expand_keywords() local
1498 rcsfile = rcsfile_in; in rcs_expand_keywords()
1500 rcsfile = resolved; in rcs_expand_keywords()
1584 (tmpf = strrchr(rcsfile, '/')) == NULL) in rcs_expand_keywords()
1585 buf_puts(newbuf, rcsfile); in rcs_expand_keywords()
1615 buf_puts(newbuf, rcsfile); in rcs_expand_keywords()
/openbsd/distrib/sets/lists/man/
H A Dmi2313 ./usr/share/man/man5/rcsfile.5