/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/ |
H A D | exit.t | 15 sub run { subroutine 32 $exit = run('exit'); 37 $exit = run('exit 42'); 45 $exit = run("exit 196609"); # %CLI-S-NORMAL 48 $exit = run("exit 196611"); # %CLI-I-NORMAL 51 $exit = run("exit 196608"); # %CLI-W-NORMAL 54 $exit = run("exit 196610"); # %CLI-E-NORMAL 57 $exit = run("exit 196612"); # %CLI-F-NORMAL 62 $exit = run("END { \$? = $exit_arg }");
|
/osnet-11/usr/src/lib/brand/shared/zone/ |
H A D | dsconvert.ksh | 51 # 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 D | StreamListener.java | 116 public void run() { method in class:StreamListener
|
H A D | ActiveDiscoverer.java | 159 public void run() { method in class:ActiveDiscoverer
|
H A D | Listener.java | 213 public void run() { method in class:Listener
|
H A D | DAAdvertiser.java | 181 public void run() { method in class:DAAdvertiser
|
H A D | PermSARegTable.java | 142 public void run() { method in class:PermSARegTable
|
H A D | RequestHandler.java | 95 // 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 D | ServiceTable.java | 392 public void run() { method in class:ServiceTable.AgerThread
|
H A D | Transact.java | 999 // Construct a Transact object to run a convergence transaction in 1019 public void run() { method in class:Transact
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/ |
H A D | Utils.pm | 15 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/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | SwingDomainListener.java | 89 public void run() method in class:SwingDomainListener
|
H A D | SwingBrowseListener.java | 94 public void run() method in class:SwingBrowseListener
|
H A D | SwingQueryListener.java | 80 public void run() method in class:SwingQueryListener
|
H A D | SwingResolveListener.java | 79 public void run() method in class:SwingResolveListener
|
H A D | BrowserApp.java | 233 public void run() method in class:BrowserListModel
|
H A D | SimpleChat.java | 218 public void run() // invoked on event thread when inbound packet arrives method in class:SimpleChat 314 public void run() method in class:ListenerThread
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfscluster.c | 430 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
|
H A D | ntfsresize.c | 112 "using this software! Note, if you have run chkdsk previously then boot\n" 125 "* run 'chkdsk /f /r' on Windows and rebooot it TWICE! Then you can resize *\n" 598 printf("Please make a test run using both the -n and -s options " 678 * First run of $MFT AT_DATA isn't supported yet. 1121 ntfs_log_verbose("Skip unmapped run at the beginning ...\n"); 1132 ntfs_log_verbose("Skip unmapped run at the end ...\n"); 1343 ntfs_log_verbose("Multi-run allocation: \n"); 1450 /* collect_shrink_constraints() ensured $MFTMir DATA is one run */ 1457 err_exit("Multi-run $MFTMirr. Please report!\n"); 1464 static void rl_split_run(runlist **rl, int run, s6 argument 1498 rl_insert_at_run(runlist **rl, int run, runlist *ins) argument 1528 relocate_run(ntfs_resize_t *resize, runlist **rl, int run) argument [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Perldoc.pm | 140 # 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.
|
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DNSSD.java | 694 public void run() method in class:AppleService
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | menu_entry.c | 1165 run (struct screen *screen) function 1413 run (screen);
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | ntfs.c | 292 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/ |
H A D | pp_sort.c | 114 ** checking for a run and extending it. Note that PTHRESH counts PAIRS, 115 ** not just elements, so PTHRESH == 8 means a run of 16. 120 /* RTHRESH is the number of elements in a run that must compare low 121 ** to the low element from the opposing run before we justify 140 ** b is the ``bottom'' of adjacent pairs that might form a longer run. 146 ** the run beginning at b. Usually, t addresses a pair 153 ** run long enough to consider checking. 155 ** q addresses a pair such that the pairs at b through q already form a run. 157 ** However, a search on the previous cycle may have revealed a longer run, 161 ** which would mean b through r would be a run 341 IV i, run, runs, offset; local [all...] |
/osnet-11/usr/src/lib/rad/pyrad/common/ |
H A D | client.py | 836 def run(self): member in class:_RadReader
|