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

12345678910

/netbsd-6-1-5-RELEASE/usr.bin/rev/
H A DMakefile4 PROG= rev
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dbindkeys.pl22 my $rev = 'Id: bindkeys.pl,v 1.7 2011/01/04 23:47:13 tbox Exp ';
23 $rev =~ s/\$//g;
24 $rev =~ s/,v//g;
25 $rev =~ s/Id: //;
46 print "/*\n * Generated by $rev \n * From $keys\n */\n";
H A Dconvertxsl.pl22 my $rev = 'Id: convertxsl.pl,v 1.14 2008/07/17 23:43:26 jinmei Exp ';
23 $rev =~ s/\$//g;
24 $rev =~ s/,v//g;
25 $rev =~ s/Id: //;
53 print "/*\n * Generated by $rev \n * From $xsl\n */\n";
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-svn-recordfail7 REV=`${REG_IDS} -f index -t rev ${ID}`
H A Dgcc-svn-checkfail8 REV=`${REG_IDS} -f index -t rev ${ID}`
H A Dgcc-svn-ids9 # rev is the Subversion revision name
12 # rev is the Subversion revision name
23 echo ' where from_kind is index or rev' 1>&2
24 echo ' and to_kind is index, rev, date, author, or branch' 1>&2
67 rev) LINE="`awk -F '|' -v id="${ID}" '{if ($2 == id) print }' < ${LIST}`";;
80 rev) TO_ID="`echo ${LINE} | awk -F '|' '{ print $2 }'`";;
H A Dgcc-svn-report14 REV=`${REG_IDS} -f index -t rev ${ID}`
22 echo ' http://gcc.gnu.org/viewcvs?view=rev&rev='$REV
/netbsd-6-1-5-RELEASE/sbin/mount_portal/examples/
H A Dcvs.sh.sh33 rev="-r`expr "$file" : '.*,\(.*\)' | sed 's/^-r//'`"
36 rev=""
38 cvs co -p $rev $file
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c129 "\nrcsmerge usage: rcsmerge -rrev1 [-rrev2] -ksubst -{pq}[rev] -Vn -xsuff -zzone file";
135 char const *rev[3], *xrev[3]; /*revision numbers*/ variable
147 edarg = rev[1] = rev[2] = 0;
168 if (!rev[1])
169 rev[1] = a;
170 else if (!rev[2])
171 rev[2] = a;
211 if (!rev[1]) faterror("no base revision number given");
232 if (!*rev[
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/aptck/
H A Dsetrev.awk21 rev = "0.0"
25 if (revcmp($4, rev) > 0)
26 rev = $4
33 sub("\\\$Revision.*\\\$", "Revision " rev)
/netbsd-6-1-5-RELEASE/sys/lib/libkern/arch/ia64/
H A Dbyte_swap_8.S43 mux1 r8=in0,@rev
H A Dbyte_swap_2.S42 mux1 r16=in0,@rev
H A Dbyte_swap_4.S42 mux1 r16=in0,@rev
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/gdium/
H A Dbonito_mainbus.c71 pcireg_t rev; local
79 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS));
81 printf(": BONITO Memory and PCI controller, %s rev. %d.%d\n",
82 BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC",
83 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev));
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/
H A Dbonito_mainbus.c72 pcireg_t rev; local
80 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS));
82 aprint_normal(": BONITO Memory and PCI controller, %s rev. %d.%d\n",
83 BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC",
84 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev));
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/contrib/
H A Dcvs2vendor.sh87 # work on each rev of that file in ascending order
90 for rev in `cat $revfile`; do
92 case "$rev" in
94 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//'`
99 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)}'`
108 continue # skip first rev....
121 date=`rlog -r$rev $file | grep "^date: " | awk '{printf("%s %s\n",$2,$3); exit}' | sed -e 's/;//'`
122 author=`rlog -r$rev $file | grep "^date: " | awk '{print $5; exit}' | sed -e 's/;//'`
124 symname=`rlog -h $file | sed -e '1,/^symbolic names:/d' -e 's/[ ]*//g' | awk -F: '$2 == "'"$rev"'" {printf("-n%s\n",$1)}'`
126 rlog -r$rev
[all...]
H A Drcs2sccs.sh64 # work on each rev of that file in ascending order
67 for rev in `cat $revfile`; do
73 date=`rlog -r$rev $file | grep "^date: " | awk '{print $2; exit}' | sed -e 's/^19\|^20//'`
74 time=`rlog -r$rev $file | grep "^date: " | awk '{print $3; exit}' | sed -e 's/;//'`
75 author=`rlog -r$rev $file | grep "^date: " | awk '{print $5; exit}' | sed -e 's/;//'`
78 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
79 echo "==> file $file, rev=$rev, date=$date, author=$author"
81 co -r$rev $file >> $logfile 2>&1
108 echo initial rev checke
[all...]
H A Dsccs2rcs.in198 # work on each rev of that file in ascending order
212 foreach rev (`cat $revfile`)
222 set date = `sccs prs -r$rev $file | @AWK@ '/^D / {print (substr($3,0,2)+0<70?20:19) $3, $4; exit}'`
223 set author = `sccs prs -r$rev $file | @AWK@ '/^D / {print $5; exit}'`
225 echo "==> file $file, rev=$rev, date=$date, author=$author"
226 sccs edit -r$rev $file >>& $logfile
250 echo ci -f -r$rev -d"$date" -w$author -t$emptyfile $file
251 ci -f -r$rev -d"$date" -w$author -t$emptyfile $file < $initialfile >>& $logfile
253 echo initial rev checke
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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);
H A Dx_crl.c138 X509_REVOKED *rev = sk_X509_REVOKED_value(revoked, i);
142 gtmp = X509_REVOKED_get_ext_d2i(rev,
163 rev->issuer = gens;
165 reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason,
175 rev->reason = ASN1_ENUMERATED_get(reason);
179 rev->reason = CRL_REASON_NONE;
183 exts = rev->extensions;
372 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev)
378 if(!inf->revoked || !sk_X509_REVOKED_push(inf->revoked, rev)) {
417 X509_REVOKED *rev)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/algor/dev/
H A Dbonito_mainbus.c81 pcireg_t rev; local
91 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS));
93 printf(": BONITO Memory and PCI controller, %s rev. %d.%d\n",
94 BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC",
95 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev));
/netbsd-6-1-5-RELEASE/dist/dhcp/contrib/
H A D3.0b1-lease-convert20 switch (ns-update (delete (1, 12, ddns-rev-name, null))) {
22 unset ddns-rev-name;
97 if (m!^(\s+)(ddns-fwd-name|ddns-rev-name)\s+(\"[^\"]+\"\s*;)!) {
101 # may not always be a -rev-.
103 $convertedrev++ if ($2 eq "ddns-rev-name");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/util/
H A Dmksymtbl.pl23 my $rev = 'Id';
24 $rev =~ s/\$//g;
25 $rev =~ s/,v//g;
26 $rev =~ s/Id: //;
112 print TBLFILE "/*\n * Generated by $rev \n */\n";
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dcheckin.c28 Checkin (int type, struct file_info *finfo, char *rev, char *tag, argument
55 rev, 0, RCS_FLAGS_KEEPFILE))
83 || !RCS_cmp_file (finfo->rcs, rev, NULL, NULL,
94 if (RCS_checkout (finfo->rcs, finfo->file, rev, NULL,
155 if (rev)
H A Drcs.h207 int RCS_exist_rev (RCSNode *rcs, char *rev);
212 char *RCS_magicrev (RCSNode *rcs, char *rev);
213 int RCS_isbranch (RCSNode *rcs, const char *rev);
218 time_t RCS_getrevtime (RCSNode * rcs, const char *rev, char *date, int fudge);
221 int RCS_valid_rev (const char *rev);
225 char *RCS_branch_head (RCSNode *rcs, char *rev);
233 const char *message, const char *rev, time_t citime,

Completed in 298 milliseconds

12345678910