Searched refs:run (Results 1 - 25 of 140) sorted by relevance

123456

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dcluster.h34 typedef int (cluster_cb)(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run, void *data);
H A Dntfscluster.c430 runlist_element *run, void *data __attribute__((unused)))
434 if (!ino || !attr || !run)
456 static int find_last(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run, argument
461 if (!ino || !attr || !run || !data)
466 if ((run->lcn + run->length) > m->lcn) {
468 m->lcn = run->lcn + run->length;
429 print_match(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run, void *data __attribute__((unused))) argument
/osnet-11/usr/src/lib/libc/i386/crt/
H A D_rtboot.s29 / bootstrap routine for run-time linker
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperldoc.PL49 exit( Pod::Perldoc->run() );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dprereq_print.t36 my $prereq_out = run(qq{$Perl Makefile.PL "PREREQ_PRINT=1"});
49 $prereq_out = run(qq{$Perl Makefile.PL "PRINT_PREREQ=1"});
57 #my $prereq_out = run(qq{$Perl Makefile.PL "PREREQ_PRINT=0"});
63 #my $prereq_out = run(qq{$Perl Makefile.PL "PRINT_PREREQ=1"});
H A Drecurs.t48 my @mpl_out = run(qq{$perl Makefile.PL});
60 run("$make");
71 @mpl_out = run(qq{$perl Makefile.PL "NORECURS=1"});
83 run("$make");
96 @mpl_out = run(qq{$perl Makefile.PL "INST_SCRIPT=cgi"});
H A Dbasic.t44 my @mpl_out = run(qq{$perl Makefile.PL "PREFIX=../dummy-install"});
57 'Makefile.PL run in package main');
72 my $manifest_out = run("$make manifest");
80 my $ppd_out = run("$make ppd");
107 my $test_out = run("$make test");
114 $test_out = run("$make_test_verbose");
121 my $install_out = run("$make install");
141 $install_out = run("$make install PREFIX=elsewhere");
160 $install_out = run("$make install PREFIX= DESTDIR=other");
200 $install_out = run("
[all...]
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_fs_minimal.sh51 # /var 1, mount /var/run to /etc/svc/volatile to allow native services to find
52 # doors in /var/run.
54 mounted /var/run - lofs < /etc/mnttab
56 mountfs -O /var/run lofs - /etc/svc/volatile || exit $SMF_EXIT_ERR_FATAL
61 # fs-minimal, so it will run after this.
/osnet-11/usr/src/grub/grub-0.97/
H A Dmissing35 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
115 if test -n "$run"; the
[all...]
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
46 right script to run: please start by reading the file `INSTALL'.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dmissing35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
118 if test -n "$run"; the
[all...]
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
46 right script to run: please start by reading the file `INSTALL'.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm15 make make_run run make_macro calibrate_mtime
42 my $out = run($cmd);
154 Returns a good guess at the make to run.
169 Returns the make to run as with make() plus any necessary switches.
184 Returns the command necessary to run $make on the given $target using
235 =item B<run>
237 my $out = run($command);
238 my @out = run($command);
246 sub run { subroutine
/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh51 # run cmd undo rollback
60 function run { function
216 " -n\t\tDry run - make no changes\n" \
335 run cmd undo rollback || exit 1
341 run cmd undo rollback || exit 1
346 run cmd undo rollback || exit 1
356 run cmd undo rollback || exit 1
366 run cmd undo rollback || exit 1
375 run cmd undo rollback || exit 1
404 set -A undo echo "this command will never run"
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DPermSARegTable.java142 public void run() { method in class:PermSARegTable
H A DStreamListener.java116 public void run() { method in class:StreamListener
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingBrowseListener.java94 public void run() method in class:SwingBrowseListener
H A DSwingDomainListener.java89 public void run() method in class:SwingDomainListener
H A DSwingQueryListener.java80 public void run() method in class:SwingQueryListener
H A DSwingResolveListener.java79 public void run() method in class:SwingResolveListener
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dp2v.ksh50 v_adjust=$(gettext "Updating the image to run within a zone")
162 # Disable well-known services that don't run in a zone.
279 # symlink: /var/run -> /system/volatile
280 if [[ -e $ZONEROOT/var/run || -h $ZONEROOT/var/run ]]; then
281 rm -rf $ZONEROOT/var/run || exit $EXIT_CODE
283 ln -s ../system/volatile $ZONEROOT/var/run
294 # Note that we're doing this before update-on-attach has run.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove84 print "# ", scalar @tests, " tests to run\n" if $Test::Harness::debug;
170 -D, --dry Dry run: Show the tests to run, but don't run them.
189 of C<Test::Harness>. With no arguments, it will run all tests in the
203 Perl users typically run the test harness through a makefile via
209 F<prove> lets your run against only the files you want to check.
219 =item * F<prove> can run under taint mode
227 that don't show up when tests are run in the same order every time.
250 Include debug information about how F<prove> is being run
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfs.c292 read_run_data (char *run, int nn, grub_disk_addr_t * val, int sig) argument
301 r += v * (*(unsigned char *) (run++));
309 return run;
317 char *run; local
319 run = ctx->cur_run;
321 c1 = ((unsigned char) (*run) & 0xF);
322 c2 = ((unsigned char) (*run) >> 4);
333 run = find_attr (ctx->attr, (unsigned char) *ctx->attr->attr_cur);
335 if (run)
337 if (run[
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm64 timethis - run a chunk of code several times
66 timethese - run several chunks of code several times
70 timeit - run a chunk of code and see how long it goes
113 Arguments: COUNT is the number of times to run the loop, and CODE is
114 the code to run. CODE may be either a code reference or a string to
115 be eval'd; either way it will be run in the caller's package.
122 code reference; either way the CODE will run in the caller's package.
128 CPU seconds> to run. A zero signifies the default of 3 seconds. For
129 example to run at least for 10 seconds:
133 or to run tw
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm48 plan to run. This is in case something goes horribly wrong during the
78 All tests are run in scalar context. So this:
93 Test::Simple will start by printing number of tests run in the form
94 "1..M" (so "1..5" means you're going to run 5 tests). This strange
100 you run less (or more) tests than you planned, the missing (or extras)
101 will be considered failures. If no tests were ever run Test::Simple

Completed in 99 milliseconds

123456