| /minix3/crypto/external/bsd/openssl/dist/apps/ |
| H A D | progs.pl | 9 { printf "extern int %s_main(int argc,char *argv[]);\n",$_; } 32 push(@files,$_); 33 $str="\t{FUNC_TYPE_GENERAL,\"$_\",${_}_main},\n"; 34 if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/)) 36 elsif ( ($_ =~ /^speed$/)) 38 elsif ( ($_ =~ /^engine$/)) 40 elsif ( ($_ =~ /^rsa$/) || ($_ =~ /^genrsa$/) || ($_ =~ /^rsautl$/)) 42 elsif ( ($_ =~ /^dsa$/) || ($_ =~ /^gendsa$/) || ($_ =~ /^dsaparam$/)) 44 elsif ( ($_ =~ /^ec$/) || ($_ =~ /^ecparam$/)) 46 elsif ( ($_ =~ /^dh$/) || ($_ =~ /^gendh$/) || ($_ =~ /^dhparam$/)) [all …]
|
| /minix3/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ |
| H A D | uplink-x86.S | 4 .type _$lazy1,@function 6 _$lazy1: 14 .size _$lazy1,.-_$lazy1 15 .type _$lazy2,@function 17 _$lazy2: 25 .size _$lazy2,.-_$lazy2 26 .type _$lazy3,@function 28 _$lazy3: 36 .size _$lazy3,.-_$lazy3 37 .type _$lazy4,@function [all …]
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| H A D | x86asm.pl | 20 die "more than 4 arguments passed to $opcode" if ($#_>3); 26 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD"; 32 if ($#_==-1) { push(@out,"\t$opcode\n"); } 33 else { push(@out,"\t$opcode\t".join(',',@_)."\n"); } 37 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'low byte'"; 41 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'high byte'"; 44 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); } 45 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); } 46 sub ::blindpop { &pop($_[0]); $stack+=4; } 47 sub ::wparam { &DWP($stack+4*$_[0],"esp"); } [all …]
|
| H A D | x86nasm.pl | 18 { if ($opcode =~ m/^j/o && $#_==0) # optimize jumps 19 { $_[0] = "NEAR $_[0]"; } 20 elsif ($opcode eq "lea" && $#_==1) # wipe storage qualifier from lea 21 { $_[1] =~ s/^[^\[]*\[/\[/o; } 22 elsif ($opcode eq "clflush" && $#_==0) 23 { $_[0] =~ s/^[^\[]*\[/\[/o; } 25 &::emit($opcode,@_); 31 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); } 32 sub ::call_ptr { &::emit("call",@_); } 33 sub ::jmp_ptr { &::emit("jmp",@_); } [all …]
|
| H A D | x86masm.pl | 14 { my ($opcode,@arg)=@_; 33 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); } 34 sub ::call_ptr { &::emit("call",@_); } 35 sub ::jmp_ptr { &::emit("jmp",@_); } 39 { my($size,$addr,$reg1,$reg2,$idx)=@_; 70 sub ::BP { &get_mem("BYTE",@_); } 71 sub ::WP { &get_mem("WORD",@_); } 72 sub ::DWP { &get_mem("DWORD",@_); } 73 sub ::QWP { &get_mem("QWORD",@_); } 74 sub ::BC { "@_"; } [all …]
|
| H A D | x86gas.pl | 28 { my($opcode,@arg)=@_; 47 if ($#_==0) { &::emit($opcode); } 48 elsif ($#_==1 && $opcode =~ m/^(call|clflush|j|loop|set)/o) 57 sub ::movzx { &::movzb(@_); } 63 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); } 70 { my($addr,$reg1,$reg2,$idx)=@_; 91 sub ::QWP { &::DWP(@_); } 92 sub ::BP { &::DWP(@_); } 93 sub ::WP { &::DWP(@_); } 94 sub ::BC { @_; } [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/Parser/ |
| H A D | cxx11-user-defined-literals.cpp | 116 int operator""_µs(unsigned long long) {} // expected-note {{previous}} 117 int hundred_µs = 50_µs + 50_\u00b5s; 118 int operator""_\u00b5s(unsigned long long) {} // expected-error {{redefinition of 'operator "" _µs'… 120 int operator""_\U0000212B(long double) {} // expected-note {{previous}} 121 int hundred_Å = 50.0_Å + 50._\U0000212B; 122 int operator""_Å(long double) {} // expected-error {{redefinition of 'operator "" _Å'}} 124 int operator""_(char) {} // expected-note {{previous}} 125 int = '4'_ + '2'_\U00010000; 126 int operator""_\U00010000(char) {} // expected-error {{redefinition of 'operator "" _'}} 129 int operator""_℮""_\u212e""_\U0000212e""(const char*, size_t); [all …]
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| H A D | booker.pl | 30 if (~($_ =~ /\*/)) { 31 if ($_ =~ /\\chapter{.+}/) { 34 } elsif ($_ =~ /\\section{.+}/) { 37 } elsif ($_ =~ /\\subsection{.+}/) { 42 if ($_ =~ m/MARK/) { 43 @m = split(",",$_); 60 if ($_ =~ m/MARK/) { 61 } elsif ($_ =~ m/EXAM/ || $_ =~ m/LIST/) { 62 if ($_ =~ m/EXAM/) { 69 chomp($_); [all …]
|
| /minix3/minix/share/beaglebone/weather/ |
| H A D | README.txt | 1 _ _ _ _ _ 2 __ _____ __ _| |_| |__ ___ _ __ ___| |_ __ _| |_(_) ___ _ __ 3 \ \ /\ / / _ \/ _` | __| '_ \ / _ \ '__/ __| __/ _` | __| |/ _ \| '_ \ 4 \ V V / __/ (_| | |_| | | | __/ | \__ \ || (_| | |_| | (_) | | | | 5 \_/\_/ \___|\__,_|\__|_| |_|\___|_| |___/\__\__,_|\__|_|\___/|_| |_|
|
| /minix3/external/bsd/llvm/dist/llvm/utils/ |
| H A D | GenLibDeps.pl | 18 while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) { 157 if (defined($objdefs{$_})) { 158 $objdeps{$obj}{$objdefs{$_}}=1; 173 $libdefs{$_} = $lib; 187 $objdefs{$_} = $obj; 196 my $lib = $_[0]; 211 if (defined($libdefs{$_}) && $libdefs{$_} ne $lib) { 212 $DepLibs{$libdefs{$_}} = [] unless exists $DepLibs{$libdefs{$_}}; 213 push(@{$DepLibs{$libdefs{$_}}}, $_); 214 } elsif (defined($objdefs{$_}) && $objdefs{$_} ne $lib) { [all …]
|
| /minix3/external/bsd/elftoolchain/dist/libelf/ |
| H A D | elf_types.m4 | 64 `NUM, _'') 78 * The last element of a member list is the null element: `_,_'. 86 `_,_'') 91 `_,_'') 96 `_,_'') 101 `_,_'') 118 `_,_'') 135 `_,_'') 143 `_,_'') 151 `_,_'') [all …]
|
| /minix3/tests/bin/sh/dotcmd/ |
| H A D | Makefile | 17 FILES += ${cmd}_${cmd_scope} 18 FILESDIR_${cmd}_${cmd_scope} = ${TESTSDIR} 19 FILESBUILD_${cmd}_${cmd_scope} = yes 21 ${cmd}_${cmd_scope}: scoped_command 27 ${dot_scope}_${cmd}_${cmd_scope} \ 28 out/${dot_scope}_${cmd}_${cmd_scope}.out 29 FILESDIR_${dot_scope}_${cmd}_${cmd_scope} = ${TESTSDIR} 30 FILESBUILD_${dot_scope}_${cmd}_${cmd_scope} = yes 31 FILESMODE_${dot_scope}_${cmd}_${cmd_scope} = ${BINMODE} 33 ${dot_scope}_${cmd}_${cmd_scope}: scoped_command
|
| /minix3/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | make-proto.pl | 63 print $_, "\n"; 70 print $brace, " ", $_ if($debug); 97 $_ = $line; 104 if($_ =~ /\)$/){ 109 $_ = $1; 114 $_ = "$1 $4"; 118 $_ = "$1 $3"; 166 $_ .= "\n $attr"; 168 $_ = $_ . ";"; 169 $funcs{$f} = $_; [all …]
|
| /minix3/external/bsd/less/dist/ |
| H A D | less.hlp | 4 Commands marked with * may be preceded by a number, _N. 5 Notes in parentheses indicate the behavior if _N is given. 14 e ^E j ^N CR * Forward one line (or _N lines). 15 y ^Y k ^K ^P * Backward one line (or _N lines). 16 f ^F ^V SPACE * Forward one window (or _N lines). 17 b ^B ESC-v * Backward one window (or _N lines). 18 z * Forward one window (and set window to _N). 19 w * Backward one window (and set window to _N). 21 d ^D * Forward one half-window (and set half-window to _N). 22 u ^U * Backward one half-window (and set half-window to _N). [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | CompilerWriterInfo.rst | 19 …n <http://www.arm.com/documentation/>`_ (`Processor Cores <http://www.arm.com/documentation/ARMPro… 21 * `ABI <http://www.arm.com/products/DevTools/ABI.html>`_ 23 …a and Errata <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045d/IHI0045D_ABI_addenda.pdf>`_ 25 …Language Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053a/IHI0053A_acle.pdf>`_ 30 …Set Overview <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.genc010197a/index.html>`_ 32 …Language Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053a/IHI0053A_acle.pdf>`_ 37 * `Itanium documentation <http://developer.intel.com/design/itanium2/documentation.htm>`_ 42 * `MIPS Processor Architecture <http://imgtec.com/mips/mips-architectures.asp>`_ 50 … required, free sign-up) <https://www.power.org/technology-introduction/standards-specifications>`_ 52 …'s Guide <http://www.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6>`_ [all …]
|
| /minix3/external/bsd/dhcp/dist/contrib/ |
| H A D | dhcp-lease-list.pl | 42 $manu = join('-', ($_[0] =~ /^(..):(..):(..):/)); 128 my $h = $tmp_leases{$_}; 146 $_->{'mac'}, # MAC 147 $_->{'ip'}, # IP address 148 $_->{'hostname'}, # hostname 149 $_->{'date_end'}, # Date 150 $_->{'manu'}); # manufactor name 153 $_->{'mac'}, 154 $_->{'ip'}, 155 $_->{'hostname'}, [all …]
|
| /minix3/external/public-domain/xz/dist/src/xz/ |
| H A D | message.c | 713 fprintf(stderr, _("%s: "), progname); in vmessage() 776 message_fatal(_("Internal error (bug)")); in message_bug() 783 message_fatal(_("Cannot establish signal handlers")); in message_signal_handler() 792 return _("No integrity check; not verifying file integrity"); in message_strm() 795 return _("Unsupported type of integrity check; " in message_strm() 802 return _("Memory usage limit reached"); in message_strm() 805 return _("File format not recognized"); in message_strm() 808 return _("Unsupported options"); in message_strm() 811 return _("Compressed data is corrupt"); in message_strm() 814 return _("Unexpected end of input"); in message_strm() [all …]
|
| /minix3/crypto/external/bsd/openssl/dist/util/ |
| H A D | mkdef.pl | 155 $debug=1 if $_ eq "debug"; 156 $W32=1 if $_ eq "32"; 157 $W16=1 if $_ eq "16"; 158 if($_ eq "NT") { 162 if ($_ eq "VMS-VAX") { 166 if ($_ eq "VMS-NonVAX") { 170 $VMS=1 if $_ eq "VMS"; 171 $OS2=1 if $_ eq "OS2"; 173 if ($_ eq "zlib" || $_ eq "enable-zlib" || $_ eq "zlib-dynamic" 174 || $_ eq "enable-zlib-dynamic") { [all …]
|
| H A D | mk1mf.pl | 93 if (!&read_options && !defined($ops{$_})) 137 $platform=$_; 326 $_=<IN>; 389 if (!($_=<IN>)) 390 { $_="RELATIVE_DIRECTORY=FINISHED\n"; } 614 $old_buildinf_h .= $_; 636 foreach (keys %lib_obj) { $lib_obj{$_}=&clean_up_ws($lib_obj{$_}); } 643 foreach (split(/\s+/,$exheader)){ $h{$_}=1; } 644 foreach (split(/\s+/,$header)) { $h.=$_." " unless $h{$_}; } 671 $lib_obj=$lib_obj{$_}; [all …]
|
| /minix3/external/bsd/flex/dist/ |
| H A D | main.c | 194 line_warning (_("rule cannot be matched"), 198 line_warning (_ 239 flexerror (_("Can't use -+ with -l option")); in check_options() 242 flexerror (_("Can't use -f or -F with -l option")); in check_options() 245 flexerror (_ in check_options() 277 flexerror (_ in check_options() 281 flexerror (_("-Cf/-CF and -I are incompatible")); in check_options() 284 flexerror (_ in check_options() 289 flexerror (_ in check_options() 294 flexerror (_("Can't use -+ with -CF option")); in check_options() [all …]
|
| /minix3/crypto/external/bsd/openssl/dist/VMS/ |
| H A D | VMSify-conf.pl | 13 $_ = "$1sys\\\$disk:\[.$2$3"; 15 $_ = "$1sys\\\$disk:\[.$2$3"; 19 $_ = "$1.$3]$4"; 25 $_ = "$1.$3$4"; 28 $_ = "$1]$3.$4"; 30 $_ = "$1]$3$4"; 33 print $_,"\n";
|
| /minix3/external/bsd/nvi/dist/dist/ExtUtils/ |
| H A D | Embed.pm | 39 my($file, $std, $mods) = @_; 43 if (@_) { 62 @mods = grep(!$seen{$_}++, @mods); 98 my(@exts) = @_; 101 foreach $_ (@exts){ 102 my($pname) = canon('/', $_); 114 my(@exts) = @_; 120 foreach $_ (@exts){ 121 my($pname) = canon('/', $_); 149 my($std,$mods,$link_args,$path) = @_; [all …]
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/objects/ |
| H A D | obj_dat.pl | 9 local(@a,@b,$_,$r); 25 local(*v)=@_; 128 $z.=sprintf("0x%02X,",$_); 148 @a=grep(defined($sn{$nid{$_}}),0 .. $n); 151 push(@sn,sprintf("%2d,\t/* \"$sn{$nid{$_}}\" */\n",$_)); 154 @a=grep(defined($ln{$nid{$_}}),0 .. $n); 157 push(@ln,sprintf("%2d,\t/* \"$ln{$nid{$_}}\" */\n",$_)); 160 @a=grep(defined($obj{$nid{$_}}),0 .. $n); 163 $m=$obj{$nid{$_}}; 167 push(@ob,sprintf("%2d,\t/* %-32s %s */\n",$_,$m,$v)); [all …]
|
| /minix3/usr.bin/sed/TEST/ |
| H A D | math.sed | 139 s/9=\([0-9]*\)$/_=\1/ 148 /_/{ 151 s/9_/_0/ 152 s/8_/9/ 153 s/7_/8/ 154 s/6_/7/ 155 s/5_/6/ 156 s/4_/5/ 157 s/3_/4/ 158 s/2_/3/ [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
| H A D | p4.cpp | 55 struct hiding _ = local(); in test1() local 59 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local 67 enum tagname _ = enumerator; in test4() local 71 Opaque0 _ = hiding; in test5() local 98 struct hiding _ = local(); in test1() local 102 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local 110 enum tagname _ = enumerator; in test4() local 114 Opaque0 _ = hiding; in test5() local 141 struct hiding _ = local(); 146 union hiding _ = local(); [all …]
|