Searched refs:run (Results 226 - 250 of 263) sorted by relevance

1234567891011

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_MacOS.pm4 # built-in ExtUtils::MM_Unix methods if MakeMaker.pm is run under MacOS.
179 # We run all the subdirectories now. They don't have much to query
883 Defines targets to run *.PL files.
H A Dxsubpp13 This compiler is typically run by the makefiles created by L<ExtUtils::MakeMaker>.
62 Disables the run time test that determines if the object file (derived
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm638 Request a queue run for the DOMAIN given.
H A DFTP.pm1723 also be useful if this script was run with the extra options C<Debug => 1>
1726 run of your program which does yield the problem.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm140 # choose man as the output format, and specify the proggy to run
182 sub run { # to be called by the "perldoc" executable subroutine
185 print "Parameters to $class\->run:\n";
1727 # it'll run faster.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm87 # of one of them, we define the sub on the fly and then run it.
330 This will only show up under use strict (another good reason to run under
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm40 ## instead choose to run each of the .SH files by yourself, or "Configure -S".
854 mistrustnm='run'
926 run=''
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm40 ## instead choose to run each of the .SH files by yourself, or "Configure -S".
854 mistrustnm='run'
926 run=''
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java597 * #createThread()} to run this DTrace consumer.
666 * Creates the background thread started by {@link #go()} to run
672 * the created thread must call {@link #work()} in order to run this
690 * public void run() {
708 public void run() {
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java95 // a separate thread in which to run.
123 // a separate thread in which to run.
184 public void run() { method in class:RequestHandler
313 // run() method exits and the thread expires to reduce the
H A DServiceTable.java392 public void run() { method in class:ServiceTable.AgerThread
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dwsdiff.py1207 def run(self): member in class:workerThread
1410 # log some information identifying the run
1482 # run unparallelized otherwise bump the number up 20%
H A Dnightly.sh39 # /dirname-to-run-lint-on flag
137 # be done after the build has finished and before we run
239 # our logs and then run the command with ARGS
1216 -M do not run pmodes (safe file permission checker)
1217 -N do not run protocmp
1492 # (based on CLOSED_IS_PRESENT), then refuse to run. The value
2074 # script is run as root. The default is to create it as $STAFFER.
2162 not run protocmp); this is dangerous; you should unset the N option
2166 Warning: the N option (do not run protocmp) is set; it probably shouldn't be
/opensolaris-onvv-gate/usr/src/cmd/fps/fptest/
H A Dfpu_test64.s1454 ! is also updated. We can calculate this during run-time but
1558 ! is also updated. We can calculate this during run-time but
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm2116 corresponding to the internal structures that perl uses to run
2117 your program. When the generated C source is compiled and run, it
H A DCC.pm411 # run off the end of @namelist will make $namesv undefined and we treat
1956 at run-time. The compiler calculates the targets at compile-time.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL86 # Initialize and run the formatter, pulling a pair of input and output off at
227 Set the centered footer. By default, this is the version of Perl you run
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm262 * special defines should be used, ppport.h can be run through Perl to check
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm146 to run existing scripts originally written for Unix.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm689 change overloading during run-time is to
697 though the use of these constructs during run-time is questionable.
1375 When Perl is run with the B<-Do> switch or its equivalent, overloading
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c3620 prog->critical->run = (int (*)())(wp);
3960 (void) prog->critical->run(prog, cpuid);
4091 rtn = prog->critical->run(prog, cpuid);
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Drun.c81 run(Node *a) function
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh447 printf "$(gettext "Both systems should run some form of time synchronization system like Network Time Protocol (NTP)").\n" >&2
1580 export TMPDIR="/var/run/kclient"
1628 printf "\n$(gettext "Administrative privileges are required to run this script, exiting").\n" >&2
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm279 If you run your program with the C<-w> switch, or if you use the
/opensolaris-onvv-gate/usr/src/uts/common/io/aac/
H A Daac.c6702 * the driver, so that they can run fast.
6707 int run = 1; local
6712 while (run) {
6732 run = 0;

Completed in 353 milliseconds

1234567891011