/openbsd/gnu/usr.bin/perl/ext/Amiga-ARexx/__examples/ |
H A D | simplecommand.pl | 8 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 D | simplehost.pl | 20 my $rc2 = 0; 37 $rc2 = 22; 40 $msg->reply($rc,$rc2,$result);
|
/openbsd/gnu/usr.bin/perl/ext/Amiga-Exec/__examples/ |
H A D | simplecommand.pl | 8 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 D | simplehost.pl | 20 my $rc2 = 0; 37 $rc2 = 22; 40 $msg->reply($rc,$rc2,$result);
|
/openbsd/gnu/usr.bin/perl/ext/Amiga-ARexx/ |
H A D | ARexx.xs | 154 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 D | ARexx.pm | 111 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 D | Makefile | 31 ENCTARGETS+=rc2-40-cbc rc2-64-cbc rc2-cbc rc2-cfb rc2-ecb rc2-ofb
|
H A D | testenc.sh | 43 rc2-ecb rc2-cfb rc2-ofb rc2-cbc \
|
/openbsd/lib/libcrypto/rc2/ |
H A D | version | 10 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 D | rc.pc | 3 Version: 0.1.0rc2
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | rc2.h | 22 #include_next <openssl/rc2.h>
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | mt.cpu | 240 (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 D | Makefile | 45 SUBDIR += rc2
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 675.chain | 36 Jg/ce7C7nJbIg88CZPiTmdyGj4ms/KPO1jqaUdyefhPyJ6ReAA+rc2+ifjvuyAnq
|
/openbsd/gnu/usr.bin/perl/ |
H A D | inline.h | 578 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 D | pp_hot.c | 193 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 D | Makefile | 625 ${LCRYPTO_SRC}/rc2 \ 685 ${LCRYPTO_SRC}/rc2/rc2.h \
|
/openbsd/lib/libcrypto/objects/ |
H A D | objects.txt | 388 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 D | SCC.dsp | 105 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
|
/openbsd/lib/libssl/test/ |
H A D | times | 106 rc2 cbc 1430.94k 1511.59k 1524.82k 1527.13k 1523.33k
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | HowToReleaseLLVM.rst | 44 X.0.0-rc2 2 weeks after branch.
|
/openbsd/usr.sbin/nsd/doc/ |
H A D | ChangeLog | 393 - 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 D | Changelog | 433 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 D | user.cfg.in | 1 # Doxyfile 1.3-rc2
|
/openbsd/distrib/sets/lists/comp/ |
H A D | mi | 1161 ./usr/include/openssl/rc2.h
|