Searched refs:we (Results 76 - 100 of 119) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm294 # corresponding *.xs file. The bottomline was, that we need an
450 # to be an alternative end of line seperator on VMS so we quote it
498 Takes a path to a file or dir and returns an empty string if we don't
566 format follows Module::Build's as closely as possible. Additionally, we
823 corresponding to the MM_*.pm file we're using.
H A DMM_VMS.pm14 # so we can compile the thing on non-VMS platforms.
79 # in MM_VMS, then AUTOLOAD is called, and bad things happen. So, we just
103 however, we look for a F<.pm> file whose name matches that of the current
169 # Check in relative directories first, so we pick up the current
170 # version of Perl if we're running MakeMaker as part of the main build.
177 # version numbers before "generic" names, so we pick up an
207 # dir (probably an installed location). First, we'll try potential
208 # command names, to see whether we can avoid a long MCR expression.
233 $vmsfile =~ s/;[\d\-]*$//; # Clip off version number; we can use a newer version as well
315 (override) Because of the difficulty concatenating VMS filepaths we
[all...]
H A DInstall.pm132 #October 1997: we want to install .pm files into archlib if
133 #there are any files in arch. So we depend on having ./blib/arch
165 # We have a good chance, we can skip this one
349 # The reason why we compare file's contents is, that we cannot
350 # know, which is the file we just installed (AFS). So we leave
354 # We have a good chance, we can skip this one
371 # if not verbose, we just say nothing
426 # so we pas
[all...]
H A DConstant.pm327 # Put a little ^ under the letter we checked at
467 # $offset defined if we have checked an offset.
670 # Copy the hashref, as we don't want to mess with the caller's hashref.
699 # Do they pass in any types we weren't already using?
759 of code becoming inaccurate, we recommend that you edit this section of
943 # Figure out what types we're dealing with, and assign all unknowns to the
1133 dXSTARG; /* Faster if we have it. */
H A DLiblist.pm220 pretty transparently on the Win32 platform, we do not attempt to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm489 The code is not optimized for speed, especially because we use
492 cannot be completely avoided if we want things like C<asin(2)> to give
H A DComplex.pm643 # Why are we not returning three values? The same answer as for sqrt().
1582 If we allow it to return a complex number, then it can be extended to
1600 which is exactly what we had defined for negative real numbers above.
1636 is the regular C<abs> we know when the complex number actually has no
1907 Note that because we are operating on approximations of real numbers,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2185 * This symbol, if defined, indicates that we're using our own malloc.
2190 * This symbol, if defined, indicates that we'd like malloc wrap checks.
2324 * available. If copysignl is also present we can emulate modfl.
2354 * available. If aintl is also present we can emulate modfl.
2373 * This symbol, if defined, indicates that we need to prepend an
2375 * makes sense if you *have* dlsym, which we will presume is the
2587 * available. If scalbnl is also present we can emulate frexpl.
2739 * available. If ilogbl is also present we can emulate frexpl.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm256 but we B<very> strongly encourage its use.
528 # We can't use UNIVERSAL::isa because we want to honor isa() overrides
598 that way. So here we have ways for you to write your own diagnostic
638 than just vomiting if its load fails. For such purposes we have
1118 # doesn't matter how we sort them, as long as both arrays are sorted
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8.pm54 in future we would like to standardize on the UTF-8 encoding for
H A DCwd.pm121 on Unix, ':' on MacPerl, etc...) we recommend you use the File::Spec
219 # we take care not to override an existing definition for cwd().
284 # Untaint it then check that we landed where we started.
432 # Detaint else we'll explode in taint mode. This is safe because
433 # we're not doing anything dangerous with it.
H A DCPAN.pm27 no lib "."; # we need to run chdir all over and we would get at wrong
252 # we delay requiring LWP::UserAgent and setting up inheritence until we need it
344 # One use of the queue is to determine if we should or shouldn't
347 # Now we try to use it for dependency tracking. For that to happen
348 # we need to draw a dependency tree and do the leaves first. This can
349 # easily be reached by running CPAN.pm recursively, but we don't want
350 # to waste memory and run into deep recursion. So what we can do is
372 # So if an item has prerequisites, the installation fails now, but we
[all...]
H A DPerlIO.pm100 pops itself off the stack. If not, fine, use the one we just pushed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm79 are all macro, so that we can tell how long the expansion is, and avoid
121 # No hints, so we try to guess
401 # Are we even starting $path on the same (node::)device as $base? Note that
406 # Hence we fall back to returning the absolute $path spec
408 # and we do not even try to call $parse() or consult %ENV for $trnlnm()
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemset.s112 * Thus, we use ASI_STBIMRU_P which marks the cache line as
349 subcc %o3, 8, %o3 ! Can we store any long words?
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.s117 ! For 7-bit characters, we know one of the bytes is zero, but for
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.s117 ! For 7-bit characters, we know one of the bytes is zero, but for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm591 # buffer may end in a partial character so we append
665 of I<the utf8 flag>. To explain why we made it so, I will quote page
782 E<lt>perl-unicode@perl.orgE<gt> so we can all share.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm541 be passed as an array reference, this means that we need to wrap
572 Note that we now have to pass the cycling values as an array reference,
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s116 sub %o0, 8, %o0 ! since we are at the end
117 ! when we first enter the loop
124 cmp %o2, 8 ! or do we have < 8 bytes
259 * Compare against 256 since we should be checking block addresses
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm82 maxdepth => $Maxdepth, # depth beyond which we give up
242 # if it has a name, we need to either look it up, or keep a tab
243 # on it so we know when we hit it later
245 # keep a tab on it so that we dont fall into recursive pit
286 # if we have reached maximum depth, return the string
287 # representation of the thing we are currently examining
296 # we have a blessed ref
396 if ($realpack) { # we have a blessed ref
440 # _dump can push into @post, so we hol
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s320 ! check if we are copying MED_MAX or more bytes
966 bge,a %ncc, .medl64 ! if we branch
1036 ! check if we are copying MED_MAX or more bytes
1697 cmp %o2, 8 ! Insure we don't load beyond
1809 add %o2, 64, %o2 ! Insure we don't load beyond
2082 sub %o5, 8, %o5 ! insure we don't load past end of src
2493 ! Can we do some 8B ops
2517 ! Can we do 4B ops
2538 ! Can we do 2B ops
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk53 # This is how we compile
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL228 # This comment is needed to notify metaconfig that we are
298 $::opt_b = 1; # we have a body
302 $::opt_s = 1; # we have a subject line
315 # we don't really want it. We'll just take it if we have to.)
403 # move $domain to where we can use it elsewhere
574 # we can track whether the user does any editing.
700 # Check that we have a report that has some, eh, report in it.
1049 A significant number of the bug reports we get turn out to be documented
1052 with Perl (we'l
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm396 # Even though we are not sending anything, the fact we were
558 # in this context, we use the presence of readbuf to
559 # indicate that we have not yet reached the eof
572 ${*$cmd}{'net_cmd_sending'}++; # flag that we should call dataend()
681 are sent, but we do not want to display them in the debugging information.

Completed in 140 milliseconds

12345