Home
last modified time | relevance | path

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

12

/dragonfly/contrib/cvs-1.12/src/
H A Drcs.c287 if (rcs) in RCS_parse()
674 strncpy (newpath, rcs->path, p - rcs->path); in RCS_setattic()
2900 return RCS_getbranch (rcs, rcs->branch, 1); in RCS_head()
2936 p = findnode (rcs->versions, rcs->head); in RCS_getdate()
3196 do_locks (rcs->locks, rcs->locks_data); in RCS_getlocks()
4769 p = findnode (rcs->versions, RCS_getbranch (rcs, rcs->branch, 0)); in RCS_findlock_or_tip()
5244 RCS_putdtree (rcs, rcs->head, fout); in RCS_checkin()
5665 rcs->path ? rcs->path : "(null)", in RCS_cmp_file()
5847 rev = rcs->branch ? rcs->branch : rcs->head; in RCS_settag()
6163 rcs->access = xrealloc (rcs->access, in RCS_addaccess()
[all …]
H A Dcommit.c238 xfinfo.rcs = NULL; in find_fileproc()
996 !RCS_isdead (finfo->rcs, finfo->rcs->head)) in check_fileproc()
2041 RCSNode *rcs; in checkaddfile() local
2132 *rcsnode = rcs; in checkaddfile()
2140 rcs = *rcsnode; in checkaddfile()
2162 rcs->path); in checkaddfile()
2239 *rcsnode = rcs; in checkaddfile()
2245 rcs->path); in checkaddfile()
2329 rcs->path); in checkaddfile()
2340 if (rcs == NULL) in checkaddfile()
[all …]
H A Dadmin.c622 RCSNode *rcs, *rcs2; in admin_fileproc() local
635 if (rcs == NULL) in admin_fileproc()
678 rcs->strict_locks = 1; in admin_fileproc()
680 rcs->strict_locks = 0; in admin_fileproc()
749 free (rcs->desc); in admin_fileproc()
829 rcs->path, in admin_fileproc()
848 rcs->path, in admin_fileproc()
884 rcs->path); in admin_fileproc()
908 rcs->path, in admin_fileproc()
925 rcs->path); in admin_fileproc()
[all …]
H A Drcs.h207 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);
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);
216 char *RCS_head (RCSNode * rcs);
219 List *RCS_symbols (RCSNode *rcs);
222 List *RCS_getlocks (RCSNode *rcs);
[all …]
H A Dimport.c568 char *rcs; in process_import_file() local
592 free (rcs); in process_import_file()
593 rcs = attic_name; in process_import_file()
649 free (rcs); in process_import_file()
656 free (rcs); in process_import_file()
684 finfo.rcs = NULL; in update_rcs_file()
843 finfo.rcs = NULL; in add_tags()
854 rcs->path); in add_tags()
857 rcs->path); in add_tags()
1767 if (rcs != NULL) in import_descend_dir()
[all …]
H A Dlog.c118 RCSNode *rcs; member
806 rcsfile = finfo->rcs; in log_fileproc()
1054 nr->first = RCS_head (rcs); in log_expand_revlist()
1059 rcs->path); in log_expand_revlist()
1136 r->last, rcs->print_path); in log_expand_revlist()
1256 && (rcs->head != NULL || rcs->branch != NULL)) in log_expand_revlist()
1261 if (rcs->branch != NULL) in log_expand_revlist()
1469 data->rcs, vnode); in log_fix_singledate()
1534 ver, rcs->print_path); in log_tree()
1569 ver, rcs->print_path); in log_abranch()
[all …]
H A Dcheckin.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()
H A Dmkmodules.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()
882 free (rcs); in checkout_file()
895 free (rcs); in checkout_file()
1104 char *rcs; in rename_rcsfile() local
1109 if (stat (rcs, &statbuf) < 0 in rename_rcsfile()
1111 error (0, errno, "cannot stat %s", rcs); in rename_rcsfile()
[all …]
H A Dpatch.c378 char *rcs = NULL; in patch_fileproc() local
405 if ((rcsfile = finfo->rcs) == NULL) 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()
619 tmpfile3, rcs); in patch_fileproc()
632 error (0, 0, "invalid diff header for %s", rcs); in patch_fileproc()
646 error (0, 0, "invalid unidiff header for %s", rcs); in patch_fileproc()
658 if (strncmp (rcs, strippath, strlen (strippath)) == 0) in patch_fileproc()
[all …]
H A Dannotate.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()
H A Drcscmds.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()
H A Dvers_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()
H A Dstatus.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()
H A Dupdate.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()
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()
2630 if (finfo->rcs->flags & PARTIAL) in special_file_mismatch()
2631 RCS_reparsercsfile (finfo->rcs, NULL, NULL); in special_file_mismatch()
2666 n = findnode (finfo->rcs->versions, rev1); in special_file_mismatch()
[all …]
H A Dtag.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/
H A Drcstest87 rcs -i -L -ta.11 $q a.c &&
146 rcs -l $q a.c &&
224 rcs -oOz $q a.c &&
225 rcs -l $q a.c &&
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; }
262 rcs -nN:1.1 $q a.c &&
267 rcs -NN:2.1 $q a.c &&
[all …]
H A DNEWS3 $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
88 rcs -kb acts like rcs -ko, except it uses binary I/O on working files.
96 else's lock. This is not meant for casual use; see rcs(1).
178 `rcs -nL:$ F' gives the symbolic name L to F's revision.
185 rcs's new -m option changes the log message of an old revision.
259 Use rcs -kkv to restore the usual default substitution.
303 the new -I option causes ci, co, and rcs to run interactively,
353 The notion of default branch has been added; see rcs -b.
[all …]
H A DREFS5 $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
H A DCREDITS24 $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/
H A Dcvs2vendor.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
H A Dsccs2rcs.in245 rcs -i -kb -t$emptyfile $file
267 rcs -l$lckrev $file >>& $logfile
270 rcs -l $file >>& $logfile
H A DREADME96 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/
H A Drc33 for rcs in /etc/rc.*; do
34 if [ -x "$rcs" ]; then
35 . $rcs
/dragonfly/gnu/usr.bin/rcs/rcs/
H A DMakefile3 PROG= rcs
4 MAN= rcs.1 rcsintro.1 rcsfile.5
/dragonfly/contrib/cvs-1.12/
H A DREADME.DRAGONFLY26 src/rcs.c
27 src/rcs.h

12