Searched refs:it (Results 251 - 275 of 394) sorted by relevance

<<111213141516

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.t212 # Possibly a pointless test as this doesn't really verify that it's been
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm346 to the C B<boot_Socket> function and writes it to a file named F<xsinit.c>.
348 Note that B<DynaLoader> is a special case where it must call B<boot_DynaLoader> directly.
416 In addition, when ldopts is called with parameters, it will return the argument string
417 rather than print it to STDOUT.
H A DConstant.pm246 typedef double NV; /* 5.6 and later define NVTYPE, and typedef NV to it. */
262 is equal to the C variable C<name>. If I<CHECKED_AT> is defined, then it
266 If I<CHECKED_AT> is a reference to a scalar, then instead it gives
320 # Checked at the last character, so no need to memEQ it.
346 of a block, so variables may be defined in it.
546 # Prefer the last character over the others. (As it lets us shortern the
567 # be the one with the most keys, but it may pick a 7 where the 8 has
573 # Finally use < not <= so that if it still ties the earliest part of
574 # the string wins. Because if that passes but the memEQ fails, it may
760 code, and use it t
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DPacklist.t54 # finally, see if it really can get the first key again
101 #'now set it back (tick here fixes vim syntax highlighting ;)
161 # one more new() test, to see if it calls read() successfully
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm84 # if name does not have a dot in it *and* pattern
136 # it (and its preceding backslashes), i.e. don't treat '\*' and '\?' as
157 # it (and its preceding backslashes), i.e. don't treat '\*' and '\?' as
215 # + If there's no volume name in the original pattern, it is pushed
268 # from the pattern, unless it's a volume name pattern like "*HD:"
374 # if we're just beginning, do it all first
387 # chuck it all out, quick or slow
444 version) in all but one respect--it understands wildcards in
448 that it will find something like '..\lib\File/DosGlob.pm' alright).
463 Extending it t
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm51 # perform m##g in scalar context so it acts as an iterator
83 a VMS-syntax directory specification, if it is FALSE, the return string
84 is a VMS-syntax file specification, and if it is not specified, fixpath()
85 checks to see whether it matches the name of a directory in the current
112 # is it a dir or just a name?
126 # Trim off root dirname if it's had other dirs inserted in front of it.
273 is tainted, it is not used.
325 # If it's a logical name, expand it
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.pm41 If a comparison subroutine (comp) is defined, it must return less than zero,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm41 B<Tie::Scalar> and causes scalars tied to it to behave exactly like the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm63 replacing it with a version that returns "Time::tm" objects.
H A Dlocaltime.pm58 replacing it with a version that returns "Time::tm" objects.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfiletest.pm49 operators is a filename, not when it is a filehandle.
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemset.s73 mov %o0, %o5 ! copy sp1 before using it
101 brnz,pt %o1, 2f ! if it is zero, this is easy
109 ! we will fill %o1 with 8 bytes of c, then store it to the first
126 cmp %o2, 128 ! if it is less than 128,
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrchr.s35 jz prepword / search wordwise if it is
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrchr.s38 ! string for a null byte. We have fast code for this, so it's
171 ! check to see if we're half word aligned, which it better than
H A Dstrlen.s53 ! and then blast across it using Alan Mycroft's algorithm for
55 ! checked a byte at a time until it is. Once this occurs,
56 ! we can proceed word-wise across it. Once a word with a
H A Dstrcpy.s55 ! if it is not aligned, attempts to copy bytes until it is.
/osnet-11/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s48 RET ! if we return, it is very bad
155 * (We have a copy of it in the ulwp_t structure.)
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrchr.s38 ! string for a null byte. We have fast code for this, so it's
171 ! check to see if we're half word aligned, which it better than
H A Dstrlen.s53 ! and then blast across it using Alan Mycroft's algorithm for
55 ! checked a byte at a time until it is. Once this occurs,
56 ! we can proceed word-wise across it. Once a word with a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm4 # This program is free software; you can redistribute it and/or
5 # modify it under the same terms as Perl itself.
740 states that it returns a value, failure will be returned as I<undef> or an
750 If C<FH> is specified then it is expected to be a valid filehandle
751 and the result will be printed to it, on success a true value will be
804 In a scalar context it returns the group name.
814 article, and C<MESSAGE> has been given the it will be sent.
839 that it will allow posting.
1003 Some servers do not understand this command, but issuing it and ignoring
1060 also be included in the set as a character it i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm276 In this case, if I<ENCODING> is not a reference, it is C<eval>-ed
284 it won't work. Also note that regex handling is tricky even for the
H A DEncoder.pm68 sub DESTROY{ # defined so it won't autoload.
113 # you can use it as a decoder as well
151 When there is no method, it takes the method name as the name of the
173 When $encoding is omitted, it defaults to utf8 if $data is already in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm59 # and sharing makes it look like the method exists.
189 # The 'my $foo' is needed! Without it you get an
513 Since it is only at the compilation stage that the operator mask
536 Your mileage will vary. If in any doubt B<do not use it>.
665 'use strict;' is used, otherwise it uses 'no strict;'. B<Note>: if
672 since when the code tries to execute the eval it will fail because the
683 but shared with it. Assume the compartment has a root package called
700 called from a compartment but not compiled within it.
720 With no MASK argument present, it returns the current operator mask of
723 With the MASK argument present, it set
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DUtil.pm158 # Doesn't work. Can't work. forget it.
244 # This fails if the byte string is actually a Latin 1 encoded string, but it
381 This library is free software; you can redistribute it and/or modify
382 it under the same terms as Perl itself.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm28 The getopts() function is similar, but you should pass to it the list of all
62 the opposite of the standard-conforming behaviour, it is strongly recommended

Completed in 48 milliseconds

<<111213141516