Searched refs:tot (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dinc_taint.t21 my($tot, $failed) = Test::Harness::_run_all_tests(
28 ok( Test::Harness::_all_ok($tot), 'tests with taint on preserve @INC' );
/osnet-11/usr/src/lib/libsum/common/
H A Dsum-ast4.c47 Ast4_sum_t tot; member in struct:Ast4_s
56 a->tot.sum0 ^= a->cur.sum0;
58 a->tot.sum1 ^= a->cur.sum1;
60 a->tot.sum2 ^= a->cur.sum2;
62 a->tot.sum3 ^= a->cur.sum3;
104 a = (flags & SUM_TOTAL) ? &((Ast4_t*)p)->tot : &((Ast4_t*)p)->cur;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm360 my($tot, $failedtests) = _run_all_tests(@tests);
361 _show_results($tot, $failedtests);
363 my $ok = _all_ok($tot);
375 my $ok = _all_ok(\%tot);
382 my($tot) = shift;
384 return $tot->{bad} == 0 && ($tot->{max} || $tot->{skipped}) ? 1 : 0;
452 my(%tot) = (
481 $tot{file
[all...]
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c1452 timestruc_t tot; local
1454 tot = pset->zsp_usage_kern;
1455 TIMESTRUC_ADD_TIMESTRUC(tot, pset->zsp_usage_zones);
1456 *ts = tot;
1462 timestruc_t tot, time, idle; local
1464 tot = pset->zsp_usage_kern;
1465 TIMESTRUC_ADD_TIMESTRUC(tot, pset->zsp_usage_zones);
1467 TIMESTRUC_DELTA(idle, time, tot);
1486 timestruc_t tot; local
1488 tot
1497 timestruc_t tot, idle; local
1523 timestruc_t tot; local
1534 timestruc_t tot, idle; local
1631 timestruc_t tot, time; local
1675 timestruc_t tot; local
1687 timestruc_t tot, time, idle; local
1701 timestruc_t tot; local
1714 timestruc_t tot, idle; local
1767 timestruc_t tot; local
1779 timestruc_t tot, idle; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c1615 register I32 tot = 0; local
1643 tot = sp - mark;
1648 tot--;
1660 tot = sp - mark;
1665 tot--;
1692 tot = sp - mark;
1707 tot--;
1734 tot--;
1742 tot--;
1750 tot
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPgcore.c1543 size_t n, tot = 0; local
1558 tot += (n = strlcpy(buf, "default", size));
1566 tot += (n = strlcpy(buf, "all", size));
1586 tot++;
1589 tot += (n = strlcpy(buf, content_str[index], size));
1599 return ((int)tot);
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_config.c3585 long tot; local
3615 tot = atol(s);
3616 if ((0 == tot) && (EINVAL == errno))
3618 if (((LONG_MAX == tot) || (LONG_MIN == tot)) && (EINVAL == errno))
3621 tot = tot * m;
3622 t = (time_t)tot;
3725 long tot; local
3746 tot
[all...]

Completed in 51 milliseconds