Home
last modified time | relevance | path

Searched refs:rcs (Results 1 – 25 of 47) sorted by relevance

12

/dragonfly/contrib/cvs-1.12/src/
HDrcs.c72 static char *RCS_getdatebranch (RCSNode * rcs, const char *date,
270 RCSNode *rcs; in RCS_parse() local
286 rcs = RCS_parsercsfile_i (fp, rcsfile); in RCS_parse()
287 if (rcs) in RCS_parse()
289 rcs->flags |= VALID; in RCS_parse()
291 rcs->flags |= INATTIC; in RCS_parse()
295 retval = rcs; in RCS_parse()
315 RCSNode *rcs; in RCS_parsercsfile() local
328 rcs = RCS_parsercsfile_i (fp, rcsfile); in RCS_parsercsfile()
330 return rcs; in RCS_parsercsfile()
[all …]
HDcommit.c49 static int lock_RCS (const char *user, RCSNode *rcs, const char *rev,
56 static void fixaddfile (const char *rcs);
58 static void unlockrcs (RCSNode *rcs);
238 xfinfo.rcs = NULL; in find_fileproc()
934 !RCS_isbranch (finfo->rcs, vers->tag)) in check_fileproc()
995 if (finfo->rcs != NULL && in check_fileproc()
996 !RCS_isdead (finfo->rcs, finfo->rcs->head)) in check_fileproc()
1000 finfo->fullname, finfo->rcs->path); in check_fileproc()
1116 ci->rev = RCS_whatbranch (finfo->rcs, vers->tag); in check_fileproc()
1388 && finfo->rcs != NULL) in commit_fileproc()
[all …]
HDadmin.c622 RCSNode *rcs, *rcs2; in admin_fileproc() local
634 rcs = vers->srcfile; in admin_fileproc()
635 if (rcs == NULL) in admin_fileproc()
643 if (rcs->flags & PARTIAL) in admin_fileproc()
644 RCS_reparsercsfile (rcs, NULL, NULL); in admin_fileproc()
649 cvs_output (rcs->path, 0); in admin_fileproc()
658 branch = RCS_whatbranch (rcs, admin_data->branch + 2); in admin_fileproc()
662 rcs->path, admin_data->branch + 2); in admin_fileproc()
667 RCS_setbranch (rcs, branch); in admin_fileproc()
673 if (rcs->comment != NULL) in admin_fileproc()
[all …]
HDrcs.h204 char *RCS_getdate (RCSNode * rcs, const char *date, int force_tag_match);
205 char *RCS_gettag (RCSNode * rcs, const char *symtag, int force_tag_match,
207 int RCS_exist_rev (RCSNode *rcs, char *rev);
208 int RCS_exist_tag (RCSNode *rcs, char *tag);
209 char *RCS_tag2rev (RCSNode *rcs, char *tag);
210 char *RCS_getversion (RCSNode *rcs, const char *tag, const char *date,
212 char *RCS_magicrev (RCSNode *rcs, char *rev);
213 int RCS_isbranch (RCSNode *rcs, const char *rev);
214 int RCS_nodeisbranch (RCSNode *rcs, const char *tag);
215 char *RCS_whatbranch (RCSNode *rcs, const char *tag);
[all …]
HDimport.c29 static int add_rev (char *message, RCSNode *rcs, char *vfile,
31 static int add_tags (RCSNode *rcs, char *vfile, char *vtag, int targc,
568 char *rcs; in process_import_file() local
571 rcs = Xasprintf ("%s/%s%s", repository, vfile, RCSEXT); in process_import_file()
572 if (!isfile (rcs)) in process_import_file()
592 free (rcs); in process_import_file()
593 rcs = attic_name; in process_import_file()
597 (void) sprintf (rcs, "%s/%s", repository, CVSATTIC); in process_import_file()
598 if (CVS_MKDIR (rcs, 0777 ) != 0 && errno != EEXIST) in process_import_file()
599 error (1, errno, "cannot make directory `%s'", rcs); in process_import_file()
[all …]
HDlog.c118 RCSNode *rcs; member
806 rcsfile = finfo->rcs; in log_fileproc()
852 log_data_and_rcs.rcs = rcsfile; in log_fileproc()
1035 log_expand_revlist (RCSNode *rcs, char *baserev, in log_expand_revlist() argument
1054 nr->first = RCS_head (rcs); in log_expand_revlist()
1059 rcs->path); in log_expand_revlist()
1075 nr->first = RCS_getbranch (rcs, r->first, 1); in log_expand_revlist()
1078 branch = RCS_whatbranch (rcs, r->first); in log_expand_revlist()
1083 nr->first = RCS_getbranch (rcs, branch, 1); in log_expand_revlist()
1091 r->first, rcs->print_path); in log_expand_revlist()
[all …]
HDcheckin.c52 assert (finfo->rcs != NULL); in Checkin()
54 switch (RCS_checkin (finfo->rcs, finfo->update_dir, finfo->file, message, in Checkin()
83 || !RCS_cmp_file (finfo->rcs, rev, NULL, NULL, in Checkin()
94 if (RCS_checkout (finfo->rcs, finfo->file, rev, NULL, in Checkin()
157 (void) RCS_unlock (finfo->rcs, NULL, 1); in Checkin()
158 RCS_rewrite (finfo->rcs, NULL, NULL); in Checkin()
HDmkmodules.c862 char *rcs; in checkout_file() local
869 rcs = Xasprintf ("%s%s", file, RCSEXT); in checkout_file()
870 if (!isfile (rcs)) in checkout_file()
872 free (rcs); in checkout_file()
876 rcsnode = RCS_parsercsfile (rcs); in checkout_file()
881 error (0, 0, "Failed to parse `%s'.", rcs); in checkout_file()
882 free (rcs); in checkout_file()
895 free (rcs); in checkout_file()
1104 char *rcs; in rename_rcsfile() local
1107 rcs = Xasprintf ("%s%s", real, RCSEXT); in rename_rcsfile()
[all …]
HDpatch.c378 char *rcs = NULL; in patch_fileproc() local
405 if ((rcsfile = finfo->rcs) == NULL) in patch_fileproc()
413 rcs_orig = rcs = Xasprintf ("%s%s", finfo->file, RCSEXT); in patch_fileproc()
444 rcs, vers_head); in patch_fileproc()
538 "cannot check out revision %s of %s", vers_tag, rcs); in patch_fileproc()
561 "cannot check out revision %s of %s", vers_head, rcs); in patch_fileproc()
578 error (1, errno, "fork for diff failed on %s", rcs); in patch_fileproc()
615 failed to read diff file header %s for %s: end of file", tmpfile3, rcs); in patch_fileproc()
619 tmpfile3, rcs); in patch_fileproc()
632 error (0, 0, "invalid diff header for %s", rcs); in patch_fileproc()
[all …]
HDannotate.c264 if (finfo->rcs == NULL) in annotate_fileproc()
267 if (finfo->rcs->flags & PARTIAL) in annotate_fileproc()
268 RCS_reparsercsfile (finfo->rcs, NULL, NULL); in annotate_fileproc()
270 expand = RCS_getexpand (finfo->rcs); in annotate_fileproc()
271 version = RCS_getversion (finfo->rcs, tag, date, force_tag_match, NULL); in annotate_fileproc()
288 RCS_deltas (finfo->rcs, NULL, NULL, in annotate_fileproc()
HDrcscmds.c211 RCS_merge (RCSNode *rcs, const char *path, const char *workfile, in RCS_merge() argument
223 cvs_output (rcs->print_path, 0); in RCS_merge()
230 xrev1 = RCS_gettag (rcs, rev1, 0, NULL); in RCS_merge()
231 xrev2 = RCS_gettag (rcs, rev2, 0, NULL); in RCS_merge()
242 if (RCS_checkout (rcs, NULL, xrev1, rev1, options, tmp1, NULL, NULL)) in RCS_merge()
253 if (RCS_checkout (rcs, NULL, xrev2, rev2, options, tmp2, NULL, NULL)) in RCS_merge()
HDvers_ts.c125 if (finfo->rcs != NULL) in Version_TS()
126 rcsexpand = RCS_getexpand (finfo->rcs); in Version_TS()
179 if (finfo->rcs != NULL) in Version_TS()
181 rcsdata = finfo->rcs; in Version_TS()
HDstatus.c282 if (RCS_nodeisbranch (finfo->rcs, edata->tag)) in status_fileproc()
283 branch = RCS_whatbranch(finfo->rcs, edata->tag); in status_fileproc()
327 xrcsnode = finfo->rcs; in status_fileproc()
HDupdate.c604 && finfo->rcs != NULL) in update_fileproc()
606 char *rev = RCS_getversion (finfo->rcs, tag, NULL, 1, NULL); in update_fileproc()
608 && nonbranch != (nb = !RCS_nodeisbranch (finfo->rcs, tag))) in update_fileproc()
1552 rev = RCS_gettag (finfo->rcs, vers_ts->vn_user, 1, NULL); in patch_file()
1943 status = RCS_checkout (finfo->rcs, finfo->file, vers->vn_rcs, in merge_file()
1975 status = RCS_merge (finfo->rcs, vers->srcfile->path, finfo->file, in merge_file()
2467 if (RCS_checkout (finfo->rcs, finfo->file, rev2, NULL, t_options, in join_file()
2502 if (RCS_checkout (finfo->rcs, finfo->file, rev2, NULL, in join_file()
2532 status = RCS_merge (finfo->rcs, vers->srcfile->path, finfo->file, in join_file()
2630 if (finfo->rcs->flags & PARTIAL) in special_file_mismatch()
[all …]
HDtag.c562 finfo->rcs ? (finfo->rcs->path ? finfo->rcs->path : "(null)") in check_fileproc()
939 if ((rcsfile = finfo->rcs) == NULL) in rtag_fileproc()
1021 int isbranch = RCS_nodeisbranch (finfo->rcs, symtag); in rtag_fileproc()
1189 isbranch = RCS_nodeisbranch (finfo->rcs, symtag); in tag_fileproc()
1269 int isbranch = RCS_nodeisbranch (finfo->rcs, symtag); in tag_fileproc()
1402 if ((rcsdata = finfo->rcs) == NULL) in val_fileproc()
/dragonfly/gnu/usr.bin/rcs/
HDrcstest87 rcs -i -L -ta.11 $q a.c &&
99 rcs -L $q a.c || { echo "#ci+rcs -L failed"; exit 1; }
146 rcs -l $q a.c &&
224 rcs -oOz $q a.c &&
225 rcs -l $q a.c &&
233 rcs -i $q a.c 2>/dev/null && { echo "#rcs -i permitted existing file"; exit 1; }
240 rcs -l1.1.1 $q a.c &&
242 rcs -b1.1.1 $q a.c &&
244 rcs -b $q a.c &&
248 rcs -U $q a.c || { echo "#rcs -U failed"; exit 1; }
[all …]
HDNEWS3 $FreeBSD: src/gnu/usr.bin/rcs/NEWS,v 1.5 1999/08/27 23:36:36 peter Exp $
4 $DragonFly: src/gnu/usr.bin/rcs/NEWS,v 1.2 2003/06/17 04:25:47 dillon Exp $
28 rcs-bugs@cs.purdue.edu
82 `rcs' now requires at least one option; this is for future expansion.
88 rcs -kb acts like rcs -ko, except it uses binary I/O on working files.
95 rcs's new -M option causes it to not send mail when you break somebody
96 else's lock. This is not meant for casual use; see rcs(1).
117 The new -T option of ci, co, rcs, and rcsclean preserves the modification
130 If someone else already holds the lock, rcs -l now asks whether you want
178 `rcs -nL:$ F' gives the symbolic name L to F's revision.
[all …]
HDREFS5 $FreeBSD: src/gnu/usr.bin/rcs/REFS,v 1.5 1999/08/27 23:36:36 peter Exp $
6 $DragonFly: src/gnu/usr.bin/rcs/REFS,v 1.2 2003/06/17 04:25:47 dillon Exp $
14 <http://www.qucis.queensu.ca/Software-Engineering/blurb/rcs>.
40 rcs-N-tar.gz
HDCREDITS24 $FreeBSD: src/gnu/usr.bin/rcs/CREDITS,v 1.5 1999/08/27 23:36:36 peter Exp $
25 $DragonFly: src/gnu/usr.bin/rcs/CREDITS,v 1.2 2003/06/17 04:25:47 dillon Exp $
/dragonfly/contrib/cvs-1.12/contrib/
HDcvs2vendor.sh102 rcs $symname $dstdir/$bfile,v
104 … echo ERROR - rcs $symname $dstdir/$bfile,v
146 rcs -b1 $dstdir/$bfile
148 echo ERROR - rcs -b1 $dstdir/$bfile
HDsccs2rcs.in245 rcs -i -kb -t$emptyfile $file
267 rcs -l$lckrev $file >>& $logfile
270 rcs -l $file >>& $logfile
HDREADME96 rcs-5.7-commitid.patch
100 rcs-5.7-sameuserlocks.patch
102 submitted to both help-rcs@gnu.org and Redhat.
108 rcs-5.7-security.patch
114 rcs-to-cvs Script to import sources that may have been under
/dragonfly/initrd/etc/
HDrc33 for rcs in /etc/rc.*; do
34 if [ -x "$rcs" ]; then
35 . $rcs
/dragonfly/gnu/usr.bin/rcs/rcs/
HDMakefile3 PROG= rcs
4 MAN= rcs.1 rcsintro.1 rcsfile.5
/dragonfly/contrib/cvs-1.12/
HDREADME.DRAGONFLY26 src/rcs.c
27 src/rcs.h

12