Searched defs:diag (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm32 diag
71 diag("here's what went wrong");
464 $Test->diag(' can_ok() called with no methods');
481 $Test->diag(map " $class->can('$_') failed\n", @nok);
518 my $diag;
522 $diag = "$obj_name isn't defined";
525 $diag = "$obj_name isn't a reference";
535 $diag = "$obj_name isn't a '$class' it's a '$ref'";
548 $diag = "$obj_name isn't a '$class' it's a '$ref'";
555 if( $diag ) {
628 sub diag { subroutine
[all...]
H A DBuilder.pm292 $self->diag(<<ERR) if defined $name and $name =~ /^[\d\s]+$/;
343 $self->diag(" $msg test ($file at line $line)\n");
416 return $self->diag(sprintf <<DIAGNOSTIC, $got, $expect);
555 $self->diag(" '$regex' doesn't look much like a regex to me.");
569 $self->diag(sprintf <<DIAGNOSTIC, $this, $match, $regex);
618 return $self->diag(sprintf <<DIAGNOSTIC, $got, $type, $expect);
868 =item B<diag>
870 $Test->diag(@msgs);
882 Returns false. Why? Because diag() is often used in conjunction with
883 a failing test (C<ok() || diag()>) i
892 sub diag { subroutine
[all...]
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dalgs.c763 ipsecalgs_diag(int diag) argument
765 switch (diag) {
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c171 int diag; member in struct:__anon2266
843 dos_data->diag = raw_part->type == PARTITION_COMPAQ_DIAG ||
1249 dos_data->diag = 0;
1283 new_dos_data->diag = old_dos_data->diag;
1333 dos_data->diag = 0;
1345 if (dos_data->diag) {
1346 /* Don't change the system if it already is a diag type,
1403 dos_data->diag = 0;
1455 dos_data->diag
[all...]

Completed in 485 milliseconds