| /src/external/gpl2/rcs/bin/rcs/ |
| Makefile | 4 MAN= rcs.1 rcsfile.5 rcsintro.1
|
| /src/external/gpl2/xcvs/dist/src/ |
| tag.c | 43 static int rtag_delete (RCSNode *rcsfile); 983 RCSNode *rcsfile; local 990 if ((rcsfile = finfo->rcs) == NULL) 1023 retval = rtag_delete (rcsfile); 1034 if ((rcsfile->flags & VALID) && (rcsfile->flags & INATTIC)) 1036 retval = rtag_delete (rcsfile); 1041 version = RCS_getversion (rcsfile, numtag, date, force_tag_match, NULL); 1046 (void)rtag_delete (rcsfile); 1051 numtag ? numtag : "head", rcsfile->path) [all...] |
| log.c | 803 RCSNode *rcsfile; local 808 rcsfile = finfo->rcs; 819 if (rcsfile == NULL) 862 RCS_fully_parse (rcsfile); 866 revlist = log_expand_revlist (rcsfile, baserev, log_data->revlist, 873 log_data_and_rcs.rcs = rcsfile; 881 walklist (rcsfile->versions, log_fix_singledate, 884 selrev = walklist (rcsfile->versions, log_count_print, 897 cvs_output (rcsfile->print_path, 0); 912 cvs_output (rcsfile->print_path, 0) [all...] |
| patch.c | 389 RCSNode *rcsfile; local 414 if ((rcsfile = finfo->rcs) == NULL) 419 if ((rcsfile->flags & VALID) && (rcsfile->flags & INATTIC)) 429 vers_head = RCS_getversion (rcsfile, rev2, date2, force_tag_match, 431 if (vers_head != NULL && RCS_isdead (rcsfile, vers_head)) 449 if (RCS_getrevtime (rcsfile, vers_head, date1, 1) == (time_t)-1) 458 vers_tag = RCS_getversion (rcsfile, rev1, date1, force_tag_match, NULL); 459 if (vers_tag != NULL && RCS_isdead (rcsfile, vers_tag)) 579 retcode = RCS_checkout (rcsfile, NULL, vers_tag, rev1, options [all...] |
| rcscmds.c | 353 RCS_exec_rcsdiff (RCSNode *rcsfile, int diff_argc, 367 cvs_output (rcsfile->print_path, 0); 385 status = RCS_checkout (rcsfile, NULL, rev1, NULL, options, tmpfile1, 395 "cannot check out revision %s of %s", rev1, rcsfile->path ); 413 status = RCS_checkout (rcsfile, NULL, rev2, NULL, options, 423 "cannot check out revision %s of %s", rev2, rcsfile->path);
|
| rcs.c | 73 static RCSNode *RCS_parsercsfile_i (FILE * fp, const char *rcsfile); 264 /* Parse an rcsfile given a user file name and a repository. If there is 275 char *rcsfile; local 282 if (!(rcsfile = locate_rcs (repos, file, &inattic))) 286 else if ((fp = CVS_FOPEN (rcsfile, FOPEN_BINARY_READ))) 288 rcs = RCS_parsercsfile_i (fp, rcsfile); 296 free (rcsfile); 301 error (0, errno, "cannot open `%s'", rcsfile); 302 free (rcsfile); 311 * Parse a specific rcsfile 440 char *rcsfile; local [all...] |
| rcs.h | 198 RCSNode *RCS_parsercsfile (const char *rcsfile);
|
| commit.c | 1954 RCSNode *rcsfile; local 1959 if ((rcsfile = RCS_parsercsfile (rcs)) == NULL) 1965 freercsnode (&rcsfile);
|
| cvs.h | 444 int RCS_exec_rcsdiff (RCSNode *rcsfile, int diff_argc,
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| log_accum.in | 271 local($file, $rev, $rcsfile, $line, $vhost, $cvsweb_base); 284 $rcsfile = ""; 292 $rcsfile = $revline[3]; 293 $rcsfile =~ s,^$CVSROOT/,,; 294 $rcsfile =~ s/,v$//; 300 if ($rev ne '' && $rcsfile ne '') { 386 $rcsfile, $diff));
|