Searched refs:current (Results 201 - 225 of 235) sorted by relevance

12345678910

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm284 The function, C<filter_del>, is used to disable the current filter. It
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm181 current setting if C<BOOL> is not given.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm144 then the current time is used.
316 printf("The current time is: %f\n", (*myNVtime)());
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm74 # Latter form assumes current package name as struct name.
325 class being created. The third form assumes the current package
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm297 This will export the symbols one level 'above' the current package - ie: to
H A Doverload.pm248 the order of arguments is as in the current operation.
256 the current operation is an assignment variant (as in
485 its inheritance is not governed by the above rules. In the current
1425 coincides with the current one.
H A DCPAN.pm641 # Those are my current opinions. It is also my optinion that polite
1838 # current state but easy to forget
3301 without quitting the current session. It should be a seamless upgrade
4447 comes with the current version of perl (%s).
5185 return 0 unless $self->SUPER::uptodate; # we mut have the current Bundle def
6039 of what has been fetched, built and installed in the current
6117 CPAN also keeps track of what it has done within the current session
6183 current date and a counter.
6469 current session.
6806 prints the current valu
[all...]
H A DBenchmark.pm81 Returns the current time. Example:
H A DTest.pm242 current test number. (That's what C<Test::Harness> wants to see.)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm71 Checks to see if the current operating system is one of the given flavors.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm568 # Wrap a line, indenting by the current left margin. We can't use Text::Wrap
590 # Reformat a paragraph of text for the current margin. Takes the text to
831 The current version of this module is always available from its web site at
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm453 The current version of this module is always available from its web site at
H A DCap.pm351 Outputs a literal string with appropriate padding for the current terminal.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm413 Takes the current value of C<@INC> and turns it into something suitable
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl391 the current category. This is the sum of primary and overflow pages.
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c408 * or in any way examine the current state of mounted file systems. It does
2719 * the current net element.
2743 * The current net element matches the query. Select it if
2990 * the current net element.
3040 * The current anet element matches the query. Select it if
4751 * Apply the current rctl settings to the specified, running zone.
4782 /* first delete all current privileged settings for this rctl */
6407 * The default brand is the global zone's brand, or the current zone's brand
6419 * current zone's brand.
7191 rctlblk_t *current, *nex local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm288 # for the current version, failures are associated with
378 # we are in the current directory
550 # Store current attempt - in principal this implies that the
632 # current user or root. Then checks to see if anyone else
670 $$err_ref = "Directory owned neither by root nor the current user"
729 # Return if the current directory is safe
1055 Create a temporary file in the current directory using the supplied
1992 This is the highest UID on the current system that refers to a root
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm1299 # the current object.
1341 # depending on the current display format:
1344 # . Otherwise, use the generic current default for all complex numbers,
1791 supplying any argument returns the current settings.
1795 returns the current display style for this number. Otherwise whatever you
H A DBigInt.pm2819 Returns the current accuracy. For C<$x->accuracy()> it will return either the
2859 Returns the current precision. For C<$x->precision()> it will return either the
3427 * to find out the current global A, use C<< Math::SomeClass->accuracy() >>
3428 * to find out the current global P, use C<< Math::SomeClass->precision() >>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm720 With no MASK argument present, it returns the current operator mask of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm590 current package. Otherwise it is installed in the qualifier's package:
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcpy.s704 ! = - (-src&7) current
850 ! Load the rest of the current block
873 ! Write previous block and load rest of current block.
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1854 "'%s' is greater than current "
2015 "size is less than current used or "
2160 * bogus characters relative to current locale,
2601 * ZPROP_VALUE -> current effective value (string or uint64)
2602 * ZPROP_SOURCE -> source of the current effective value (string)
2804 * If they differ from the on-disk values, report the current values and mark
2807 * if the current effective value is not the persistent value).
3075 * current -- filesystem name that inherits the share name
3080 * (i.e. basename=myshare, source=a/b, current=a/b/c)
3084 * Compute the relative path from source to current, appen
3093 zfs_share_inherited_name(const char *basename, const char *source, const char *current, char *buf, size_t buflen) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm42 my @pad; # Lexicals in current pad as Stackobj-derived objects
43 my @padlist; # Copy of current padlist so PMOP repl code can find it
79 # perl patchlevel to generate code for (defaults to current patchlevel)
84 my $ppname; # name of current fake PP function
1855 have subs in which need compiling but the current version doesn't do
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm1490 specifies the protocol to use when doing a ping. The current choices

Completed in 101 milliseconds

12345678910