Searched refs:croak (Results 1 - 25 of 79) sorted by relevance

1234

/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Builder/
H A Dcarp.t15 sub foo { $tb->croak("foo") }
21 eval { $tb->croak("this") };
/macosx-10.9.5/CPANInternal-140/Sub-Name/
H A DName.xs42 croak(PL_no_usym, "a subroutine");
44 croak(PL_no_symref, SvPV_nolen(sub), "a subroutine");
48 croak("Undefined subroutine %s", SvPV_nolen(sub));
50 croak("Not a subroutine reference");
/macosx-10.9.5/CPANInternal-140/XML-LibXML-Common/
H A DCommon.xs37 croak(SvPV(sv, PL_na));
91 croak("no encoder found\n");
95 croak( "cannot encode string" );
112 croak(SvPV(LibXML_COMMON_error, len));
121 croak( "return value missing!" );
151 croak("string is not utf8!!");
184 croak("no encoder found\n");
188 croak( "cannot encode string" );
204 croak(SvPV(LibXML_COMMON_error, len));
208 croak( "retur
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A Dversion.c55 croak("\nDB_File was build with libdb version %d.%d.%d,\nbut you are attempting to run it with libdb version %d.%d.%d\n",
61 croak("DB_File needs Berkeley DB 2.3.4 or greater, you have %d.%d.%d\n",
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D14-callbacks.t11 is($@, '', 'wizard creation doesn\'t croak');
19 is($@, '', 'cast doesn\'t croak');
27 is($@, '', 'callback returning undef doesn\'t warn/croak');
34 is($@, '', 'wizard with a string callback doesn\'t croak');
37 is($@, '', 'cast a wizard with a string callback doesn\'t croak');
43 is($@, '', 'string callback doesn\'t warn/croak');
81 is($@, '', 'caller into callback doesn\'t croak');
H A D15-self.t18 is($@, '', 'wizard creation error doesn\'t croak');
23 is($@, '', 'cast on self doesn\'t croak');
30 is($@, '', 'dispell on self doesn\'t croak');
37 is($@, '', 're-cast on self doesn\'t croak');
44 is($@, '', 're-dispell on self doesn\'t croak');
48 is($@, '', 're-re-cast on self doesn\'t croak');
H A D11-multiple.t23 is($@, '', 'wizard 0 creation doesn\'t croak');
25 is($@, '', 'wizard 1 creation doesn\'t croak');
27 is($@, '', 'wizard 2 creation doesn\'t croak');
45 is($err, '', "cast magic $i doesn't croak");
56 is($@, '', 'dispell magic 1 doesn\'t croak');
66 is($@, '', 'dispell magic 0 doesn\'t croak');
76 is($@, '', 'dispell magic 2 doesn\'t croak');
86 is($@, '', 'wizard with uvar 0 doesn\'t croak');
88 is($@, '', 'wizard with uvar 1 doesn\'t croak');
90 is($@, '', 'wizard with uvar 2 doesn\'t croak');
[all...]
H A D13-data.t17 is($@, '', 'wizard doesn\'t croak');
23 is($@, '', 'cast doesn\'t croak');
27 is($@, '', 'getdata from non-magical scalar doesn\'t croak');
31 is($@, '', 'getdata from wizard doesn\'t croak');
53 is($@, '', 'dispell doesn\'t croak');
57 is($@, '', 'cast with arguments doesn\'t croak');
61 is($@, '', 'getdata from wizard with arguments doesn\'t croak');
71 is($@, '', 'cast non-data wizard doesn\'t croak');
75 is($@, '', 'getdata from non-data wizard doesn\'t croak');
H A D10-simple.t29 is($@, '', 'wizard doesn\'t croak');
34 is($@, '', 'cast doesn\'t croak');
38 is($@, '', 'dispell from wizard doesn\'t croak');
42 is($@, '', 're-cast doesn\'t croak');
54 is($@, '', 're-dispell from good wizard doesn\'t croak');
58 is($@, '', 'dispell non-magic object doesn\'t croak');
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-perl/
H A Dadd.c47 croak("Big trouble in back_add\n");
H A Ddelete.c45 croak("Big trouble in perl-back_delete\n");
H A Dbind.c62 croak("Big trouble in back_bind\n");
H A Dcompare.c61 croak("Big trouble in back_compare\n");
H A Dmodrdn.c49 croak("Big trouble in back_modrdn\n") ;
H A Dmodify.c80 croak("Big trouble in back_modify\n");
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A DRijndael.xs115 croak("key must be a string scalar");
120 croak ("wrong key length: key must be 128, 192 or 256 bits long");
122 croak ("illegal mode, see documentation for valid modes");
146 croak( "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size );
164 croak ("encrypt: datasize not multiple of blocksize (%d bytes)", RIJNDAEL_BLOCKSIZE);
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/
H A DRijndael.xs135 croak("key must be an untainted string scalar");
140 croak ("wrong key length: key must be 128, 192 or 256 bits long");
142 croak ("illegal mode, see documentation for valid modes");
166 croak( "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size );
184 croak ("encrypt: datasize not multiple of blocksize (%d bytes)", RIJNDAEL_BLOCKSIZE);
/macosx-10.9.5/CPANInternal-140/IO-KQueue/
H A DKQueue.xs40 croak("kqueue() failed: %s", strerror(errno));
66 croak("set kevent failed: %s", strerror(errno));
82 croak("malloc failed");
98 croak("kevent error: %s", strerror(errno));
147 croak("Invalid kevent id: %d", i);
/macosx-10.9.5/CPANInternal-140/IO-KQueue-0.34/
H A DKQueue.xs40 croak("kqueue() failed: %s", strerror(errno));
66 croak("set kevent failed: %s", strerror(errno));
82 croak("malloc failed");
98 croak("kevent error: %s", strerror(errno));
147 croak("Invalid kevent id: %d", i);
/macosx-10.9.5/CPANInternal-140/Sub-Uplevel/t/
H A D02_uplevel.t66 croak("Now we can fool croak!");
81 Now we can fool croak! at $0 line 64
86 like( $@, "/$croak_regex/", 'croak() fooled');
93 Now we can fool croak! at $0 line 64
95 like( $@, "/$croak_regex/", 'croak() fooled');
/macosx-10.9.5/CPANInternal-140/Class-C3-XS-0.13/
H A DXS.xs202 croak("failed to store value in hash");
285 /* we have to do some cleanup before we croak */
298 croak("%"SVf, SVfARG(errmsg));
316 croak("failed to store value in hash");
530 croak("failed to store value in hash");
540 croak("failed to store value in hash");
561 croak("Usage: calculateMRO(classname[, cache])");
619 croak("Usage: calculate_method_dispatch_table(classname[, cache])");
632 croak("failed to store value in hash");
637 croak("faile
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.xs114 /* If saved_error is null we croak with the error */
121 croak("%s", SvPV_nolen(sv));
137 /* If saved_error is null we croak with the error */
143 croak("%s", SvPV_nolen(sv));
159 /* If saved_error is null we croak with the error */
165 croak("LibXML_validity_warning_ctx internal error: context was null (%s)", SvPV_nolen(sv));
202 croak("%s", SvPV_nolen(saved_error));
249 croak("%s",SvPV_nolen(error));
262 croak("%s", SvPV_nolen(error_sv));
324 croak("rea
[all...]
H A Dperl-libxml-sax.c227 croak(SvPV(ERRSV, n_a));
271 croak(SvPV(ERRSV, n_a));
623 croak(SvPV(ERRSV, n_a));
657 croak(SvPV(ERRSV, n_a));
686 croak(SvPV(ERRSV, n_a));
736 croak(SvPV(ERRSV, n_a));
774 croak(SvPV(ERRSV, n_a));
823 croak(SvPV(ERRSV, n_a));
865 croak(SvPV(ERRSV, n_a));
899 croak(SvP
[all...]
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.xs436 croak("TermSizeVIO is not implemented on this architecture");
460 croak("TermSizeGWINSZ is not implemented on this architecture");
483 croak("TermSizeGSIZE is not implemented on this architecture");
514 croak("TermSizeWin32 is not implemented on this architecture");
562 croak("TIOCSWINSZ ioctl call to set terminal size failed: %s",Strerror(errno));
581 croak("TIOCSSIZE ioctl call to set terminal size failed: %s",Strerror(errno));
786 croak("GetConsoleMode failed, LastError=|%d|",GetLastError());
828 croak("Unable to stash terminal settings.\n");
830 croak("Unable to stash terminal settings.\n");
834 croak("Unabl
[all...]
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dperl_common.h73 croak(form( "%s parser (line %d, column %d): %s",

Completed in 139 milliseconds

1234