Searched refs:is (Results 151 - 175 of 775) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemcpy.s24 * Use is subject to license terms.
35 * Added entry __align_cpy_1 is generally for use of the compilers.
64 andcc %o1, 3, %o5 ! is src word aligned
66 cmp %o5, 2 ! is src half-word aligned
68 cmp %o5, 3 ! src is byte aligned
78 .s2algn:lduh [%o1], %o3 ! know src is 2 byte alinged
98 andn %o2, 3, %o3 ! o3 is aligned word count
119 andn %o2, 3, %o3 ! o3 is aligned word count
142 andn %o2, 3, %o3 ! o3 is aligned word count
159 .w4cp: andn %o2, 3, %o3 ! o3 is aligne
[all...]
H A Dmemmove.s24 * Use is subject to license terms.
41 cmp %i1, %i0 ! if from address is >= to use forward copy
47 bgu %xcc, ovbc ! if size is bigger, have to do overlapped copy
53 andcc %i1, 3, %i5 ! is src word aligned
55 cmp %i5, 2 ! is src half-word aligned
57 cmp %i5, 3 ! src is byte aligned
67 s2algn: lduh [%i1], %i3 ! know src is 2 byte alinged
87 andn %i2, 3, %i3 ! i3 is aligned word count
131 andn %i2, 3, %i3 ! i3 is aligned word count
148 w4cp: andn %i2, 3, %i3 ! i3 is aligne
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Ddup.t100 is(fileno(F), fileno(STDIN));
104 is(fileno(F), fileno(STDOUT));
108 is(fileno(F), fileno(STDERR));
115 is(fileno(F), $g);
119 is(fileno(F), $g);
130 $line = <G>; chomp $line; is($line, "ggg");
131 $line = <G>; chomp $line; is($line, "fff");
H A Dopen.t28 is( tell($f), 9, ' tell()' );
32 is( $b, "SomeData\n", ' readline' );
59 is( scalar @rows, 2, ' readline, list context' );
60 is( $rows[0], "a row\n", ' first line read' );
61 is( $rows[1], "a row\n", ' second line' );
70 is( scalar @rows, 2, ' readline, list context' );
87 is( scalar @rows, 2, ' readline, list context' );
125 is( tell($f), 9, ' tell' );
129 is( $b, "SomeData\n", ' readline' );
156 is( scala
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dattrs.t17 is( $@, '' );
96 is "@attrs", "locked";
99 is "@attrs", "locked method";
104 is ref($thunk), "Z";
107 is "@attrs", "locked method Z";
112 is "@attrs", "lvalue";
118 is "@attrs", "lvalue Z";
139 $x != $i*2 and ::is $x, $i*2;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm21 NOTE: Use of this pragma is deprecated. Use the syntax
31 of attribute names. Notice that C<attrs::get> is not exported.
38 Indicates that the invoking subroutine is a method.
42 Setting this attribute is only meaningful when the subroutine or
43 method is to be called by multiple threads. When set on a method
47 perl ensures that a lock is taken on the subroutine itself before
50 subroutine is entered.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvmsish.t21 is( $Orig_Bits, $^H, 'use vmsish a no-op' );
29 is($?,0,"simple Perl invokation: POSIX success status");
32 is(($? & 1),1, "importing vmsish [vmsish status]");
35 is($?,0, "unimport vmsish [POSIX STATUS]");
38 is(($? & 1),1,"lex scope of vmsish [vmsish status]");
40 is($?,0,"outer lex scope of vmsish [POSIX status]");
44 is($?,0,"importing vmsish exit [POSIX status]");
54 is($?&1,0,"vmsish status check, POSIX ERR exit");
59 is($?&1,1, "vmsish status check, vmsish OK exit");
64 is(
[all...]
H A Dconstant.t125 # This is something like "Arg list too long", but the actual message
154 test 46, scalar($@ =~ /^Constant is not a HASH/);
216 test 60, (shift @warnings) =~ /^Constant name 'BEGIN' is a Perl keyword at/;
218 test 61, (shift @warnings) =~ /^Constant name 'INIT' is a Perl keyword at/;
219 test 62, (shift @warnings) =~ /^Constant name 'CHECK' is a Perl keyword at/;
220 test 63, (shift @warnings) =~ /^Constant name 'END' is a Perl keyword at/;
221 test 64, (shift @warnings) =~ /^Constant name 'DESTROY' is a Perl keyword at/;
222 test 65, (shift @warnings) =~ /^Constant name 'AUTOLOAD' is a Perl keyword at/;
223 test 66, (shift @warnings) =~ /^Constant name 'STDIN' is forced into package main:: a/;
224 test 67, (shift @warnings) =~ /^Constant name 'STDOUT' is force
[all...]
H A DUNIVERSAL.pm6 # that it exists to define. The use of Exporter below is a historical
10 # whenever UNIVERSAL.pm is loaded.
37 C<UNIVERSAL> is the base class which all bless references will inherit from,
56 is a package name
60 is a blessed reference or a string containing a package name
64 is a package name
68 is any of the above or an unblessed reference
73 C<isa> returns I<true> if $obj is blessed into package C<TYPE> or
78 inherits from (or is itself) the name of the package C<TYPE> or
92 C<isa> returns I<true> in the same cases as above and also if C<VAL> is a
[all...]
H A Dfiletest.pm24 The default behaviour is to use the mode bits as returned by the stat()
34 when C<use filetest> is in effect, because in some systems
37 B<NOTE>: using the file tests for security purposes is a lost cause
38 from the start: there is a window open for race conditions (who is to
46 Currently only one subpragma, C<access> is implemented. It enables
48 extended filetest functionality is used only when the argument of the
49 operators is a filename, not when it is a filehandle.
59 die "filetest: the only implemented subpragma is 'acces
[all...]
H A DFileHandle.pm76 # If the Fcntl extension is available,
86 # This is the only exported function we define;
149 NOTE: This class is now a front-end to the IO::* classes.
151 C<FileHandle::new> creates a C<FileHandle>, which is a reference to a
154 the C<FileHandle> object is destroyed. Otherwise, it is returned to
159 if the fdopen fails, the C<FileHandle> object is destroyed.
160 Otherwise, it is returned to the caller.
163 it is just a front end for the built-in C<open> function. With two
164 parameters, the first parameter is
[all...]
H A DDigest.pm80 or "hashes", of some data, called a message. The digest is (usually)
82 the algorithm used. The message is simply a sequence of arbitrary
85 An important property of the digest algorithms is that the digest is
87 property is that digest functions are one-way functions, that is it
95 digest for a different message it is wise to make it easy to plug in
110 This is the most compact form, but it is not well suited for printing
119 A string of portable printable characters. This is th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DSelect.t28 is( $$fake_out, $pod, 'select( NAME )' );
40 is( $$fake_out, $pod, 'select( NAME, SYNOPSIS )' );
52 is( $$fake_out, $pod, 'add_selection( AUTHOR )' );
55 is( $head1, 'AUTHOR', 'curr_headings()' );
67 is( $$fake_out, $pod, 'select( DESCRIPTION/subsection )' );
83 is( $$fake_out, $pod, 'select( DESCRIPTION/!.+ )' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm51 dialect) a given chunk of information is in.
67 Returns true iff $lang1 is a formally valid language tag.
69 is_language_tag("fr") is TRUE
70 is_language_tag("x-jicarilla") is FALSE
71 (Subtags can be 8 chars long at most -- 'jicarilla' is 9)
73 is_language_tag("sgn-US") is TRUE
76 is_language_tag("i-Klikitat") is TRUE
80 is_language_tag("fr-patois") is TRUE
83 is_language_tag("Spanish") is FALSE
84 is_language_tag("french-patois") is FALS
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dxref.t79 is(
83 is(
87 is(
91 is(
95 is(
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A DIO.t26 is( $load[0][0], 'IO', '... loading the IO library' );
27 is( $load[0][1], $IO::VERSION, '... with the current .pm version' );
39 is( $warn, '', "... import default, should not warn");
46 is( $warn, '', "... import default, should not warn");
115 is( $@, '', '... and should not call import() on imported modules' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dwritemakefile_args.t3 # This is a test of the verification of the arguments to
48 is( $warnings, <<VERIFY );
62 is( $warnings, <<VERIFY );
111 like( $warnings, qr{^WARNING: WIBBLE is not a known parameter.\n}m );
112 like( $warnings, qr{^WARNING: wump is not a known parameter.\n}m );
114 is( $mm->{WIBBLE}, 'something' );
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t25 # Use is subject to license terms.
34 # Make sure that Lgrp test is not executed on anything less than 5.8.0,
35 # as Lgrp is not implemented there
47 # This is an example script that demonstrates use of Sun::Solaris::Lgrp module.
74 is($root, 0, 'root should have id zero');
90 is(scalar @lgrps, $nlgrps, 'lgrp_nlgrps() should match number of lgrps');
111 is($fail, 0, 'correct parents for children');
126 is($fail, 0, 'All non-leaf lgrps should have single parent');
152 is($home, $lgrp, 'Home lgrp should change after strong affinity is se
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs62 Each C type is represented by an entry in the typemap file that
63 is responsible for converting perl variables (SV, AV, HV and CV) to
80 /* create a new sv for return that is a copy of the input
82 mortal by the INPUT typemap when it is pushed back onto the stack */
107 From the perl level this is a reference to a perl array.
108 From the C level this is a pointer to an AV.
122 From the perl level this is a reference to a perl hash.
123 From the C level this is a pointer to an HV.
137 From the perl level this is a reference to a perl subroutine
138 (e.g. $sub = sub { 1 };). From the C level this is
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.pm31 If I<$dict> is true, search by dictionary order (ignore anything but word
32 characters and whitespace). The default is honour all characters.
34 If I<$fold> is true, ignore case. The default is to honour case.
36 If there are only three arguments and the third argument is a hash
41 If a comparison subroutine (comp) is defined, it must return less than zero,
42 zero, or greater than zero, if the first comparand is less than,
45 If a transformation subroutine (xfrm) is defined, its value is used to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm56 path is relative by default and I<not> absolute. This descision was made due
61 The intended purpose of this routine is to concatenate I<directory names>.
66 is a path, but not a name, since it contains a punctuation character ":").
91 The resulting path is relative by default, i.e. the resulting path will have a
96 A trailing colon is added automatically to the resulting path, to denote a
109 When an updir path like ":::lib::" is passed as argument, the number
110 of directories to climb up is handled correctly, not removing leading
120 is passed as the first argument, it has a special meaning, see
121 (6)). This way, a colon ":" is handled like a "." (curdir) on Unix,
122 while an empty string "" is generall
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm45 This module is designed to support operations commonly performed on file
49 is rooted. It is based on code directly taken from MakeMaker 5.17, code
54 OS specific routines is available in a separate module, including:
62 The module appropriate for the current OS is automatically loaded by
67 Since File::Spec is object oriented, subroutines should not be called directly,
95 OS2. Of course, if this is the root directory, don't cut off the
131 (unless taint is on) and /tmp.
151 is not or is significan
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s24 * Use is subject to license terms.
41 cmp %i1, %i0 ! if from address is >= to use forward copy
47 bgu ovbc ! if size is bigger, have do overlapped copy
53 andcc %i1, 3, %i5 ! is src word aligned
55 cmp %i5, 2 ! is src half-word aligned
57 cmp %i5, 3 ! src is byte aligned
67 s2algn: lduh [%i1], %i3 ! know src is 2 byte alinged
87 andn %i2, 3, %i3 ! i3 is aligned word count
131 andn %i2, 3, %i3 ! i3 is aligned word count
148 w4cp: andn %i2, 3, %i3 ! i3 is aligne
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm72 name to object is via the C<%Encode::Encoding> hash. Though you can
73 directly manipulate this hash, it is strongly encouraged to use this
91 If I<$check> is true, it SHOULD modify I<$string> in place to remove
92 the converted part (i.e. the whole string unless there is an error).
93 If perlio_ok() is true, SHOULD becomes MUST.
100 fragment. If perlio_ok() is true, SHOULD becomes MUST.
104 If I<$check> is is false then C<encode> MUST make a "best effort" to
117 If I<$check> is true, it SHOULD modify I<$octets> in place to remove
118 the converted part (i.e. the whole sequence unless there is a
[all...]
H A DEncoder.pm75 or confess "$self is not an object";
112 encoder($data)->iso_8859_1->base64; # provided base64() is defined
123 style. This is not only more intuitive than a functional approach,
140 Here is how to use this module.
151 When there is no method, it takes the method name as the name of the
153 the instance I<encoding> is set accordingly.
158 because the stringify operator ("") is overridden to do exactly that.
170 returns an encoder object. Its data is initialized with $data if
171 present, and its encoding is set to $encoding if present.
173 When $encoding is omitte
[all...]

Completed in 109 milliseconds

1234567891011>>