Searched refs:branch (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-9.3-release/contrib/cvs/src/
H A Dstatus.c255 char *branch = NULL; local
258 branch = RCS_whatbranch(finfo->rcs, edata->tag);
263 cvs_output (branch ? "branch" : "revision", 0);
265 cvs_output (branch ? branch : vers->vn_rcs, 0);
268 if (branch)
269 free (branch);
339 char *branch = NULL; local
343 branch
[all...]
H A Dadmin.c33 "\t-b[rev] Set default branch (highest branch on trunk if omitted).\n",
45 "\t-l[rev] Lock revision (latest revision on branch,\n",
49 "\t-n tag[:[rev]] Tag branch or revision. If :rev is omitted,\n",
51 "\t revision on the default branch.\n",
56 "\t rev: rev and following revisions on the same branch.\n",
57 "\t rev:: After rev on the same branch.\n",
58 "\t :rev rev and previous revisions on the same branch.\n",
59 "\t ::rev Before rev on the same branch.\n",
62 "\t-s state[:rev] Set revision state (latest revision on branch,\
79 char *branch; member in struct:admin_data
594 char *branch = &admin_data->branch[2]; local
[all...]
H A Dlog.c39 the head revision of a branch. */
93 on the default branch should be printed. */
161 "\t-b\tList revisions on the default branch.\n",
173 "\t rev: rev and following revisions on the same branch.\n",
174 "\t rev:: After rev on the same branch.\n",
175 "\t :rev rev and previous revisions on the same branch.\n",
176 "\t ::rev rev and previous revisions on the same branch.\n",
178 "\t branch All revisions on the branch.\n",
179 "\t branch
1099 char *branch; local
1581 Node *head, *branch; local
[all...]
H A Dcommit.c64 static void fixbranch PROTO((RCSNode *, char *branch));
102 " -r rev Commit to this branch or trunk revision.\n",
783 * up-to-date with the head of the specified branch.
886 * - can't have a sticky tag that is not a branch
891 * a branch or head is dead
911 "sticky tag `%s' for file `%s' is not a branch",
1242 /* Keep track of whether write_dirtag is a branch tag.
1243 Note that if it is a branch tag in some files and a nonbranch tag
1313 /* adding files with a tag, now means adding them on a branch.
1314 Since the branch tes
1630 int branch; local
2313 char *branch = NULL; local
[all...]
H A Drcs.c86 const char *branch));
375 Most cvs operations on the main branch don't need any more
398 rdata->branch = rcsbuf_valcopy (&rcsbuf, value, 0, (size_t *)NULL);
399 if ((numdots (rdata->branch) & 1) != 0)
401 /* turn it into a branch if it's a revision */
402 cp = strrchr (rdata->branch, '.');
502 /* Skip head, branch and expand tags; we already have them. */
941 if ((*rnodep)->branch != (char *) NULL)
942 free ((*rnodep)->branch);
2168 char *branch;
2166 char *branch; local
2216 char *branch, *rev; local
2392 char *magic, *branch, *cp; local
2455 char *branch; local
2635 char *branch = strrchr (version, '.'); local
2683 char *branch = strrchr (version, '.'); local
2877 char *branch, *bp; local
5347 char *branch, *tip, *newrev, *p; local
8316 Node *p, *branch; local
[all...]
H A Drcs.h26 #define RCSBRANCH "branch"
73 /* Value for branch keyword from RCS header, or NULL if omitted. */
74 char *branch; member in struct:rcsnode
177 * ".1" branch for vendor revisions. So, if you do your own branching, you
178 * should limit your use to odd branch numbers starting at 3.
H A Dsanity.sh1174 tests="${tests} update-p import-after-initial branch-after-import"
1190 tests="${tests} ignore ignore-on-branch binfiles binfiles2 binfiles3"
1204 # More tag and branch tests, keywords.
2385 # Test using -r to create a branch
2389 ${PROG} commit: ${CVSROOT_DIRNAME}/first-dir/sdir/ssdir/ssfile,v: can't find branch point 3\.0
2503 branch:
2532 # More basic tests, including non-branch tags and co -d.
3595 branch:
3612 branch:
3631 branch
[all...]
/freebsd-9.3-release/sys/powerpc/powermac/
H A Ddbdmavar.h39 /* Interrupt, branch, and wait flags */
41 uint8_t branch:2; member in struct:dbdma_command
H A Ddbdma.c280 bus_addr_t data, size_t count, uint8_t interrupt, uint8_t branch,
289 cmd.branch = branch;
279 dbdma_insert_command(dbdma_channel_t *chan, int slot, int command, int stream, bus_addr_t data, size_t count, uint8_t interrupt, uint8_t branch, uint8_t wait, uint32_t branch_slot) argument
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcheck_cvs.in299 # tags or branch names.
397 # And the last version on every branch.
404 # stored in ascending order. Suppose there is a branch
410 # and the highest revision number on a branch.
440 #if the number of elements in the branch is 1
441 #and the new branch is less than the old branch
511 my $branch;
520 foreach $branch ( @keys )
522 if( $branch e
[all...]
H A Dcvs_acls.in52 {allow.*,deny.*} [|user,user,... [|repos,repos,... [|branch,branch,...]]]
59 branch - branch to be allowed or restricted
139 Correctly handle a mixture of branch restrictions within one work
174 that describe which user, file(s) and branch(es) were disallowed.
353 and branch combination is "allowed" or "denied." The script will assume
360 the same user, repository and branch, the last one takes precedence.
368 {allow.*,deny.*} [|user,user,... [|repos,repos,... [|branch,branch,
[all...]
H A Dpvcs2rcs.in46 # revision number. For branch a.b.c of a particular file, this means
57 # * All converted branch numbers are even (the CVS paradigm)
228 --Cvs-branch-labels Use CVS magic branch revision
229 numbers when attaching branch
231 --NOCvs-branch-labels Attach branch labels to RCS branch
266 'cvs-branch-labels' => 1,
799 # if this isn't the first time, we need to lock the rcs branch
[all...]
/freebsd-9.3-release/usr.bin/csup/
H A Drcstokenizer.l49 keyword2 branch
H A Drcsfile.c92 LIST_HEAD(, branch) branchlist;
97 * A branch data structure containing information about deltas in the branch as
100 struct branch { struct
102 LIST_HEAD(, delta) deltalist; /* Next delta in our branch. */
103 LIST_ENTRY(branch) branch_next;
114 char *branch; /* Default branch. */ member in struct:rcsfile
123 struct branch *trunk; /* The tip delta. */
131 static void rcsfile_insertdelta(struct branch *, struc
[all...]
H A Drcsparse.c118 char *branch, *comment, *expand, *head, *id, *revnum, *tag, *tmp; local
122 branch = NULL;
132 /* { branch {num}; } */
136 branch = duptext(sp, NULL);
137 rcsfile_setval(rf, RCSFILE_BRANCH, branch);
138 free(branch);
/freebsd-9.3-release/sys/arm/arm/
H A Ddisassem.c83 * b - branch address
84 * t - thumb branch address (bits 24, 0-23)
284 int branch; local
388 /* b - branch address */
390 branch = ((insn << 2) & 0x03ffffff);
391 if (branch & 0x02000000)
392 branch |= 0xfc000000;
393 di->di_printaddr(loc + 8 + branch);
397 branch = ((insn << 2) & 0x03ffffff) |
399 if (branch
[all...]
/freebsd-9.3-release/release/doc/share/mk/
H A Ddoc.relnotes.mk8 RELEASEBRANCH!= grep -o 'release.branch "\([^"]*\)"' ${RELN_ROOT}/share/xml/release.ent | sed 's|[^ ]* "\([^"]*\)"|\1|'
17 XSLTPROCFLAGS+= --param release.branch "'${RELEASEBRANCH}'"
/freebsd-9.3-release/sys/compat/ndis/
H A Dwinx32_wrap.S83 * first as a literal value, then we branch to it. This is done
84 * to insure that the assembler doesn't translate the branch into
85 * a relative branch. We use the *_wrap() routines here as templates
168 call *12(%edi) # branch to stdcall routine
206 call *%eax # branch to fastcall routine
235 call *8(%esp) # branch to fastcall routine
293 call *4(%esp) # branch to fastcall routine
/freebsd-9.3-release/sys/powerpc/include/
H A Ddbdma.h56 /* These codes are for the interrupt, branch, and wait flags */
73 /* Set by hardware if a branch was taken */
125 * The interrupt/branch/wait selector let you specify a set of values
126 * of the device dependent status bits that will cause intterupt/branch/wait
142 uint8_t branch, uint8_t wait, uint32_t branch_slot);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h415 // The branch node builder does not generate autotransitions.
428 ExplodedNode *generateNode(ProgramStateRef State, bool branch,
431 const CFGBlock *getTargetBlock(bool branch) const {
432 return branch ? DstT : DstF;
435 void markInfeasible(bool branch) { argument
436 if (branch)
442 bool isFeasible(bool branch) { argument
443 return branch ? !InFeasibleTrue : !InFeasibleFalse;
/freebsd-9.3-release/contrib/ofed/management/
H A Dmake.dist36 echo " NOTE: the script has no clue if you are tagging on the right branch,"
37 echo "it will however show you the git branch output so you can confirm it"
38 echo "is on the right branch before proceeding with the release."
65 # make sure we are on the right branch
66 git branch
67 echo -n "Is the active branch the right one to tag this release on [y/N]? "
72 echo "Please check out the right branch and run make.dist again"
/freebsd-9.3-release/sys/boot/i386/boot2/
H A DMakefile43 CFLAGS.gcc+= -fno-guess-branch-probability \
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A DMakefile27 -fno-guess-branch-probability \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp422 // (2) in a terminator, which represents the branch.
634 bool branch,
636 // If the branch has been marked infeasible we should not generate a node.
637 if (!isFeasible(branch))
640 ProgramPoint Loc = BlockEdge(C.Block, branch ? DstT:DstF,
633 generateNode(ProgramStateRef State, bool branch, ExplodedNode *NodePred) argument
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsrev.c46 * Revision number `.N' now stands for `D.N', where D is the default branch.
142 /* Given a revision number revno, getbranchno copies the number of the branch
143 * on which revno is into branchno. If revno itself is a branch number,
279 rcserror("No revision on branch %s has%s%s%s%s%s%s.",
297 rcserror("%s %s absent", field&1?"revision":"branch",
415 /* at least one field; find branch exactly */
420 rcserror("branch number %s too low", partialno(&t,revno,1));
431 /* pick latest one on given branch */
525 * from the branch point on.
527 * revno must be on a side branch
[all...]

Completed in 167 milliseconds

12