Searched refs:try (Results 26 - 50 of 122) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dargs.t57 sub try { subroutine
62 for (1..5) { try() }
H A Deval.t41 open(try,'>Op.eval');
42 print try 'print "ok 10\n"; unlink "Op.eval";',"\n";
43 close try;
H A Dstat.t149 # Going to try to switch away from root. Might not work.
255 my $try = sub {
266 $try->('b', '-b');
267 $try->('c', '-c');
268 $try->('s', '-S');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbare_mbf.t35 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
H A Dbare_mbi.t36 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
H A Dbigfltpm.t36 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
H A Duse.t37 my ($try,$ans,$x);
H A Dwith_sub.t37 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
H A Dmbimbf.inc750 my $try = "my \$x = $class->new(1234); \$x->accuracy(5); ";
751 $try .= "my \$y = $class->new(12); \$y->precision(-3); ";
752 $try .= "\$x->b$_(\$y);";
753 $rc = eval $try;
754 print "# Tried: '$try'\n" if !ok ($rc, 'NaN');
761 my $try = 'my $x = $mbi->$_(1234,5,-3); ';
762 $rc = eval $try;
763 print "# Tried: '$try'\n" if !ok ($rc, 'NaN');
780 my ($ans1,$f,$a,$p,$xp,$yp,$xa,$ya,$try,$ans,@args);
795 $try
[all...]
H A Dupgrade.t36 use vars qw ($scale $class $try $x $y $f @args $ans $ans1 $ans1_str $setup
H A Disa.t37 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
H A Dsub_mbf.t35 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
H A Dsub_mbi.t35 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
H A Ddowngrade.t19 use vars qw ($scale $class $try $x $y $f @args $ans $ans1 $ans1_str $setup
H A Dupgradef.t66 use vars qw ($scale $class $try $x $y $z $f @args $ans $ans1 $ans1_str $setup
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigfltrt.t34 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
H A Dbigratpm.t34 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
/osnet-11/usr/src/lib/libresolv/
H A Dres_send.c99 /* Lastly, we try to connect to the TCP port of the
131 int try, v_circuit, resplen, ns; local
164 for (try = 0; try < _res.retry; try++) {
179 try = _res.retry;
344 (try == 0 && ns == 0)) {
398 timeout.tv_sec = (_res.retrans << try);
399 if (try > 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.t21 my ($args, $op, $target, $test, $test_set, $try, $val, $zvalue, @set, @val);
364 $try = "abs(\$z0 - \$z1) <= $eps ? \$z1 : \$z0";
365 push @script, "\$res = $try; ";
368 my ($try, $args);
370 $try = "$op \$z0";
373 $try = ($op =~ /^\w/) ? "$op(\$z0, \$z1)" : "\$z0 $op \$z1";
376 push @script, "\$res = $try; ";
377 push @script, "check($test, '$try', \$res, \$z$#args, $args);\n";
445 my ($test, $try, $got, $expected, @z) = @_;
459 print "# '$try' expecte
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsfsasl.c511 ** We try to get the "raw" file descriptor that TLS uses to
718 int r, rfd, wfd, try, ssl_err; local
723 try = 99;
747 try = tls_retry(so->con, rfd, wfd, tlsstart,
751 if (try > 0)
788 if (try == 0 && save_errno == SM_ERR_TIMEOUT)
798 ERR_error_string(ERR_get_error(), NULL), try,
803 err, r, errno, try, ssl_err);
830 int r, rfd, wfd, try, ssl_err; local
835 try
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm183 foreach my $try (@search) {
184 unless(File::Spec->file_name_is_absolute($try)) {
186 $try = File::Spec->catfile($pwd,$try);
191 $try = File::Spec->canonpath($try) if ($^O ne 'VMS');
192 $try = VMS::Filespec::unixify($try) if ($^O eq 'VMS');
194 if(-f $try) {
195 if($name = _check_and_extract_name($try,
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dsearch.c190 auto void try (void);
191 void try (void) function
263 /* First try without autoloading if we're setting variable. */
268 try ();
275 try ();
278 try ();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigfloatpl.t23 $try = "$f('" . join("','", @args) . "');";
24 if (($ans1 = eval($try)) eq $ans) {
28 print "# '$try' expected: '$ans' got: '$ans1'\n";
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemcmp.s91 LABEL(8try):
126 LABEL(32try):
201 LABEL(64try):
367 LABEL(128try):
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstart_eltorito.S174 .try:
192 ja 3f /* First time, just try again */
193 shr $1, %ah /* Otherwise, try to reduce */
200 jmp .try

Completed in 95 milliseconds

12345