HomeSort by: relevance | last modified time | path
    Searched defs:rcs (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
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...]
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...]
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...]
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...]
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...]
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...]
cvs.h 98 #include "rcs.h"
245 #define CVSBRANCH "1.1.1" /* RCS branch used for vendor srcs */
254 * Special tags. -rHEAD refers to the head of an RCS file, regardless of any
256 * out This mimics the behaviour of RCS.
560 RCSNode *rcs; member in struct:file_info
725 * user and rcs file names, and the version checked out and the head.
728 * tag argument for the RCS file if desired
732 /* rcs version user file derives from, from CVS/Entries.
748 /* If ->tag is a simple tag in the RCS file--a tag which really
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...]
  /src/sys/lib/libsa/
ustarfs.c 257 int i, rcs; local
259 for(i = rcs = 0; i < (int)(sizeof ustf->uas_1cyl); ++i)
260 rcs += ustf->uas_1cyl[i];
261 return rcs;
  /src/sys/dev/pci/
yds.c 403 size_t pcs, rcs, ecs, ws, memsize; local
413 rcs = YREAD4(sc, YDS_REC_CTRLSIZE) * sizeof(uint32_t);
419 DPRINTF(("rec control size : %d\n", (unsigned int)rcs));
430 if (rcs != sizeof(struct rec_slot_ctrl_bank))
432 (unsigned int)rcs,
438 N_REC_SLOT_CTRL*N_REC_SLOT_CTRL_BANK*rcs + ws;
473 cb += N_REC_SLOT_CTRL * N_REC_SLOT_CTRL_BANK * rcs;
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 1781 int rcs; local
1786 rcs = sqlite3_step(pStmt);
1787 if( rcs==SQLITE_ROW ){
1793 rcs = sqlite3_reset(pStmt);
1802 if( rcs!=SQLITE_OK ){
1807 if( p->pDb->bLegacyPrepare && rcs==SQLITE_SCHEMA && zPrevSql ){

Completed in 43 milliseconds