HomeSort by relevance Sort by last modified time
    Searched refs:As (Results 1 - 25 of 54) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
mbi_rand.t 26 # value as input "perl t/mbi_rand.t seed" and send me the output
31 my ($A,$B,$As,$Bs,$ADB,$AMB,$la,$lb);
37 $As = ''; $Bs = '';
44 while (length($As) < $la) { $As .= int(rand(100)) x int(rand(16)); }
47 $As =~ s/^0+//; $Bs =~ s/^0+//;
48 $As = $As || '0'; $Bs = $Bs || '0';
49 # print "# As $As\n# Bs $Bs\n"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
Alias.pm 101 # Allow latin-1 style names as well
104 # Allow winlatin1 style names as well
159 # has been redefined as the euro symbol.)
262 Allows newName to be used as an alias for ENCODING. ENCODING may be
263 either the name of an encoding or an encoding object (as described
270 =item As a simple string.
272 =item As a qr// compiled regular expression, e.g.:
278 way to alias names as used in X11 fonts to the MIME names for the
283 If you are using a regex here, you have to use the quotes as shown or
287 =item As a code reference, e.g.
    [all...]
Encoding.pm 70 As mentioned in L<Encode>, encodings are (in the current
71 implementation at least) defined as objects. The mapping of encoding
131 convert the string - for example by using Unicode's "\x{FFFD}" as a
160 Predefined As:
168 Predefined As:
184 itself as shown above.
191 Predefined As:
204 Predefined As:
247 encoding to do as much as it can and tell the layer above how muc
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/
00README 28 is distributed as an example client of the librtld_db.so.1 interface.
29 As well as offering examples of the proper calling sequence for the
43 acts as the build directory
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.etcsystem 47 * NOTE: As of Solaris 9, priority paging is unnecessary and has been removed.\\
64 # We don't want to run again if we have already marked entries as
93 * NOTE: As of Solaris 10, System V IPC tunables are unnecessary. The\
103 * NOTE: As of Solaris 10, System V IPC tunables are unnecessary. The\
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
Terse.pm 87 way of getting to the correct pad. As a kludge, the new version will
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
bytes.pm 53 data (i.e. data that has come from a source that has been marked as
56 as a series of bytes.
58 As an example, when Perl sees C<$x = chr(400)>, it encodes the character
59 in UTF-8 and stores it in $x. Then it is marked as character data, so,
61 C<bytes> pragma, $x is treated as a series of bytes - the bytes that make
80 bytes::substr() does not work as an lvalue().
NEXT.pm 205 C<m> is redispatched as if the calling method had not originally been found.
211 Note that this is not the same thing as C<$self-E<gt>SUPER::m()>, which
218 as illustrated in the synopsis above. Each class in the hierarchy
220 and then redispatches the call up the hierarchy. As a result,
249 To do this, simple invoke the redispatch as:
260 C<NEXT::ACTUAL> is most commonly used in C<AUTOLOAD> methods, as a means to
274 method call, an exception will be thrown (as usually happens in the absence of
310 will invoke the multiply inherited method as many times as it is
412 object's hierarchy with that name to be invoked. As the above exampl
    [all...]
constant.pm 25 # be inlined as a constant, thereby avoiding further sub calling
47 Carp::croak("Can't use undef as constant name");
157 When you declare a constant such as C<PI> using the method shown
158 above, each machine your script runs upon can have as many digits
159 of accuracy as it can use. Also, your program will be easier to
171 As with all C<use> directives, defining a constant happens at
182 Even though a reference may be declared as a constant, the reference may
183 point to data which may be changed, as this code shows.
190 Dereferencing constant references incorrectly (such as using an array
195 constant defined in another package, specify the full package name, as
    [all...]
Carp.pm 38 croak or shortmess which report the error as being from where
48 a call shouldn't generate errors work as follows:
59 packages explicitly marked as safe by inclusion in @CARP_NOT, or
73 user modules from marking themselves as internal to Perl, but
85 As a debugging aid, you can force Carp to treat a croak as a confess
86 and a carp as a cluck across I<all> modules. In other words, force a
102 call die() or warn(), as appropriate.
open.pm 165 Perl is configured to use PerlIO as its IO system (which is now the
168 The C<open> pragma serves as one of the interfaces to declare default
169 "layers" (also known as "disciplines") for all I/O. Any two-argument
202 as are these
232 The logic of C<:locale> is as follows:
239 returned is used as the default encoding for the open pragma.
246 as the default encoding for the open pragma.
252 any found, C<:utf8> is used as the default encoding for the open
266 If Perl is not built to use PerlIO as its IO system then only the two
279 implemented as XS code. It is called by C<import> to validate th
    [all...]
  /onnv/onnv-gate/usr/src/cmd/Adm/sun/
README 31 As of Solaris 2.5, the /usr/kvm directory is no longer needed by the
  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/
README.LFS 41 of a signed 32-bit integer, as represented by the system type off_t).
48 In particular, the link-editor generally requires twice as much
49 memory as the size of the output object, half to hold the input
52 address space limit at roughly the same time. As a result, a
87 As off_t is a signed type, these alternative versions would have to use
131 such as libc.
134 large file aware. As with libelf itself, there is more to such an effort
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
UNIX.pm 5 # modify it under the same terms as Perl itself.
108 As of VERSION 1.18 all IO::Socket objects have autoflush turned on
142 modify it under the same terms as Perl itself.
INET.pm 5 # modify it under the same terms as Perl itself.
331 first connect will never fail with a timeout as the connect call
343 name. As a last resort C<Proto> "tcp" is assumed. The C<Type>
376 As of VERSION 1.18 all IO::Socket objects have autoflush turned on
429 modify it under the same terms as Perl itself.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
stat.pm 106 as regular variables using the :FIELDS import tag. (Note that this still
107 overrides your stat() and lstat() functions.) Access these fields as
120 As of Perl 5.8.0 after using this module you cannot use the implicit
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
ANSIColor.pm 8 # under the same terms as Perl itself.
35 # Don't use the CVS revision as the version, since this module is also in Perl
72 # the same as the attributes above but in all caps. Each constant sub needs
83 # Maintaining all of this as separate subs would be a major nightmare, as well
84 # as duplicate the %attributes hash, so instead we define an AUTOLOAD sub to
166 # string. The attributes can be given either as an array ref as the first
167 # argument or as a list as the second and subsequent arguments. If $EACHLIN
    [all...]
ReadLine.pm 28 All the supported functions should be called as methods, i.e., either as
32 or as
95 If C<Features> method reports a feature C<attribs> as present, the
144 is true, it should be tail of the name of the package to use, such as
147 As a special case, if the value of this variable is space-separated,
149 be C<o=0> or C<ornaments=0>. The head should be as described above, say
  /onnv/onnv-gate/usr/src/lib/libcryptoutil/
README 213 exported symbols will all be marked as SUNWprivate_1.0 in the library
221 patching. As such a Dynamic version will be build.
231 to /lib/crypto/kcf as a result of PSARC/2002/117 allowing it, then
232 libcryptoutil needs to move as well.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
Socket.pm 5 # modify it under the same terms as Perl itself.
341 As of VERSION 1.18 all IO::Socket objects have autoflush turned on
373 object. The new object will be created in the same class as the listen
382 The timeout in the [PKG] can be specified as zero to effect a "poll",
414 The atmark() functionality is also exportable as sockatmark() function:
418 This allows for a more traditional use of sockatmark() as a procedural
430 known. If the protocol is unknown, as with an AF_UNIX socket, zero
469 modify it under the same terms as Perl itself.
472 This module is distributed under the same terms as Perl itself.
473 Feel free to use, modify and redistribute it as long as you retai
    [all...]
  /onnv/onnv-gate/usr/src/lib/
README.Makefiles 47 for building any ISA-independent targets, such as installing header
95 As described above, your top-level library Makefile should contain
115 Of course, other targets (such as `cstyle') are fine as well, as long as
159 messages or omission of intended messages in the catalogs. As such, MSGFILES
163 to extracting messages. To do this, use the ".i" suffix, as shown in the
167 The only time you shouldn't use BUILDPO.msgfiles as the preferred means of
169 that case, you can use the BUILDPO.pofiles macro as explained below
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
strlcpy.s 33 * overflow can be checked as follows:
50 ! This is either by word, halfword, or byte. As this occurs, we
  /onnv/onnv-gate/usr/src/uts/
README 50 on-line as "terminator:/usr/integration/doc/make.std")
59 In the ddi/dki world this need is completely eliminated as drivers
73 are accustomed to (such as cscope and tags). These can be added to the
107 as the cscope databases).
121 section can be viewed as the equivalent of the "files" (sparc
197 The C prototypes are in the .s files. As example:
245 0] Create the source files (and directories) as usual.
252 the set can be built across multiple files. As example:
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/
README 72 many of the definitions made in Makefile before they're guaranteed to work. As
73 long as you run make in this directory using Makefile you won't have to worry
170 as a Datakit destination. The new version of postio can run as a single
171 process or as separate read and write processes, and can also be used to
187 postio to run as separate read and write processes.
207 default line width, as with posttek, is one pixel, which probably won't
249 A program that can be used to display large matrices as gray scale images
251 matrices. Input files are matrix elements, written as a series of floating
  /onnv/onnv-gate/usr/src/cmd/mdb/demo/
README 41 As the files in this directory are owned by the administrator, you should make

Completed in 1560 milliseconds

1 2 3