Searched refs:rev2 (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Drcscmds.c212 const char *options, const char *rev1, const char *rev2)
226 /* Calculate numeric revision numbers from rev1 and rev2 (may be
231 xrev2 = RCS_gettag (rcs, rev2, 0, NULL);
253 if (RCS_checkout (rcs, NULL, xrev2, rev2, options, tmp2, NULL, NULL))
353 const char *rev1, const char *rev1_cache, const char *rev2,
400 if (rev2 == NULL)
409 cvs_output (rev2, 0);
411 status = RCS_checkout (rcsfile, NULL, rev2, NULL, options,
421 "cannot check out revision %s of %s", rev2, rcsfile->path);
427 RCS_output_diff_options (diff_argc, diff_argv, rev1, rev2, workfil
211 RCS_merge(RCSNode *rcs, const char *path, const char *workfile, const char *options, const char *rev1, const char *rev2) argument
351 RCS_exec_rcsdiff(RCSNode *rcsfile, int diff_argc, char * const *diff_argv, const char *options, const char *rev1, const char *rev1_cache, const char *rev2, const char *label1, const char *label2, const char *workfile) argument
568 RCS_output_diff_options(int diff_argc, char * const *diff_argv, const char *rev1, const char *rev2, const char *workfile) argument
[all...]
H A Dupdate.c2074 char *rev2; local
2115 rev2 = RCS_getversion (vers->srcfile, jrev2, jdate2, 1, NULL);
2129 else if (rev2 == NULL)
2133 branch: that case is represented by a dead rev2. If
2139 rev1 = gca (vers->vn_rcs, rev2);
2143 if (rev2 == NULL || RCS_isdead (vers->srcfile, rev2))
2147 if (rev2 != NULL)
2148 free (rev2);
2295 * to do. This needs to be checked before the rev2
2610 special_file_mismatch(struct file_info *finfo, char *rev1, char *rev2) argument
[all...]
H A Dpatch.c38 static char *rev2 = NULL; variable
51 " -r rev|-D date [-r rev2 | -D date2] modules...\n",
112 if (rev2 != NULL || date2 != NULL)
121 if (rev2 != NULL || date2 != NULL)
125 rev2 = optarg;
178 rev1 != NULL || rev2 != NULL))
182 rev1 == NULL && rev2 == NULL))
217 if (rev2)
218 option_with_arg ("-r", rev2);
356 if (rev2 !
[all...]
H A Dsubr.h33 char *gca (const char *rev1, const char *rev2);
H A Dadmin.c51 "\t rev1:rev2 Between rev1 and rev2, including rev1 and rev2.\n",
52 "\t rev1::rev2 Between rev1 and rev2, excluding rev1 and rev2.\n",
752 char *s, *t, *rev1, *rev2; local
779 rev2 = xstrdup (s);
783 /* -o:rev2 */
785 rev2
[all...]
H A Drcs.c5661 const char *rev2, const char *options, const char *filename)
5667 rev1 ? rev1 : "(null)", rev2 ? rev2 : "(null)",
5717 if (rev2 != NULL)
5742 if (RCS_checkout (rcs, NULL, rev2 ? rev2 : rev1, NULL, options,
5746 rev2 ? rev2 : rev1, rcs->print_path);
6270 char *rev2 = NULL; local
6297 rev2
5660 RCS_cmp_file(RCSNode *rcs, const char *rev1, char **rev1_cache, const char *rev2, const char *options, const char *filename) argument
[all...]
H A Dsubr.c225 compare_revnums (const char *rev1, const char *rev2) argument
232 tp = rev2;
418 gca (const char *rev1, const char *rev2) argument
426 if (rev1 == NULL || rev2 == NULL)
435 g = gca = xmalloc (strlen (rev1) + strlen (rev2) + 100);
439 p2 = rev2;
469 error (0, 0, "bad revisions %s or %s", rev1, rev2);
H A Dcvs.h442 const char *rev2,
786 char *rev1, char *rev2);
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c181 char const *rev1, *rev2; /* revision numbers from command line */ variable
206 rev1 = rev2 = xrev2 = 0;
230 case 2: rev2=a; break;
340 if (!rev2) {
369 *rev2 ? rev2 : Dbranch ? Dbranch : Head->num,
420 if (!rev2) {
432 bufscat(&commarg, rev2); /* not xrev2, for $Name's sake */
440 if (!rev2)
/netbsd-6-1-5-RELEASE/sys/dev/pci/bktr/
H A Dbktr_audio.c464 int rev1=0, rev2=0; local
466 rev2 = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x001f);
469 (rev2>>8)&0xff, (rev1&0xff)+'@', ((rev1>>8)&0xff)+'@', rev2&0x1f);
612 int rev1=0, rev2=0; local
614 rev2 = msp_dpl_read(bktr, bktr->dpl_addr, 0x12, 0x001f);
617 ((rev2>>8)&0xff)-1, (rev1&0xff)+'@', ((rev1>>8)&0xff)+'@', rev2&0x1f);
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/co/
H A Dco.c752 * All unlinking of initialfile, rev2, and rev3 should be done by tempunlink().
757 char const *rev2, *rev3; local
764 rev2 = maketemp(0);
797 if (runv(-1, rev2, cov))
812 *p++ = rev2;
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Drcsrev.c357 char * partialno(rev1,rev2,length)
359 char const *rev2;
361 /* Function: Copies length fields of revision number rev2 into rev1.
367 bufscpy(rev1, rev2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.c545 conditions_mutex_p (const_rtx cond1, const_rtx cond2, bool rev1, bool rev2)
550 (rev1==rev2
565 bool rev1 = false, rev2 = false;
572 cond2 = sched_get_condition_with_rev (insn2, &rev2);
574 && conditions_mutex_p (cond1, cond2, rev1, rev2)
541 conditions_mutex_p(const_rtx cond1, const_rtx cond2, bool rev1, bool rev2) argument
561 bool rev1 = false, rev2 = false; local

Completed in 279 milliseconds