| /src/external/gpl2/rcs/bin/rcs/ |
| Makefile | 3 PROG= rcs 4 MAN= rcs.1 rcsfile.5 rcsintro.1
|
| /src/distrib/syspkg/sets/base/base-rcs-bin/ |
| Makefile | 3 PKGBASE=base-rcs-bin
|
| /src/distrib/syspkg/sets/man/man-rcs-catman/ |
| Makefile | 3 PKGBASE=man-rcs-catman
|
| /src/distrib/syspkg/sets/man/man-rcs-man/ |
| Makefile | 3 PKGBASE=man-rcs-man
|
| /src/external/gpl2/xcvs/dist/src/ |
| rcs.h | 13 * RCS source control definitions needed by rcs.c and friends 32 DEATH_STATE). Only a hacked up RCS (used by those old versions of 33 CVS) will put this into RCS files. Considered obsolete. */ 40 * Opaque structure definitions used by RCS specific lookup routines 43 #define INATTIC 0x2 /* RCS file is located in the Attic */ 44 #define PARTIAL 0x4 /* RCS file not completly parsed */ 49 RCS does not have. Would be nice to fix this some day. */ 62 /* File name of the RCS file. This is not necessarily the name 71 /* Value for head keyword from RCS header, or NULL if empty. HEAD may onl [all...] |
| rcs.c | 13 * The routines contained in this file do all the rcs file parsing and 17 __RCSID("$NetBSD: rcs.c,v 1.7 2017/09/15 21:03:26 christos Exp $"); 38 /* The RCS -k options, and a set of enums that must match the array. 45 /* A structure we use to buffer the contents of an RCS file. The 74 static char *RCS_getdatebranch (RCSNode * rcs, const char *date, 114 /* Routines for reading, parsing and writing RCS files. */ 134 /* The RCS file reading functions are called a lot, and they do some 145 * 1. The definition of "whitespace" in RCS files includes ASCII 180 * Find an RCS file in the repository, case insensitively when the cased name 186 * places like the rcs field of struct file_info 272 RCSNode *rcs; local 317 RCSNode *rcs; local [all...] |
| admin.c | 82 relevant only for old versions of RCS, but we let people set it 351 error (0, 0, "run add or import to create an RCS file"); 381 we just pass along the name of the RCS file, which 404 times, although RCS doesn't and I suppose it is reasonable 416 times, although RCS doesn't and I suppose it is reasonable 429 it to rcs as-is. Note that multiple -n options are 437 it to rcs as-is. Note that multiple -N options are 444 of optarg, although for now we just pass it to rcs 456 Note that multiple -o options are invalid, in RCS 491 /* At least in RCS this can be specified several times 691 RCSNode *rcs, *rcs2; local [all...] |
| commit.c | 15 * "commit" commits the present version to the RCS repository, AFTER 51 static int lock_RCS (const char *user, RCSNode *rcs, const char *rev, 58 static void fixaddfile (const char *rcs); 60 static void unlockrcs (RCSNode *rcs); 240 xfinfo.rcs = NULL; 867 * - if status is T_ADDED, rcs file must not exist unless on 884 !RCS_isbranch (finfo->rcs, vers->tag)) 945 if (finfo->rcs != NULL && 946 !RCS_isdead (finfo->rcs, finfo->rcs->head) 2022 RCSNode *rcs; local [all...] |
| checkin.c | 16 * modification time (to avoid needless recompilations). When RCS ID keywords 49 /* There use to be a check for finfo->rcs == NULL here and then a 51 * if the RCS file hasn't already been parsed in one of the 54 assert (finfo->rcs != NULL); 56 switch (RCS_checkin (finfo->rcs, finfo->update_dir, finfo->file, message, 67 changes is if the file contains RCS keywords. So we if 68 we are not expanding RCS keywords, we are done. */ 85 || !RCS_cmp_file (finfo->rcs, rev, NULL, NULL, 96 if (RCS_checkout (finfo->rcs, finfo->file, rev, NULL, 159 (void) RCS_unlock (finfo->rcs, NULL, 1) [all...] |
| import.c | 31 static int add_rev (char *message, RCSNode *rcs, char *vfile, 33 static int add_tags (RCSNode *rcs, char *vfile, char *vtag, int targc, 66 "\t-k sub\tSet default RCS keyword substitution mode.\n", 584 char *rcs, *cleanmessage; local 587 rcs = Xasprintf ("%s/%s%s", repository, vfile, RCSEXT); 588 if (!isfile (rcs)) 608 free (rcs); 609 rcs = attic_name; 613 (void) sprintf (rcs, "%s/%s", repository, CVSATTIC); 614 if (noexec == 0 && CVS_MKDIR (rcs, 0777 ) != 0 && errno != EEXIST 1723 char *rcs = NULL; local [all...] |
| log.c | 15 * Prints the RCS "log" (rlog) information for the specified files. With no 46 a particular RCS file. */ 81 of the RCS file should be printed. */ 120 RCSNode *rcs; member in struct:log_data_and_rcs 161 "\t-R\tOnly print name of RCS file.\n", 808 rcsfile = finfo->rcs; 821 /* no rcs file. What *do* we know about this file? */ 861 /* We will need all the information in the RCS file. */ 873 log_data_and_rcs.rcs = rcsfile; 905 or in rcs.c; I put it here because it is specific to the lo [all...] |
| mkmodules.c | 473 "# the corresponding RCS file in the $CVSROOT/CVSROOT directory.\n", 669 "# the comment leader set in the RCS archive file, if any, when the\n", 958 char *rcs; local 965 rcs = Xasprintf ("%s%s", file, RCSEXT); 966 if (!isfile (rcs)) 968 free (rcs); 972 rcsnode = RCS_parsercsfile (rcs); 977 error (0, 0, "Failed to parse `%s'.", rcs); 978 free (rcs); 991 free (rcs); 1200 char *rcs; local [all...] |
| annotate.c | 260 if (finfo->rcs == NULL) 263 if (finfo->rcs->flags & PARTIAL) 264 RCS_reparsercsfile (finfo->rcs, NULL, NULL); 266 expand = RCS_getexpand (finfo->rcs); 267 version = RCS_getversion (finfo->rcs, tag, date, force_tag_match, NULL); 303 RCS_deltas (finfo->rcs, NULL, NULL,
|
| patch.c | 62 "\t-V vers\tUse RCS Version \"vers\" for keyword expansion.\n", 140 something to do with what version of RCS we are using? 141 Or the format we write RCS files in?). 378 * Called to examine a particular RCS file, as appropriate with the options 387 char *rcs = NULL; local 413 /* find the parsed rcs file */ 414 if ((rcsfile = finfo->rcs) == NULL) 422 rcs_orig = rcs = Xasprintf ("%s%s", finfo->file, RCSEXT); 452 error (0, 0, "cannot find date in rcs file %s revision %s", 453 rcs, vers_head) [all...] |
| rcscmds.c | 14 * operations directly on RCS files. 24 /* This file, rcs.h, and rcs.c, together sometimes known as the "RCS 25 library", are intended to define our interface to RCS files. 27 Whether there will also be a version of RCS which uses this 29 CVS or RCS (many people would like such a thing) is an open 32 1. An RCS library for CVS must have the capabilities of the 33 existing CVS code which accesses RCS files. In particular, simple 36 2. An RCS library should not use code from the current RC [all...] |
| subr.h | 32 char *previous_rev (RCSNode *rcs, const char *rev);
|
| Makefile.am | 69 rcs.c \ 99 rcs.h \
|
| build_src.com | 37 $ CC rcs.c 64 parseinfo.obj,patch.obj,rcs.obj,rcscmds.obj,recurse.obj,release.obj,-
|
| /src/external/gpl2/rcs/bin/ |
| Makefile | 2 SUBDIR = ci co ident merge rcs rcsclean rcsdiff rcsfreeze rcsmerge rlog
|
| /src/external/gpl2/ |
| Makefile | 28 SUBDIR+= gettext texinfo rcs send-pr
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| Makefile.am | 36 rcs-to-cvs \ 46 rcs-5.7-commitid.patch 68 rcs-5.7-commitid.patch \ 69 rcs-to-cvs.sh \
|
| cvs2vendor.sh | 26 # raw RCS commands (if I do say so myself! ;-). 70 # Loop over every RCS file in srcdir 102 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
|
| sccs2rcs.in | 16 # history into an RCS history without losing any of 26 # create ./RCS 36 # "rm -rf RCS; sccs unedit `sccs tell`; sccs clean" 59 # substitution and flag the RCS file as binary (using rcs -i -kb). 87 if (-d RCS) then 88 echo "Warning: RCS directory exists" 89 if (`ls -a RCS | wc -l` > 2) then 90 echo "Error: RCS directory not empty" 94 mkdir RCS [all...] |
| /src/external/gpl2/rcs/dist/src/ |
| rcstest | 3 # Test RCS's functions. 4 # The RCS commands are searched for in the PATH as usual; 7 # Test RCS by creating files RCS/a.* and RCS/a.c. 10 # Exit status is 0 if OK, 1 if an RCS bug is found, and 2 if scaffolding fails. 16 # The current directory and ./RCS must be readable, writable, and searchable. 24 # This file is part of RCS. 26 # RCS is free software; you can redistribute it and/or modify 31 # RCS is distributed in the hope that it will be useful [all...] |
| rcsfreeze.sh | 3 # rcsfreeze - assign a symbolic revision number to a configuration of RCS files 10 # recent revision of each RCS file of the main trunk. 16 # part of the symbolic revision name in the actual RCS file. 21 # The shell script works only on all RCS files at one time. 25 # {RCS/}.rcsfreeze.ver version number 26 # {RCS/}.rscfreeze.log log messages, most recent first 32 # Check whether we have an RCS subdirectory, so we can have the right 34 if test -d RCS 35 then RCSDIR=RCS/ EXT= 85 # to each rcs file. Take the most recent version on the default branch [all...] |