Home
last modified time | relevance | path

Searched refs:undef_msg (Results 1 – 4 of 4) sorted by relevance

/dports/devel/p5-MooseX-Types/MooseX-Types-0.50/lib/MooseX/
H A DTypes.pm488 my ($class, $type, $full, $undef_msg) = @_;
493 my $tobj = find_type_constraint($full) or croak $undef_msg;
510 my ($class, $type, $full, $undef_msg) = @_;
515 my $tobj = find_type_constraint($full) or croak $undef_msg;
/dports/devel/p5-MooseX-Types/MooseX-Types-0.50/lib/MooseX/Types/
H A DBase.pm68 my $undef_msg = sprintf($UndefMsg, $type_short, $class);
82 sub { $wrapper->check_export_generator($type_short, $type_full, $undef_msg) };
92 sub { $wrapper->coercion_export_generator($type_short, $type_full, $undef_msg) };
/dports/math/algae/algae-4.3.6/src/
H A Dtranspose.c23 static char undef_msg[] = "Transpose is undefined for %ss."; variable
46 fail (undef_msg, class_string[p->class]);
314 fail (undef_msg, class_string[p->class]);
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsnmp_api.c7682 char undef_msg[32]; in snmp_add_var() local
7734 sprintf(undef_msg, "TYPE_%d", tp->type); in snmp_add_var()
7735 var_type = undef_msg; in snmp_add_var()