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

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm52 make it easier for programs to work with test results, we provide
367 # When taint mode is on, PERL5LIB is ignored. So we need to put
376 # we're VMS, since VMS requires all parms quoted. Also, don't quote
603 # We catch this and remember we saw it.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbignum.pm130 # see if we can find Math::BigInt::Lite
280 report it so that we can fix it.
H A DTest.pm49 # use a BEGIN block so we print our plan before MyModule is loaded
346 # Are we comparing two values?
431 # So we won't repeat it.
486 then we C<skip(...)> just tosses out their value (i.e., not
702 print "# Yay, we're under $^O\n";
708 print "# Feh, we're under $^O. Watch me skip some tests...\n";
H A DCGI.pm196 # Make sure so we don't get fooled by inherited $ENV{MOD_PERL}
301 # Till we find one in which the correct subroutine is defined.
365 # XXX: once we have the new API
380 # We provide a DESTROY method so that we can ensure that
434 # we have to special case for a single parameter present.
446 # If values is provided, then we set it.
525 # if we get called more than once, we want to initialize
574 # Process XForms postings. We know that we have XForms in the
578 # There are more cases, actually, but for now, we do
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs109 /* The non-POSIX CRTL times() has void return type, so we just get the
123 /* (Older hw or ccs don't have an atomic 64-bit type, so we
320 /* If we don't have these functions, then we wouldn't have gotten a typedef
336 # undef HAS_LONG_DOUBLE /* XXX until we figure out how to use them */
358 * wait W*() macros to work in BeOS, we need to unbend the
552 * there's nothing we can do about it if it does -- we're not
1227 # This code is really grody because we're trying to make the signal
1282 /* Restore signal mask no matter how we exi
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcpy.s705 ! = how much sooner we'll cross the alignment boundary
722 ! we handle in .medium)
835 !! we put it for every 256byte. It is sufficient if data comes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm244 # MM_Sections are the sections we have to call explicitly
245 # in Overridable we have subroutines that are used indirectly
293 # we will use all these variables in the Makefile
314 # When we eval a Makefile.PL in a subdirectory, that one will ask
741 # First we look for the best hintsfile we have
769 # often strip off, we bung the curdir into @INC
799 # standard, we try to enable the next line again. It was
806 # delete would do, if we were sure, nobody ever called
811 # If we delet
[all...]
H A DMM_Unix.pm90 # So we don't have to keep calling the methods over and over again,
91 # we have these globals to cache the values. Faster and shrtr.
103 Simply says that we're Unix.
508 # Where is the Config information that we are using/depend on
567 them get an entry, that's why we use "::".
576 # Both of them get an entry, that's why we use "::". I chose '$(PERL)' as the
589 else { # while elsewhere we expect to see the dir separator in $targ
1010 ") unless $self->{SKIPHASH}{'static'}; # we avoid a warning if we tick them
1055 # we us
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_printf.c204 * If the type used for %llx or %llX is not an [unsigned] long long, we
405 * We have stashed the value of the STACKINDENT option, and we will
407 * field has been specified as left-aligned (i.e. (%-#), we set the
456 * Below, we turn this into the canonical adb/mdb /[yY] format,
624 * name we should look up (if pfcheck_type is specified), or just a descriptive
720 * found, we fail to initialize the printf dictionary.
1318 * If we are formatting an aggregation, set 'aggrec' to the index of
1319 * the final record description (the aggregation result) so we can use
1321 * (The actual aggregation used will vary as we increment through the
1322 * aggregation variables that we hav
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm48 # The following is the static preamble which starts all *roff output we
62 .de Sp \" Vertical space (when we can't use .PP)
100 .\" If the F register is turned on, we'll generate index entries on stderr for
285 # Initialize the object. Here, we also process any additional options passed
288 # documentation. Note that we can't know what file name we're processing due
329 # we shouldn't need that any more. Get the version from the running Perl.
345 # Figure out what quotes we'll be using for C<> text.
368 # For each document we process, output the preamble first.
383 # Assume that we'r
[all...]
H A DParser.pm145 Note that all we have described here in this quick overview is the
447 ## Determine if we were called via an object-ref or a classname
756 ## If 'interior_sequence' is the method to use, we have to pass
757 ## more than just the sequence object, we also need to pass the
772 ## NOTE that we push our own "accumulator" at the very beginning of the
774 ## the methods we need so we can use it to gather-up all the sequences
775 ## and strings we parse. Thus, by the end of our parsing, it should be
776 ## the only thing left on our stack and all we have to do is return it!
805 ## Make sure we matc
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm656 # + 3 : we want three dots between the test name and the "ok"
769 # For slow connections, we save lots of bandwidth by printing only once
814 if (_corestatus($wstatus)) { # until we have a wait module
828 $failed = 0; # But we do not set $canon!
907 eval { # we may not have a WCOREDUMP
1133 Either Tim Bunce or Andreas Koenig, we don't know. What we know for
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c151 on Unix; we use the function _snwprintf() or - on mingw - snwprintf()
180 /* Here we need to call the native snprintf, not rpl_snprintf. */
188 /* Here we need to call the native snprintf, not rpl_snprintf. */
192 /* Here we need to call the native sprintf, not rpl_sprintf. */
751 # if 0 /* Not needed here, since we need r only to compare it with b/2, and
1072 Before converting to decimal, we need to compute
1660 So if there is a precision, we must not use wcslen. */
1675 So if there is a precision, we must not use wcslen. */
1688 So if there is a precision, we must not use strlen. */
1695 So if there is a precision, we mus
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm231 # Instead of hardwiring -1 in place of $op->seq, we use $op_seq
234 # uncast -1 (the printf format is %d so we can't tweak it), we have
238 # Look this up here so we can do just a number compare
583 # fields aren't noticed in perl's runtime (unless you try reset) but we
1235 # we really added a lot of lines ( B::C::InitSection->add
1257 # a trashed op but we look at the trashed op_type and segfault.
1358 # This is where we catch an honest-to-goodness Nullsv (which gets
1531 /* if USE_IMPLICIT_SYS, we need a 'real' exit */
1770 # symbol table which is on the path to a package which we nee
[all...]
H A DDeparse.pm162 # ext/B/t/xref 11 - line numbers when we add newlines to one-line subs
194 # representation but the short form looks better. We notice we can
215 # array of [cop_seq, CV, is_format?] for subs and formats we still
222 # keys are addresses of GVs for subs and formats we've already
226 # keys are names of subs for which we've printed declarations.
227 # That means we can omit parentheses from the arguments.
436 # so we ignore them here
1078 # we're sequencing here. If it's undefined, then we don't append
1079 # any subroutine declarations to the deparsed ops, otherwise we
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm194 # string returned. To account for this we allow an optional extra
195 # digit in the year. Then if the first two digits are 19 we use the
196 # remainder, otherwise we subtract 1900 from the whole year.
649 # If the creation of the last element was not successful, see if we
1555 Tell the server that we want to append some data to the end of a file
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c278 * If we're in a delimited string and the delimiter is a control
578 /* only continue to recharge the buffer if we're at the end
579 * of the buffer, we're not reading from a source filter, and
580 * we're in normal lexing mode
601 /* reset variables for next time we lex */
608 * STDIN, or a regular file. If we were reading code from
610 * then we don't close it, we reset it so the code can
624 /* not at end of file, so we only read another line */
643 /* debugger active and we'r
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm145 # just been called, what we get from Configure is the default.
201 # be called implicitly here, and again explicitly when we try
612 # Not an option. Save it if we $PERMUTE and don't have a <>.
921 # If it is an option w/o argument, we're almost finished with it.
1416 the option I<specification>. Later we'll see that this specification
/osnet-11/usr/src/grub/grub2/
H A Dconfigure98 # Find who we are. Look in the path if we contain no directory separator.
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
480 # (the dirname of $[0] is not the place where we might find the
524 # In both cases, we have to default to `cp -p'.
1456 # Accept the important Cygnus configure options, so we can diagnose typos.
2211 # Strip out --silent because we don't want to record it for future runs.
2418 # files actually), so we avoid doing that.
2606 # Make sure we ca
[all...]

Completed in 200 milliseconds

12345