| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| RangeMap.h | 3 * Use is subject to license terms. 29 template < class From, class To > 33 To toMin; 36 template < class From, class To > class RangeMapIter; 37 template < class From, class To > class RangeMap; 39 template < class From, class To > 43 Boolean map(From, To &, From &alsoMax) const; 45 unsigned inverseMap(To, From &, ISet < WideChar > &, \ 47 void addRange(From, From, To); 49 Vector < RangeMapRange < From, To > > ranges_ [all...] |
| RangeMap.cxx | 16 template<class From, class To> 17 RangeMap<From, To>::RangeMap() 21 template<class From, class To> 22 Boolean RangeMap<From, To>::map(From from, To &to, From &alsoMax) const 26 const RangeMapRange<From,To> &r = ranges_[i]; 28 to = r.toMin + (from - r.fromMin); 44 template<class From, class To> 45 unsigned RangeMap<From, To>::inverseMap(To to, From &from [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/des/ |
| des-lib.com | 14 $! It was re-written to try to determine which "C" compiler to try to use 17 $! Specify one of the following to build just that part, specify "ALL" to 20 $! ALL To Just Build "Everything". 21 $! LIBRARY To Just Build The [.xxx.EXE.CRYPTO.DES]LIBDES.OLB Library. 22 $! DESTEST To Just Build The [.xxx.EXE.CRYPTO.DES]DESTEST.EXE Program. 23 $! SPEED To Just Build The [.xxx.EXE.CRYPTO.DES]SPEED.EXE Program [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/ |
| mime-header.t | 31 To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld@dkuug.dk> 39 To: Keld J\xF8rn Simonsen <keld\@dkuug.dk> 50 To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld@dkuug.dk> 61 To: dankogai@dan.co.jp (??????=Kogai, ???=Dan) 67 To: dankogai@dan.co.jp (=?UTF-8?B?5bCP6aO8?==Kogai,=?UTF-8?B?IOW8vg==?==Dan 78 To: dankogai@dan.co.jp (=?UTF-8?Q?=E5=B0=8F=E9=A3=BC?==Kogai,
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/ |
| Symbol.pm | 36 To find out how to use this module in detail, see L<Encode>.
|
| /onnv/onnv-gate/usr/src/cmd/sgs/libelf/demo/ |
| README | 4 # The contents of this file are subject to the terms of the 23 # Use is subject to license terms. 27 This directory contains sample programs that demonstrate how to 33 differently. To learn more about ELF files and their format you 34 should refer to the "Linker & Libraries section" of the Solaris 35 AnswerBook and to the "System V Application Binary Interface" 41 files ELF members of archives. Demonstrates how to 44 acom.c append comment: appends to or creates a .comment 60 Makefile make file to build the above programs. 67 Before attempting to build the demos be sure that you have installed [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/ |
| KR.pm | 50 To find how to use this module in detail, see L<Encode>. 55 mean "cp949" encodings. To fix that, the following aliases are set; 66 to find out why it is implemented that way.
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/ |
| README | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms. 31 library. To use, build the ::Exacct module in the parent directory, then: 43 If you wish to run this on the installed version of the ::Exacct module,
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/EBCDIC/ |
| EBCDIC.pm | 37 To find how to use this module in detail, see L<Encode>.
|
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/ |
| 00README | 3 # Use is subject to license terms. 7 # The contents of this file are subject to the terms of the 27 This directory contains source code to the rdb debugger. This debugger 46 i386/Makefile - makefiles to build rdb for each architecture 47 test/* - sample command files which can be used to test rdb 51 Before attempting to build the rdb debugger be sure that you have 55 To build rdb: 60 To test the demo:
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/ |
| CN.pm | 42 gb12345-raw Traditional chinese counterpart to 51 To find how to use this module in detail, see L<Encode>. 55 Due to size concerns, C<GB 18030> (an extension to C<GBK>) is distributed 62 mean C<euc-cn> encodings. To fix that, C<gb2312> is aliased to C<euc-cn>. 70 to find out why it is implemented that way.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/ |
| smtp.self | 13 C<smtp.self> will attempt to send a message to a given user 29 Send the message to C<USERNAME> 55 $smtp->mail($user) && $smtp->to($user); 58 if($smtp->mail($user) && $smtp->to($user)) 75 To: <-USER->
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/ |
| README.ON | 4 # The contents of this file are subject to the terms of the 23 # Use is subject to license terms. 28 release should be pushed to CPAN. 32 changed in Exacct.pm to update the module version number correctly. If this 33 is not done, it will not be possible to upload the generated archive to CPAN, 36 To prepare the contents of the directory for release, they should be packaged 42 This will produce the file for upload to CPAN. Contact cpan-support@sun.com 43 for details of how to do this.
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
| README.ON | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms. 29 release should be pushed to CPAN. 33 changed in Lgrp.pm to update the module version number correctly. If this 34 is not done, it will not be possible to upload the generated archive to CPAN, 37 To prepare the contents of the directory for release, they should be packaged 43 This will produce the file for upload to CPAN. Contact cpan-support@sun.com 44 for details of how to do this.
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
| README.ON | 4 # The contents of this file are subject to the terms of the 23 # Use is subject to license terms. 28 release should be pushed to CPAN. 32 changed in Project.pm to update the module version number correctly. If this 33 is not done, it will not be possible to upload the generated archive to CPAN, 36 To prepare the contents of the directory for release, they should be packaged 42 This will produce the file for upload to CPAN. Contact cpan-support@sun.com 43 for details of how to do this.
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
| README.ON | 4 # The contents of this file are subject to the terms of the 23 # Use is subject to license terms. 28 release should be pushed to CPAN. 32 changed in Task.pm to update the module version number correctly. If this 33 is not done, it will not be possible to upload the generated archive to CPAN, 36 To prepare the contents of the directory for release, they should be packaged 42 This will produce the file for upload to CPAN. Contact cpan-support@sun.com 43 for details of how to do this.
|
| /onnv/onnv-gate/usr/src/uts/ |
| README | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms. 38 of these Makefiles. It should be noted that the ability to properly 45 1] To provide a set of static Makefiles to support kernel build 48 2] To provide a set of static Makefiles which conform to the 52 3] To completely eliminate the config(8) program. 54 4] To provide a framework for linting the kernel (so that "lint free" 55 can be made an integration criterion, in addition to being genera [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| utf8_heavy.pl | 28 ## Given a $type, our goal is to fill $list with the set of codepoint 31 ## To make the parsing of $type clear, this code takes the a rather 33 ## info we need. Were this to be a subroutine, the 'last' would just 36 my $file; ## file to load data from, and also part of the %Cache key. 104 ## See if it's a user-level "To". 109 if (defined $caller0 && $type =~ /^To(?:\w+)$/) { 120 ## Last attempt -- see if it's a standard "To" name 122 ## The user-level way to access ToDigit() and ToFold() 123 ## is to use Unicode::UCD. 125 if ($type =~ /^To(Digit|Fold|Lower|Title|Upper)$/ [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/ |
| Byte.pm | 24 \x80-\xff (upper half) to map non-ASCII characters. Encodings 113 To find how to use this module in detail, see L<Encode>.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
| mktables | 5 die "$0: Please run me as ./mktables to avoid unnecessary differences\n" 14 mkdir("To", 0755); 47 ## Given a filename and a reference to an array of lines, 48 ## write the lines to the file only if the contents have not changed. 119 ## Table->New constructor is called), but there are times when it needs to 138 confess "$0: bad args to New_Prop" 156 ## In => Name -- Name of "In" property to be associated with 157 ## Is => Name -- Name of "Is" property to be associated with 182 confess "$0: bad args to Table->New" 212 confess "oops" if $Table->IsEmpty; ## must have code points to have a ma [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/ |
| DProf.pm | 15 script. This information can be used to determine which subroutines are 17 information can also be used to create an execution graph of the script, 20 To profile a Perl script run the perl interpreter with the B<-d> debugging 21 switch. The profiler uses the debugging hooks. So to profile script 27 profiler will dump the profile information to a file called 28 F<tmon.out>. A tool like I<dprofpp> can be used to interpret the 34 To print an execution graph of the subroutines in the script use the 111 calls to the profiler These values are used by the profiler to 120 The I<old-style> C<+>- and C<->-lines are used to mark the overhea [all...] |
| /onnv/onnv-gate/usr/src/lib/libexacct/demo/ |
| README | 4 # The contents of this file are subject to the terms of the 24 Use is subject to license terms. 31 libexacct to print the content of extended accounting files produced by 35 programming API to extract extended accounting data. libexacct(3LIB) is 37 general-purpose accounting file format used by the kernel to store 47 The Makefile contained in this directory is set up to use the C compiler 48 (cc) and lint utility found in your $PATH. If you wish to change the 49 configuration, edit the CC and LINT macro definitions in Makefile to 50 point to the appropriate pathnames. 61 To build the exdump, execute "make" in this directory. This wil [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| perlbug.PL | 8 # List explicitly here the variables you want Configure to 10 # have to mention them as if they were shell variables, not 13 # to ensure Configure will look for $Config{startperl}. 16 # This forces PL files to create target in same directory as PL file. 17 # This is so that make depend always knows where to find PL derivatives. 50 # TO DO (prehaps): store/embed $Config::config_sh into perlbug. When perlbug is 52 # append a list of individual differences to the bug report. 58 # You can use $Config{...} to use Configure variables. 99 # Changed in 1.06 to skip Mail::Send and Mail::Util if not available. 100 # Changed in 1.07 to see more sendmail execs, and added pipe output [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/ |
| JP.pm | 43 converted to Fullwidth 57 To find out how to use this module in detail, see L<Encode>. 63 code to decode to utf8 but not vice versa. 79 In the latter case, characters that map to 0212 are first converted 80 to U+3013 (0xA2AE in EUC-JP; a white square also known as 'Tofu' or 81 'geta mark') then fed to the decoding engine. U+FFFD is not used, 82 in order to preserve text layout as much as possible. 91 to find out why it is implemented that way [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/ |
| TW.pm | 45 To find out how to use this module in detail, see L<Encode>. 49 Due to size concerns, C<EUC-TW> (Extended Unix Character), C<CCCII> 58 (glibc and DOS-based systems uses C<big5> to mean C<big5-eten>; Microsoft 59 uses C<big5> to mean C<cp950>), a conscious decision was made to alias 60 C<big5> to C<big5-eten>, which is the de facto superset of the original 72 to find out why it is implemented that way.
|