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

/freebsd-9.3-release/contrib/cvs/src/
H A Drcscmds.c226 RCS_merge(rcs, path, workfile, options, rev1, rev2)
232 const char *rev2;
246 /* Calculate numeric revision numbers from rev1 and rev2 (may be
249 xrev2 = RCS_gettag (rcs, rev2, 0, NULL);
272 if (RCS_checkout (rcs, NULL, xrev2, rev2, options, tmp2,
372 rev2, label1, label2, workfile)
379 const char *rev2;
428 if (rev2 == NULL)
437 cvs_output (rev2, 0);
439 status = RCS_checkout (rcsfile, NULL, rev2, NUL
[all...]
H A Dupdate.c2151 char *rev2; local
2194 rev2 = RCS_getversion (vers->srcfile, jrev2, jdate2, 1, (int *) NULL);
2208 else if (rev2 == NULL)
2212 branch: that case is represented by a dead rev2. If
2218 rev1 = gca (vers->vn_rcs, rev2);
2222 if (rev2 == NULL || RCS_isdead (vers->srcfile, rev2))
2227 if (rev2 != NULL)
2228 free (rev2);
2426 * to do. This needs to be checked before the rev2
[all...]
H A Dpatch.c41 static char *rev2 = NULL; variable
53 " -r rev|-D date [-r rev2 | -D date2] modules...\n",
115 if (rev2 != NULL || date2 != NULL)
124 if (rev2 != NULL || date2 != NULL)
128 rev2 = optarg;
186 rev1 != NULL || rev2 != NULL))
190 rev1 == NULL && rev2 == NULL))
223 if (rev2)
224 option_with_arg ("-r", rev2);
362 if (rev2 !
[all...]
H A Dadmin.c54 "\t rev1:rev2 Between rev1 and rev2, including rev1 and rev2.\n",
55 "\t rev1::rev2 Between rev1 and rev2, excluding rev1 and rev2.\n",
622 char *s, *t, *rev1, *rev2; local
649 rev2 = xstrdup (s);
653 /* -o:rev2 */
655 rev2
[all...]
H A Dsubr.c297 compare_revnums (rev1, rev2)
299 const char *rev2;
306 tp = rev2;
494 gca (rev1, rev2)
496 const char *rev2;
504 if (rev1 == NULL || rev2 == NULL)
513 g = gca = xmalloc (strlen (rev1) + strlen (rev2) + 100);
517 p2 = rev2;
547 error (0, 0, "bad revisions %s or %s", rev1, rev2);
H A Drcs.c5708 RCS_cmp_file (rcs, rev1, rev1_cache, rev2, options, filename)
5712 const char *rev2;
5765 if (rev2 != NULL)
5790 if (RCS_checkout (rcs, (char *)NULL, rev2 ? rev2 : rev1,
5795 rev2 ? rev2 : rev1, rcs->path);
6355 char *rev2 = NULL;
6382 rev2 = RCS_gettag (rcs, tag2, 1, NULL);
6383 if (rev2
6353 char *rev2 = NULL; local
[all...]
H A Dcvs.h445 const char *rev2, const char *label1,
475 char *gca PROTO ((const char *rev1, const char *rev2));
808 char *rev1, char *rev2));
H A Dsanity.sh7881 dotest rcsdiff-6 "${testcvs} commit -m rev2 foo.c" \
/freebsd-9.3-release/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c160 char const *rev1, *rev2; /* revision numbers from command line */ variable
185 rev1 = rev2 = xrev2 = 0;
209 case 2: rev2=a; break;
319 if (!rev2) {
348 *rev2 ? rev2 : Dbranch ? Dbranch : Head->num,
398 if (!rev2) {
410 bufscat(&commarg, rev2); /* not xrev2, for $Name's sake */
418 if (!rev2)
/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_audio.c460 int rev1=0, rev2=0; local
462 rev2 = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x001f);
465 (rev2>>8)&0xff, (rev1&0xff)+'@', ((rev1>>8)&0xff)+'@', rev2&0x1f);
616 int rev1=0, rev2=0; local
618 rev2 = msp_dpl_read(bktr, bktr->dpl_addr, 0x12, 0x001f);
621 ((rev2>>8)&0xff)-1, (rev1&0xff)+'@', ((rev1>>8)&0xff)+'@', rev2&0x1f);
H A Dmsp34xx.c1134 int rev1,rev2,i; local
1157 rev2 = msp3400c_read(bktr, I2C_MSP3400C_DFP, 0x1f);
1158 if ((-1 == rev1) || (0 == rev1 && 0 == rev2)) {
1171 (rev2>>8)&0xff, (rev1&0xff)+'@', ((rev1>>8)&0xff)+'@', rev2&0x1f);
1172 msp->nicam = (((rev2>>8)&0xff) != 00) ? 1 : 0;
1176 /* msp->simple = (((rev2>>8)&0xff) == 0) ? 0 : 1; */
/freebsd-9.3-release/gnu/usr.bin/rcs/co/
H A Dco.c746 * All unlinking of initialfile, rev2, and rev3 should be done by tempunlink().
751 char const *rev2, *rev3; local
758 rev2 = maketemp(0);
791 if (runv(-1, rev2, cov))
806 *p++ = rev2;
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsrev.c345 char * partialno(rev1,rev2,length)
347 char const *rev2;
349 /* Function: Copies length fields of revision number rev2 into rev1.
355 bufscpy(rev1, rev2);
/freebsd-9.3-release/sys/dev/cx/
H A Dcsigma.c398 int gfrcr, rev, chain, mod = 0, rev2 = 0, mod2 = 0; local
420 rev2 = inb (BSR(port+0x10));
421 gfrcr = cx_chip_revision (port+0x10, rev2);
430 (rev2 & BSR_VAR_MASK), (rev2 & BSR_OSC_MASK), mod2);
437 int chain, int rev, int osc, int mod, int rev2, int osc2, int mod2)
508 switch (rev2) {
651 switch (rev2) {
436 cx_init_board(cx_board_t *b, int num, port_t port, int irq, int dma, int chain, int rev, int osc, int mod, int rev2, int osc2, int mod2) argument
H A Dcxddk.h386 int chain, int rev, int osc, int mod, int rev2, int osc2, int mod2);

Completed in 1022 milliseconds