Searched refs:rev (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.bin/rev/
H A DMakefile4 PROG= rev
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c123 "\nrcsmerge usage: rcsmerge -rrev1 [-rrev2] -ksubst -{pq}[rev] -Vn -xsuff -zzone file";
129 char const *rev[3], *xrev[3]; /*revision numbers*/ variable
141 edarg = rev[1] = rev[2] = 0;
162 if (!rev[1])
163 rev[1] = a;
164 else if (!rev[2])
165 rev[2] = a;
205 if (!rev[1]) faterror("no base revision number given");
226 if (!*rev[
[all...]
/freebsd-10.0-release/contrib/dtc/scripts/
H A Dsetlocalversion12 if head=`git rev-parse --verify HEAD 2>/dev/null`; then
14 if git name-rev --tags HEAD | grep -E '^HEAD[[:space:]]+(.*~[0-9]*|undefined)$' > /dev/null; then
/freebsd-10.0-release/tools/tools/commitsdb/
H A Dquery_commit_db25 my ($name, $rev, $hash) = split;
30 next unless $name eq $file and $rev eq $revision;
43 die "Can't find $file rev $revision in database\n";
52 my ($name, $rev, $hash) = split;
56 push @results, "$name $rev";
68 my ($name, $rev) = split /\s/, $r, 2;
69 my $prevrev = previous_revision($rev);
70 print `cvs diff -u -r$prevrev -r$rev $name`;
78 my $rev = shift;
80 $rev
[all...]
H A Dmake_commit_db39 foreach my $rev (keys %$file) {
40 my $hash = $$file{$rev};
42 print DB "$f $rev $hash\n";
77 my $rev = $1;
87 $loghash{$rev} = "$user:$hash";
/freebsd-10.0-release/contrib/jemalloc/
H A DFREEBSD-upgrade60 local rev=$1
66 if [ "x${rev}" != "x" ] ; then
67 # Use optional rev argument to check out a revision other than HEAD on
69 git checkout ${rev}
90 rev=`cat VERSION |tr 'g' ' ' |awk '{print $2}'`
92 do_extract ${rev}
107 rev=$1
108 do_extract ${rev}
/freebsd-10.0-release/sys/arm/mv/kirkwood/
H A Dkirkwood.c66 uint32_t dev, rev; local
74 soc_id(&dev, &rev);
75 if (dev == MV_DEV_88F6281 && (rev == 2 || rev == 3))
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_log.h47 * Return a log string for a change-rev-prop action.
52 svn_log__change_rev_prop(svn_revnum_t rev, const char *name, apr_pool_t *pool);
55 * Return a log string for a rev-proplist action.
60 svn_log__rev_proplist(svn_revnum_t rev, apr_pool_t *pool);
63 * Return a log string for a rev-prop action.
68 svn_log__rev_prop(svn_revnum_t rev, const char *name, apr_pool_t *pool);
76 svn_log__commit(svn_revnum_t rev, apr_pool_t *pool);
84 svn_log__get_file(const char *path, svn_revnum_t rev,
94 svn_log__get_dir(const char *path, svn_revnum_t rev,
116 svn_log__checkout(const char *path, svn_revnum_t rev, svn_depth_
[all...]
H A Dsvn_ra_svn_private.h149 SVN_ERR(svn_ra_svn_write_tuple(conn, pool, "r(!", rev));
285 /** Sets the target revision of connection @a conn to @a rev. Use @a pool
291 svn_revnum_t rev);
294 * repository root at revision @a rev and associate it with @a token.
300 svn_revnum_t rev,
304 * @a path at optional revision @a rev below @a parent_token.
311 svn_revnum_t rev,
331 * identified by @a parent_token in revision @a rev.
340 svn_revnum_t rev);
389 * @a parent_token in revision @a rev
[all...]
/freebsd-10.0-release/sys/mips/atheros/
H A Dar71xx_setup.c81 uint32_t rev = 0; local
89 rev = id >> AR71XX_REV_ID_REVISION_SHIFT;
90 rev &= AR71XX_REV_ID_REVISION_MASK;
114 rev = (id & AR724X_REV_ID_REVISION_MASK);
121 rev = (id & AR724X_REV_ID_REVISION_MASK);
128 rev = (id & AR724X_REV_ID_REVISION_MASK);
133 rev = id >> AR91XX_REV_ID_REVISION_SHIFT;
134 rev &= AR91XX_REV_ID_REVISION_MASK;
150 rev = (id & AR933X_REV_ID_REVISION_MASK);
157 rev
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.h39 svn_revnum_t rev, apr_pool_t *pool);
41 svn_error_t *svn_fs_base__deltify(svn_fs_t *fs, svn_revnum_t rev,
89 /* Helper func: in the context of TRAIL, set *REV to the created-rev
92 svn_error_t *svn_fs_base__get_path_created_rev(svn_revnum_t *rev,
H A Derr.h47 svn_revnum_t rev);
56 svn_error_t *svn_fs_base__err_dangling_rev(svn_fs_t *fs, svn_revnum_t rev);
/freebsd-10.0-release/sys/mips/nlm/
H A Dxlp.h95 int rev = procid & 0xff; local
98 rev < XLP_REVISION_B0);
122 int rev = procid & 0xff; local
127 (rev < XLP_REVISION_B0));
134 int rev = procid & 0xff; local
139 rev == XLP_REVISION_B0);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dblame.c46 struct rev struct
57 const struct rev *rev; /* the responsible revision */ member in struct:blame
73 const struct rev *rev; member in struct:diff_baton
84 struct rev *rev; /* the rev for which blame is being assigned member in struct:file_rev_baton
98 /* pools for files which may need to persist for more than one rev. */
119 const struct rev *re
118 blame_create(struct blame_chain *chain, const struct rev *rev, apr_off_t start) argument
217 blame_insert_range(struct blame_chain *chain, const struct rev *rev, apr_off_t start, apr_off_t length) argument
278 add_file_blame(const char *last_file, const char *cur_file, struct blame_chain *chain, struct rev *rev, const svn_diff_file_options_t *diff_options, apr_pool_t *pool) argument
697 svn_opt_revision_t rev; local
[all...]
/freebsd-10.0-release/contrib/compiler-rt/lib/arm/
H A Dbswapsi2.S20 // before armv6 does not have "rev" instruction
26 rev r0, r0
H A Dbswapdi2.S20 // before armv6 does not have "rev" instruction
21 // r2 = rev(r0)
26 // r0 = rev(r1)
32 rev r2, r0 // r2 = rev(r0)
33 rev r0, r1 // r0 = rev(r1)
35 mov r1, r2 // r1 = r2 = rev(r0)
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Drev-table.h0 /* rev-table.h : internal interface to revision table operations
59 svn_revnum_t rev,
67 svn_error_t *svn_fs_bdb__put_rev(svn_revnum_t *rev,
H A Drev-table.c0 /* rev-table.c : working with the `revisions' table
34 #include "rev-table.h"
69 svn_revnum_t rev,
82 db_recno_t recno = (db_recno_t) rev + 1;
94 return svn_fs_base__err_dangling_rev(fs, rev);
102 return svn_fs_base__err_corrupt_fs_revision(fs, rev);
117 svn_fs_bdb__put_rev(svn_revnum_t *rev,
132 if (SVN_IS_VALID_REVNUM(*rev))
137 recno = (db_recno_t) *rev + 1;
156 *rev
65 svn_fs_bdb__get_rev(revision_t **revision_p, svn_fs_t *fs, svn_revnum_t rev, trail_t *trail, apr_pool_t *pool) argument
115 svn_fs_bdb__put_rev(svn_revnum_t *rev, svn_fs_t *fs, const revision_t *revision, trail_t *trail, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dlog.c69 svn_log__change_rev_prop(svn_revnum_t rev, const char *name, apr_pool_t *pool)
71 return apr_psprintf(pool, "change-rev-prop r%ld %s", rev,
76 svn_log__rev_proplist(svn_revnum_t rev, apr_pool_t *pool)
78 return apr_psprintf(pool, "rev-proplist r%ld", rev);
82 svn_log__rev_prop(svn_revnum_t rev, const char *name, apr_pool_t *pool)
84 return apr_psprintf(pool, "rev-prop r%ld %s", rev,
89 svn_log__commit(svn_revnum_t rev, apr_pool_
68 svn_log__change_rev_prop(svn_revnum_t rev, const char *name, apr_pool_t *pool) argument
75 svn_log__rev_proplist(svn_revnum_t rev, apr_pool_t *pool) argument
81 svn_log__rev_prop(svn_revnum_t rev, const char *name, apr_pool_t *pool) argument
88 svn_log__commit(svn_revnum_t rev, apr_pool_t *pool) argument
94 svn_log__get_file(const char *path, svn_revnum_t rev, svn_boolean_t want_contents, svn_boolean_t want_props, apr_pool_t *pool) argument
105 svn_log__get_dir(const char *path, svn_revnum_t rev, svn_boolean_t want_contents, svn_boolean_t want_props, apr_uint64_t dirent_fields, apr_pool_t *pool) argument
144 svn_log__checkout(const char *path, svn_revnum_t rev, svn_depth_t depth, apr_pool_t *pool) argument
153 svn_log__update(const char *path, svn_revnum_t rev, svn_depth_t depth, svn_boolean_t send_copyfrom_args, apr_pool_t *pool) argument
176 svn_log__status(const char *path, svn_revnum_t rev, svn_depth_t depth, apr_pool_t *pool) argument
373 svn_log__replay(const char *path, svn_revnum_t rev, apr_pool_t *pool) argument
385 svn_log__get_inherited_props(const char *path, svn_revnum_t rev, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/sys/libkern/ia64/
H A Dbyte_swap_2.S43 mux1 r16=in0,@rev
H A Dbyte_swap_4.S43 mux1 r16=in0,@rev
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dt_crl.c87 STACK_OF(X509_REVOKED) *rev;
112 rev = X509_CRL_get_REVOKED(x);
114 if(sk_X509_REVOKED_num(rev) > 0)
118 for(i = 0; i < sk_X509_REVOKED_num(rev); i++) {
119 r = sk_X509_REVOKED_value(rev, i);
/freebsd-10.0-release/sys/powerpc/powermac/
H A Data_macio.c75 #define ATA_TIME_TO_TICK(rev,time) howmany(time, (rev == 4) ? 15 : 30)
131 int rev; member in struct:ata_macio_softc
165 sc->rev = 4;
169 sc->rev = 3;
228 if (sc->rev == 4) {
268 cycle_tick = ATA_TIME_TO_TICK(sc->rev,min_cycle);
269 act_tick = ATA_TIME_TO_TICK(sc->rev,min_active);
278 cycle_tick = ATA_TIME_TO_TICK(sc->rev,min_cycle);
279 act_tick = ATA_TIME_TO_TICK(sc->rev,min_activ
[all...]
/freebsd-10.0-release/sys/dev/usb/controller/
H A Dohcireg.h41 #define OHCI_REV_LO(rev) ((rev) & 0xf)
42 #define OHCI_REV_HI(rev) (((rev)>>4) & 0xf)
43 #define OHCI_REV_LEGACY(rev) ((rev) & 0x100)
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.h43 svn_revnum_t rev, apr_pool_t *pool);
46 svn_error_t *svn_fs_fs__deltify(svn_fs_t *fs, svn_revnum_t rev,

Completed in 126 milliseconds

1234567891011>>