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

1234567891011>>

/openbsd-current/usr.bin/rev/
H A DMakefile3 PROG= rev
/openbsd-current/regress/usr.bin/rev/
H A DMakefile5 REGRESS_TARGETS+= rev
6 rev:
7 LC_ALL=C rev ${.CURDIR}/in.txt > out.ascii.txt
9 LC_ALL=en_US.UTF-8 rev ${.CURDIR}/in.txt > out.utf8.txt
/openbsd-current/sys/dev/pci/drm/amd/display/include/
H A Ddal_asic_id.h46 #define ASIC_REV_IS_TAHITI_P(rev) \
47 ((rev >= SI_TAHITI_P_A0) && (rev < SI_PITCAIRN_PM_A0))
49 #define ASIC_REV_IS_PITCAIRN_PM(rev) \
50 ((rev >= SI_PITCAIRN_PM_A0) && (rev < SI_CAPEVERDE_M_A0))
52 #define ASIC_REV_IS_CAPEVERDE_M(rev) \
53 ((rev >= SI_CAPEVERDE_M_A0) && (rev < SI_OLAND_M_A0))
55 #define ASIC_REV_IS_OLAND_M(rev) \
[all...]
/openbsd-current/sys/arch/i386/stand/libsa/
H A Dpciprobe.c41 u_int32_t hw_chars, rev, rc, sig; local
46 : "=a" (hw_chars), "=b" (rev), "=c" (lastbus),
58 printf("[V%d.%d, %x 0x%x %d]", (rev>>8)&0xFF, (rev&0xFF),
63 bpi.pci_rev = rev & 0xFFFF;
/openbsd-current/usr.bin/cvs/
H A Dannotate.c41 "[-flR] [-D date | -r rev] [file ...]",
51 "[-flR] [-D date | -r rev] module ...",
159 RCSNUM *bnum, *rev; local
171 if ((rev = rcs_translate_tag(cvs_specified_tag,
178 rev = rcsnum_parse(cvs_specified_tag);
179 if (rev == NULL)
181 free(rev);
182 rev = rcsnum_alloc();
183 rcsnum_cpy(cf->file_rcs->rf_head, rev, 0);
193 if (!RCSNUM_ISBRANCHREV(rev)) {
[all...]
H A Drcs.c448 RCSNUM *rev, *rootrev; local
453 rev = rcsnum_alloc();
482 rcsnum_cpy(rdp->rd_num, rev, 0);
484 rcsnum_cpy(file->rf_head, rev, 0);
487 return (rev);
494 * <rev>, which must reference a valid revision within the file.
497 rcs_head_set(RCSFILE *file, RCSNUM *rev) argument
499 if (rcs_findrev(file, rev) == NULL)
505 rcsnum_cpy(rev, file->rf_head, 0);
516 rcs_branch_new(RCSFILE *file, RCSNUM *rev) argument
814 rcs_lock_add(RCSFILE *file, const char *user, RCSNUM *rev) argument
845 rcs_lock_remove(RCSFILE *file, const char *user, RCSNUM *rev) argument
1117 rcs_rev_add(RCSFILE *rf, RCSNUM *rev, const char *msg, time_t date, const char *author) argument
1224 rcs_rev_remove(RCSFILE *rf, RCSNUM *rev) argument
1319 rcs_findrev(RCSFILE *rfp, RCSNUM *rev) argument
1504 rcs_deltatext_set(RCSFILE *rfp, RCSNUM *rev, BUF *bp) argument
1542 rcs_rev_setlog(RCSFILE *rfp, RCSNUM *rev, const char *logtext) argument
1562 rcs_rev_getdate(RCSFILE *rfp, RCSNUM *rev) argument
1581 rcs_state_set(RCSFILE *rfp, RCSNUM *rev, const char *state) argument
1621 rcs_state_get(RCSFILE *rfp, RCSNUM *rev) argument
1635 RCSNUM *rev, *brev, *frev; local
2029 rcs_rev_getbuf(RCSFILE *rfp, RCSNUM *rev, int mode) argument
2087 rcs_rev_write_fd(RCSFILE *rfp, RCSNUM *rev, int _fd, int mode) argument
2162 rcs_rev_write_stmp(RCSFILE *rfp, RCSNUM *rev, char *template, int mode) argument
2545 RCSNUM *brev, *frev, *rev; local
[all...]
H A Dhistory.c71 char *cwd, *p, *rev; local
124 rev = revbuf;
148 rev = buf_release(buf);
173 getlogin(), cwd, repo, rev,
182 if (rev != revbuf)
183 free(rev);
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Dcvs2vendor.sh70 # work on each rev of that file in ascending order
73 for rev in `cat $revfile`; do
75 case "$rev" in
77 newdate=`rlog -r$rev $file | grep "^date: " | awk '{printf("%s.%s\n",$2,$3); exit}' | sed -e 's~/~.~g' -e 's/:/./g' -e 's/;//' -e 's/^19//'`
82 symname=`rlog -h $file | sed -e '1,/^symbolic names:/d' -e 's/[ ]*//g' | awk -F: '$2 == "'"$rev"'" {printf("-n%s:1.1.1.1\n",$1)}'`
91 continue # skip first rev....
104 date=`rlog -r$rev $file | grep "^date: " | awk '{printf("%s %s\n",$2,$3); exit}' | sed -e 's/;//'`
105 author=`rlog -r$rev $file | grep "^date: " | awk '{print $5; exit}' | sed -e 's/;//'`
107 symname=`rlog -h $file | sed -e '1,/^symbolic names:/d' -e 's/[ ]*//g' | awk -F: '$2 == "'"$rev"'" {printf("-n%s\n",$1)}'`
109 rlog -r$rev
[all...]
H A Drcs2sccs.sh49 # work on each rev of that file in ascending order
52 for rev in `cat $revfile`; do
58 date=`rlog -r$rev $file | grep "^date: " | awk '{print $2; exit}' | sed -e 's/^19//'`
59 time=`rlog -r$rev $file | grep "^date: " | awk '{print $3; exit}' | sed -e 's/;//'`
60 author=`rlog -r$rev $file | grep "^date: " | awk '{print $5; exit}' | sed -e 's/;//'`
63 rlog -r$rev $file | sed -e '/^branches: /d' -e '1,/^date: /d' -e '/^===========/d' -e 's/$/\\/' | awk '{if ((total += length($0) + 1) < 510) print $0}' > $commentfile
64 echo "==> file $file, rev=$rev, date=$date, author=$author"
66 co -r$rev $file >> $logfile 2>&1
93 echo initial rev checke
[all...]
/openbsd-current/regress/usr.bin/mandoc/db/makeinodes/
H A Dmakeinodes.c31 int fd, rev; local
34 rev = 1;
38 rev = 0;
74 if ((diff < 0) == rev) {
/openbsd-current/lib/libcrypto/asn1/
H A Dt_crl.c91 STACK_OF(X509_REVOKED) *rev;
127 rev = X509_CRL_get_REVOKED(x);
129 if (sk_X509_REVOKED_num(rev) > 0)
134 for (i = 0; i < sk_X509_REVOKED_num(rev); i++) {
135 r = sk_X509_REVOKED_value(rev, i);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dcheckin.c23 Checkin (type, finfo, rcs, rev, tag, options, message)
27 char *rev;
59 switch (RCS_checkin (finfo->rcs, NULL, message, rev, RCS_FLAGS_KEEPFILE))
85 || RCS_cmp_file (finfo->rcs, rev, options, finfo->file) == 0)
95 if (RCS_checkout (finfo->rcs, finfo->file, rev, (char *) NULL,
157 if (rev)
H A Drcs.h198 int RCS_exist_rev PROTO((RCSNode *rcs, char *rev));
203 char *RCS_magicrev PROTO((RCSNode *rcs, char *rev));
204 int RCS_isbranch PROTO((RCSNode *rcs, const char *rev));
209 time_t RCS_getrevtime PROTO((RCSNode * rcs, char *rev, char *date, int fudge));
212 int RCS_valid_rev PROTO ((char *rev));
216 char *RCS_branch_head PROTO ((RCSNode *rcs, char *rev));
224 char *rev, int flags));
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dbswapdi2.S23 // before armv6 does not have "rev" instruction
24 // r2 = rev(r0)
29 // r0 = rev(r1)
35 rev r2, r0 // r2 = rev(r0)
36 rev r0, r1 // r0 = rev(r1)
38 mov r1, r2 // r1 = r2 = rev(r0)
H A Dbswapsi2.S23 // before armv6 does not have "rev" instruction
29 rev r0, r0
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dauthors.t36 my $branch_head = `git rev-parse -q --verify "HEAD^2"`;
/openbsd-current/usr.bin/rcs/
H A Drcsprog.c168 "usage: rcs [-IiLqTUV] [-Aoldfile] [-ausers] [-b[rev]]\n"
169 " [-cstring] [-e[users]] [-kmode] [-l[rev]] [-mrev:msg]\n"
170 " [-orev] [-t[str]] [-u[rev]] [-xsuffixes] file ...\n");
439 RCSNUM *rev; local
452 rev = rcsnum_alloc();
453 rcsnum_cpy(file->rf_head, rev, 0);
454 } else if ((rev = rcsnum_parse(lrev)) == NULL) {
459 rcsnum_tostr(rev, rev_str, sizeof(rev_str));
461 if (rcs_findrev(file, rev) == NULL)
464 if (rcs_lock_add(file, username, rev) !
471 RCSNUM *rev; local
556 RCSNUM *rev; local
[all...]
H A Drcsclean.c127 "usage: rcsclean [-TV] [-kmode] [-n[rev]] [-q[rev]] [-r[rev]]\n"
128 " [-u[rev]] [-xsuffixes] [-ztz] [file ...]\n");
139 RCSNUM *rev; local
145 rev = NULL;
159 rev = file->rf_head;
160 else if ((rev = rcs_getrevnum(rev_str, file)) == NULL) {
165 if ((b1 = rcs_getrev(file, rev)) == NULL) {
194 rcsnum_tostr(rev, num
[all...]
H A Dco.c50 RCSNUM *rev; local
185 if ((rev = rcs_getrevnum(rev_str, file)) == NULL)
190 rev = rcsnum_parse("0.0");
191 if (rev == NULL)
192 errx(1, "failed to generate rev 0.0");
194 rev = rcsnum_alloc();
195 rcsnum_cpy(file->rf_head, rev, 0);
199 if (checkout_rev(file, rev, argv[i], flags,
202 rcsnum_free(rev);
210 rcsnum_free(rev);
256 RCSNUM *rev; local
[all...]
H A Drcs.c429 * <rev>, which must reference a valid revision within the file.
432 rcs_head_set(RCSFILE *file, RCSNUM *rev) argument
434 if (rcs_findrev(file, rev) == NULL)
440 rcsnum_cpy(rev, file->rf_head, 0);
689 * Add an RCS lock for the user <user> on revision <rev>.
693 rcs_lock_add(RCSFILE *file, const char *user, RCSNUM *rev) argument
698 if ((rdp = rcs_findrev(file, rev)) == NULL) {
706 rcsnum_cmp(rev, lkp->rl_num, 0) == 0) {
715 rcsnum_cpy(rev, lkp->rl_num, 0);
731 * Remove the RCS lock on revision <rev>
735 rcs_lock_remove(RCSFILE *file, const char *user, RCSNUM *rev) argument
910 RCSNUM *crev, *rev, *brev; local
1110 rcs_rev_add(RCSFILE *rf, RCSNUM *rev, const char *msg, time_t date, const char *author) argument
1177 rcs_rev_remove(RCSFILE *rf, RCSNUM *rev) argument
1280 rcs_findrev(RCSFILE *rfp, RCSNUM *rev) argument
1708 rcs_deltatext_set(RCSFILE *rfp, RCSNUM *rev, BUF *bp) argument
1747 rcs_rev_setlog(RCSFILE *rfp, RCSNUM *rev, const char *logtext) argument
1767 rcs_rev_getdate(RCSFILE *rfp, RCSNUM *rev) argument
1786 rcs_state_set(RCSFILE *rfp, RCSNUM *rev, const char *state) argument
1836 rcs_kwexp_buf(BUF *bp, RCSFILE *rf, RCSNUM *rev) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dgit-find-p4-change24 my $commit = qx(git rev-list -1 --all $before '$grep');
34 system(qw(git rev-list -1 --all), $before, $grep);
/openbsd-current/gnu/usr.bin/perl/lib/
H A DConfig.t185 my @rev = @Config{qw(PERL_API_REVISION PERL_API_VERSION PERL_API_SUBVERSION)};
193 is($api[1], "'$rev[0]'", "REVISION is $rev[0]");
194 is($api[5], "'$rev[1]'", "VERSION is $rev[1]");
195 is($api[3], "'$rev[2]'", "SUBVERSION is $rev[2]");
201 is($api[0], "'$rev[0]'", "revision is $rev[0]");
202 is($api[2], "'$rev[
[all...]
/openbsd-current/gnu/llvm/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py102 rev = find_gitrev(f, cmake_file)
103 changes_by_rev[rev][gn_file][key].append(f)
108 for rev in sorted(changes_by_rev):
110 .format(rev))
111 for gn_file, data in sorted(changes_by_rev[rev].items()):
125 git(['commit', '-m', '[gn build] Port %s' % rev])
/openbsd-current/sys/arch/armv7/omap/
H A Domapid.c63 uint32_t rev; local
82 rev = bus_space_read_4(sc->sc_iot, sc->sc_ioh, O4_ID_CODE);
83 switch ((rev >> 12) & 0xffff) {
H A Domusbtll.c106 u_int32_t rev; local
125 rev = bus_space_read_1(sc->sc_iot, sc->sc_ioh, USBTLL_SYSCONFIG);
127 printf(" rev %d.%d\n", rev >> 4 & 0xf, rev & 0xf);

Completed in 164 milliseconds

1234567891011>>