Searched refs:rcs (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-9.3-release/share/doc/psd/13.rcs/
H A DMakefile3 SUBDIR= rcs rcs_func
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A DMakefile3 PROG= rcs
4 MAN= rcs.1 rcsintro.1 rcsfile.5
/freebsd-9.3-release/share/doc/psd/13.rcs/rcs/
H A DMakefile3 SRCS= rcs.ms
/freebsd-9.3-release/contrib/cvs/src/
H A Drcs.h13 * RCS source control definitions needed by rcs.c and friends
160 ";delete" magic fields (see rcs.c, log.c). I think this is
175 * (see rcs.c) are contained as virtual revision numbers (within symbolic
202 char *RCS_getdate PROTO((RCSNode * rcs, const char *date,
204 char *RCS_gettag PROTO((RCSNode * rcs, const char *symtag, int force_tag_match,
206 int RCS_exist_rev PROTO((RCSNode *rcs, char *rev));
207 int RCS_exist_tag PROTO((RCSNode *rcs, char *tag));
208 char *RCS_tag2rev PROTO((RCSNode *rcs, char *tag));
209 char *RCS_getversion PROTO((RCSNode * rcs, const char *tag, const char *date,
211 char *RCS_magicrev PROTO((RCSNode *rcs, cha
[all...]
H A Drcs.c13 * The routines contained in this file do all the rcs file parsing and
85 static char *RCS_getdatebranch PROTO((RCSNode * rcs, const char *date,
201 * places like the rcs field of struct file_info.
292 RCSNode *rcs; local
308 rcs = RCS_parsercsfile_i(fp, rcsfile);
309 if (rcs != NULL)
311 rcs->flags |= VALID;
313 rcs->flags |= INATTIC;
317 retval = rcs;
336 RCSNode *rcs; local
[all...]
H A Dadmin.c271 it to rcs as-is. Note that multiple -n options are
279 it to rcs as-is. Note that multiple -N options are
286 of optarg, although for now we just pass it to rcs
548 * Called to run "rcs" on a particular file.
561 RCSNode *rcs, *rcs2; local
573 rcs = vers->srcfile;
574 if (rcs == NULL)
582 if (rcs->flags & PARTIAL)
583 RCS_reparsercsfile (rcs, (FILE **) NULL, (struct rcsbuffer *) NULL);
588 cvs_output (rcs
[all...]
H A Dcommit.c57 static int lock_RCS PROTO((const char *user, RCSNode *rcs, const char *rev,
63 static void fixaddfile PROTO((const char *rcs));
65 static void unlockrcs PROTO((RCSNode *rcs));
268 xfinfo.rcs = NULL;
890 * - if status is T_ADDED, rcs file must not exist unless on
908 !RCS_isbranch (finfo->rcs, vers->tag))
972 if (finfo->rcs != NULL &&
973 !RCS_isdead (finfo->rcs, finfo->rcs->head))
977 finfo->fullname, finfo->rcs
1918 RCSNode *rcs; local
[all...]
H A Dcheckin.c61 /* There use to be a check for finfo->rcs == NULL here and then a
66 assert (finfo->rcs != NULL);
68 switch (RCS_checkin (finfo->rcs, finfo->file, message, rev, 0,
96 || RCS_cmp_file( finfo->rcs, rev, (char **)NULL, (char *)NULL,
107 if (RCS_checkout (finfo->rcs, finfo->file, rev, (char *) NULL,
171 (void) RCS_unlock (finfo->rcs, NULL, 1);
172 RCS_rewrite (finfo->rcs, NULL, NULL);
H A Dimport.c29 static int add_rev PROTO((char *message, RCSNode *rcs, char *vfile,
31 static int add_tags PROTO((RCSNode *rcs, char *vfile, char *vtag, int targc,
564 char *rcs; local
567 rcs = xmalloc (strlen (repository) + strlen (vfile) + sizeof (RCSEXT)
569 (void) sprintf (rcs, "%s/%s%s", repository, vfile, RCSEXT);
570 if (!isfile (rcs))
622 retval = add_rcs_file (message, rcs, vfile, vhead, our_opt,
627 free (rcs);
634 free (rcs);
636 * an rcs fil
1578 char *rcs = NULL; local
[all...]
H A Dlog.c120 RCSNode *rcs; member in struct:log_data_and_rcs
831 rcsfile = finfo->rcs;
844 /* no rcs file. What *do* we know about this file? */
877 log_data_and_rcs.rcs = rcsfile;
909 or in rcs.c; I put it here because it is specific to the log
911 functions in rcs.c. */
1060 log_expand_revlist (rcs, baserev, revlist, default_branch)
1061 RCSNode *rcs;
1082 nr->first = RCS_head (rcs);
1087 rcs
[all...]
H A Dmkmodules.c576 char *rcs; local
583 rcs = xmalloc (strlen (file) + 5);
584 strcpy (rcs, file);
585 strcat (rcs, RCSEXT);
586 if (!isfile (rcs))
588 free (rcs);
592 rcsnode = RCS_parsercsfile (rcs);
597 error (0, 0, "Failed to parse `%s'.", rcs);
598 free (rcs);
612 free (rcs);
823 char *rcs; local
[all...]
H A Dannotate.c272 if (finfo->rcs == NULL)
275 if (finfo->rcs->flags & PARTIAL)
276 RCS_reparsercsfile (finfo->rcs, (FILE **) NULL, (struct rcsbuffer *) NULL);
278 expand = RCS_getexpand (finfo->rcs);
279 version = RCS_getversion (finfo->rcs, tag, date, force_tag_match,
297 RCS_deltas (finfo->rcs, (FILE *) NULL, (struct rcsbuffer *) NULL,
H A Dpatch.c394 char *rcs = NULL; local
420 /* find the parsed rcs file */
421 if ((rcsfile = finfo->rcs) == NULL)
429 rcs_orig = rcs = xmalloc (strlen (finfo->file) + sizeof (RCSEXT) + 5);
430 (void) sprintf (rcs, "%s%s", finfo->file, RCSEXT);
460 error (0, 0, "cannot find date in rcs file %s revision %s",
461 rcs, vers_head);
560 "cannot check out revision %s of %s", vers_tag, rcs);
584 "cannot check out revision %s of %s", vers_head, rcs);
601 error (1, errno, "fork for diff failed on %s", rcs);
[all...]
H A Drcscmds.c24 /* This file, rcs.h, and rcs.c, together sometimes known as the "RCS
46 into rcs.h, and probably other such cleanups).
226 RCS_merge(rcs, path, workfile, options, rev1, rev2)
227 RCSNode *rcs;
243 cvs_output (rcs->path, 0);
248 xrev1 = RCS_gettag (rcs, rev1, 0, NULL);
249 xrev2 = RCS_gettag (rcs, rev2, 0, NULL);
260 if (RCS_checkout (rcs, NULL, xrev1, rev1, options, tmp1,
272 if (RCS_checkout (rcs, NUL
[all...]
H A DMakefile.am68 rcs.c \
98 rcs.h \
/freebsd-9.3-release/gnu/usr.bin/rcs/
H A DMakefile1 SUBDIR= lib ci co ident merge rcs rcsclean rcsdiff rcsmerge rlog rcsfreeze
H A Drcstest43 # rcs-bugs@cs.purdue.edu
86 rcs -i -L -ta.11 $q a.c &&
88 echo "#rcs -i -L failed; perhaps RCS is not properly installed."
98 rcs -L $q a.c || { echo "#ci+rcs -L failed"; exit 1; }
145 rcs -l $q a.c &&
146 co -u $q a.c || { echo "#rcs -l + co -u failed"; exit 1; }
223 rcs -oOz $q a.c &&
224 rcs -l $q a.c &&
232 rcs
[all...]
/freebsd-9.3-release/share/doc/psd/
H A DMakefile23 13.rcs \
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A DMakefile7 LIB = rcs
/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A DMakefile64 -rcs -n_`date +%y%m%d`: $(EVERYTHING)
65 rcs -nMYTAG $(EVERYTHING)
66 rcs -nMYTAG: $(EVERYTHING)
/freebsd-9.3-release/contrib/cvs/contrib/
H A DMakefile.am35 rcs-to-cvs \
62 rcs-to-cvs.sh \
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
/freebsd-9.3-release/gnu/usr.bin/
H A DMakefile42 _rcs= rcs
/freebsd-9.3-release/gnu/usr.bin/cvs/contrib/
H A DMakefile9 log log_accum mfpipe rcs-to-cvs rcs2log rcslock sccs2rcs \
/freebsd-9.3-release/gnu/usr.bin/rcs/rcsfreeze/
H A Drcsfreeze.sh85 # to each rcs file. Take the most recent version on the default branch.
99 exec rcs -q -n$SYMREVNAME: ${RCSDIR}*$EXT $DOTFILES

Completed in 155 milliseconds

12