Home
last modified time | relevance | path

Searched refs:rc2 (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/ext/Amiga-ARexx/__examples/
H A Dsimplecommand.pl8 my ($result,$rc,$rc2) = DoRexx("WORKBENCH","HELP");
10 print $result , "\n" , $rc, "\n", $rc2 , "\n";
12 ($result,$rc,$rc2) = DoRexx("WORKBENCH","NOHELP");
14 print $result , "\n" , $rc, "\n", $rc2 , "\n";
H A Dsimplehost.pl20 my $rc2 = 0;
37 $rc2 = 22;
40 $msg->reply($rc,$rc2,$result);
/openbsd/gnu/usr.bin/perl/ext/Amiga-Exec/__examples/
H A Dsimplecommand.pl8 my ($result,$rc,$rc2) = DoRexx("WORKBENCH","HELP");
10 print $result , "\n" , $rc, "\n", $rc2 , "\n";
12 ($result,$rc,$rc2) = DoRexx("WORKBENCH","NOHELP");
14 print $result , "\n" , $rc, "\n", $rc2 , "\n";
H A Dsimplehost.pl20 my $rc2 = 0;
37 $rc2 = 22;
40 $msg->reply($rc,$rc2,$result);
/openbsd/gnu/usr.bin/perl/ext/Amiga-ARexx/
H A DARexx.xs154 msg->rm_Result2 = rc2; in ReturnErrorMsg()
160 IUtility->SNPrintf(value, sizeof(value), "%ld", rc2); in ReturnErrorMsg()
194 *rc2 = 0; in DoRexx()
243 *rc2 = rexxMsg->rm_Result2; in DoRexx()
492 void Msg_reply(rexxmsg,rc,rc2,result)
495 int rc2
498 ReplyARexxMsg(rexxmsg,rc,rc2,result);
527 STRPTR _DoRexx(port,command,rc,rc2)
531 int32 &rc2
533 RETVAL = DoRexx(port,command,&rc,&rc2);
[all …]
H A DARexx.pm111 my $rc2 = 0;
112 my $result = Amiga::ARexx::_DoRexx($port,$command,$rc,$rc2);
113 return ($rc,$rc2,$result);
151 my ($self,$rc,$rc2,$result) = @_;
154 Amiga::ARexx::Msg_reply($self->{'__msg'},$rc,$rc2,$result);
/openbsd/regress/usr.bin/openssl/
H A DMakefile31 ENCTARGETS+=rc2-40-cbc rc2-64-cbc rc2-cbc rc2-cfb rc2-ecb rc2-ofb
H A Dtestenc.sh43 rc2-ecb rc2-cfb rc2-ofb rc2-cbc \
/openbsd/lib/libcrypto/rc2/
H A Dversion10 First version of SSLeay with rc2. This has been written from the spec
16 While rc2 is included because it is used with SSL, I don't know how
/openbsd/regress/usr.bin/pkg-config/pcdir/
H A Drc.pc3 Version: 0.1.0rc2
/openbsd/lib/libcrypto/hidden/openssl/
H A Drc2.h22 #include_next <openssl/rc2.h>
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dmt.cpu240 (dnf f-rc2 "rc2" () 6 1)
454 (define-operand (name rc2) (comment "rc2") (attrs)
455 (type h-uint) (index f-rc2) (handlers (parse "rc") (print "dollarhex")))
1167 "cbcast #$mask,#$rc2,#$ctxdisp"
1168 (+ MSYS_YES MSOPC_CBCAST mask (f-uu-3-9 0) rc2 ctxdisp)
1175 "dupcbcast #$mask,#$cell,#$rc2,#$ctxdisp"
1176 (+ MSYS_YES MSOPC_DUPCBCAST mask cell rc2 ctxdisp)
1323 "dfbc #$cb1sel,#$cb2sel,#$cb1incr,#$cb2incr,#$rc3,#$rc2,#$ctxdisp"
1331 "dwfb #$cb1sel,#$cb2sel,#$cb1incr,#$cb2incr,#$rc2,#$ctxdisp"
1339 "fbwfb #$cb1sel,#$cb2sel,#$cb1incr,#$cb2incr,#$rc3,#$rc2,#$ctxdisp"
[all …]
/openbsd/regress/lib/libcrypto/
H A DMakefile45 SUBDIR += rc2
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D675.chain36 Jg/ce7C7nJbIg88CZPiTmdyGj4ms/KPO1jqaUdyefhPyJ6ReAA+rc2+ifjvuyAnq
/openbsd/gnu/usr.bin/perl/
H A Dinline.h578 U32 rc2 = SvREFCNT(sv2); in Perl_rpp_popfree_2_NN() local
586 if (UNLIKELY( !(rc1>>1) + !(rc2>>1) )) in Perl_rpp_popfree_2_NN()
588 Perl_rpp_free_2_(aTHX_ sv1, sv2, rc1, rc2); in Perl_rpp_popfree_2_NN()
591 SvREFCNT(sv2) = rc2 - 1; in Perl_rpp_popfree_2_NN()
881 U32 rc2 = SvREFCNT(sv2); in Perl_rpp_replace_2_1_COMMON() local
889 if (UNLIKELY( !(rc1>>1) + !(rc2>>1) )) in Perl_rpp_replace_2_1_COMMON()
891 Perl_rpp_free_2_(aTHX_ sv1, sv2, rc1, rc2); in Perl_rpp_replace_2_1_COMMON()
894 SvREFCNT(sv2) = rc2 - 1; in Perl_rpp_replace_2_1_COMMON()
H A Dpp_hot.c193 const U32 rc1, const U32 rc2) in Perl_rpp_free_2_() argument
208 if (rc2 > 1) in Perl_rpp_free_2_()
209 SvREFCNT(sv2) = rc2 - 1; in Perl_rpp_free_2_()
211 Perl_sv_free2(aTHX_ sv2, rc2); in Perl_rpp_free_2_()
216 PERL_UNUSED_VAR(rc2); in Perl_rpp_free_2_()
/openbsd/lib/libcrypto/
H A DMakefile625 ${LCRYPTO_SRC}/rc2 \
685 ${LCRYPTO_SRC}/rc2/rc2.h \
/openbsd/lib/libcrypto/objects/
H A Dobjects.txt388 rsadsi 3 2 : RC2-CBC : rc2-cbc
389 : RC2-ECB : rc2-ecb
390 !Cname rc2-cfb64
391 : RC2-CFB : rc2-cfb
392 !Cname rc2-ofb64
393 : RC2-OFB : rc2-ofb
394 : RC2-40-CBC : rc2-40-cbc
395 : RC2-64-CBC : rc2-64-cbc
/openbsd/gnu/usr.bin/cvs/windows-NT/SCC/
H A DSCC.dsp105 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
/openbsd/lib/libssl/test/
H A Dtimes106 rc2 cbc 1430.94k 1511.59k 1524.82k 1527.13k 1523.33k
/openbsd/gnu/llvm/llvm/docs/
H A DHowToReleaseLLVM.rst44 X.0.0-rc2 2 weeks after branch.
/openbsd/usr.sbin/nsd/doc/
H A DChangeLog393 - Tag for 4.3.8 release, from 4.3.8rc2. The main branch continues
399 - Tag for 4.3.8rc2, includes the new answer-cookie default.
801 - Tag for 4.3.1rc2.
1061 - Tag for 4.2.2rc2.
1554 - tag for 4.1.18rc2.
1780 - Tag 4.1.11rc2.
1957 - 4.1.6rc2 tag created.
2078 - Tag 4.1.2rc2.
2434 - tag 4.0.1rc2
2506 - tag 4.0.0rc2.
/openbsd/usr.sbin/unbound/doc/
H A DChangelog433 in 1.19.3rc2.
435 fix is included in 1.19.3rc2.
2331 - tag for the 1.13.0rc2 release.
3439 - 1.9.2rc2 release candidate tag.
4274 This fix is part of 1.7.3rc2.
4534 - tag 1.7.0rc2.
4803 - tag 1.6.6 (is 1.6.6rc2)
4963 - Tag 1.6.4rc2
5345 - tag 1.6.1rc2.
7815 - tag 1.4.13rc2
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A Duser.cfg.in1 # Doxyfile 1.3-rc2
/openbsd/distrib/sets/lists/comp/
H A Dmi1161 ./usr/include/openssl/rc2.h

12