Home
last modified time | relevance | path

Searched refs:croak (Results 1 – 25 of 140) sorted by relevance

123456

/openbsd/gnu/usr.bin/perl/plan9/
H A Dplan9.c32 croak("Function \"recvmsg\" not implemented in this version of perl."); in recvmsg()
38 croak("Function \"sendmsg\" not implemented in this version of perl."); in sendmsg()
46 croak("Function \"getnetbyname\" not implemented in this version of perl."); in getnetbyname()
52 croak("Function \"getnetbyaddr\" not implemented in this version of perl."); in getnetbyaddr()
58 croak("Function \"getnetent\" not implemented in this version of perl."); in getnetent()
76 croak("Function \"getprotoent\" not implemented in this version of perl."); in getprotoent()
88 croak("Function \"getservent\" not implemented in this version of perl."); in getservent()
94 croak("Function \"sethostent\" not implemented in this version of perl."); in sethostent()
99 croak("Function \"setnetent\" not implemented in this version of perl."); in setnetent()
109 croak("Function \"setservent\" not implemented in this version of perl."); in setservent()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.xs219 # define croak_sv(sv) croak("%s", SvPVx_nolen(sv))
272 croak("panic: my_hv_common: act=0x%x", act); in my_hv_common()
643 croak("hints is not a HASH reference"); in xs_getaddrinfo()
729 croak("addr is not a string"); in xs_getnameinfo()
1096 croak("Bad arg length %s, length is %" UVuf
1285 croak("Bad arg length %s, length is %" UVuf
1295 croak("Bad arg length %s, length is %" UVuf
1347 croak("Bad arg length %s, length is %" UVuf
1353 croak("Bad arg length %s, length is %" UVuf
1365 croak("Bad arg length %s, length is %" UVuf
[all …]
/openbsd/gnu/usr.bin/perl/lib/DBM_Filter/t/
H A D01error.t88 "croak on unknown class" ;
92 "croak on unknown fully qualified class" ;
134 "croak if bad keyword returned from Filter";
148 "croak if not a code reference";
176 "croak if store is present but fetch isn't";
190 "croak if fetch is present but store isn't";
203 "croak if Fetch, Store and Filter";
215 "croak if Store and Filter";
227 "croak if Fetch and Filter";
238 "croak if Fetch but no Store";
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/
H A Dmagic.t37 foreach my $croak (0, 1) {
39 my $mod = defined $str && $croak;
42 my $output = encode($enc, $input, $croak ? FB_CROAK : 0);
49 my $mod = defined $str && $croak;
53 my $output = decode($enc, $input, $croak ? FB_CROAK : 0);
60 my $mod = defined $str && $croak;
63 my $output = $obj->encode($input, $croak ? FB_CROAK : 0);
70 my $mod = defined $str && $croak;
74 my $output = $obj->decode($input, $croak ? FB_CROAK : 0);
81 my $mod = defined $str && $croak;
[all …]
/openbsd/gnu/usr.bin/perl/ext/B/
H A Dtypemap51 croak(\"$var is not a reference\")
59 croak(\"$var is not a reference\")
67 croak(\"$var is not a reference\")
75 croak(\"$var is not a reference\")
83 croak(\"$var is not a reference\")
91 croak(\"$var is not a reference\")
99 croak(\"$var is not a reference\")
107 croak(\"$var is not a reference\")
/openbsd/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.xs159 croak("database was closed"); \
168 croak("%s: %s", func, gdbm_db_strerror(db->dbp)); in dbcroak()
174 croak("%s: %s", func, gdbm_strerror(gdbm_errno)); in dbcroak()
367 croak("gdbm_close: %s; %s",
583 croak("%s must be a code ref", kw);
717 croak("unrecognized keyword: %s", kw);
762 croak("unrecognized keyword: %s", kw);
771 croak("%s:%lu: database load error: %s",
774 croak("%s: database load error: %s",
779 croak("%s:%lu: database load error: %s",
[all …]
/openbsd/gnu/usr.bin/perl/ext/Opcode/
H A DOpcode.xs93 croak("Opcode tag \"%s\" already defined", optag); in put_op_bitspec()
116 croak("Unknown operator tag \"%s\"", opname); in get_op_bitspec()
118 croak("Can't negate operators here (\"%s\")", opname); in get_op_bitspec()
120 croak("Unknown operator name \"%s\"", opname); in get_op_bitspec()
121 croak("Unknown operator prefix \"%s\"", opname); in get_op_bitspec()
157 croak("Invalid opset: %s", err); in verify_opset()
192 croak("panic: invalid bitspec for \"%s\" (type %u)", in set_opset_bits()
208 croak("Can't add to uninitialised PL_op_mask"); in opmask_add()
432 croak("Not a Safe object");
475 croak("panic: opcode %d (%s) out of range",myopcode,opname);
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.xs61 croak("Partial character %c",(char) endian); in enc_unpack()
82 croak("Unknown endian %c",(char) endian); in enc_unpack()
114 croak("Unknown endian %c",(char) endian); in enc_pack()
164 croak("Wide character");
236 croak("%" SVf ":no surrogates allowed %" UVxf,
250 croak("%" SVf ":Malformed HI surrogate %" UVxf,
266 croak("%" SVf ":Malformed HI surrogate %" UVxf,
280 croak("%" SVf ":Malformed LO surrogate %" UVxf,
300 croak("%" SVf ":Unicode character %" UVxf " is illegal",
334 croak("%" SVf, SVfARG(message));
[all …]
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/
H A Db.typemap46 croak(\"$var is not a reference\")
54 croak(\"$var is not a reference\")
62 croak(\"$var is not a reference\")
70 croak(\"$var is not a reference\")
78 croak(\"$var is not a reference\")
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs962 croak("Time::HiRes::usleep(%" NVgf
987 croak("Time::HiRes::nanosleep(%" NVgf
1033 croak("Time::HiRes::sleep(%" NVgf
1040 croak("Time::HiRes::sleep(%" NVgf
1106 croak("Time::HiRes::alarm(%" NVgf ", %" NVgf
1116 croak("Time::HiRes::alarm(%" NVgf ", %" NVgf
1139 croak("Time::HiRes::alarm(%" NVgf ", %" NVgf
1298 croak("Time::HiRes::utime(%" NVgf ", %" NVgf
1331 croak("futimens unimplemented in this platform");
1349 croak("utimensat unimplemented in this platform");
[all …]
/openbsd/gnu/usr.bin/perl/cpan/IPC-SysV/
H A DSysV.xs98 croak("invalid address value"); in sv2addr()
107 croak(s_fmt_not_isa, method, name); in assert_sv_isa()
115 croak(s_bad_length, name, got, expected); in assert_data_length()
150 croak(s_sysv_unimpl, "msg"); in pack()
180 croak(s_sysv_unimpl, "msg"); in unpack()
209 croak(s_sysv_unimpl, "sem"); in pack()
235 croak(s_sysv_unimpl, "sem"); in unpack()
268 croak(s_sysv_unimpl, "shm"); in pack()
298 croak(s_sysv_unimpl, "shm"); in unpack()
328 croak("invalid project id");
/openbsd/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/
H A DMkTemp.xs17 croak("tainted template");
33 croak("invalid suffixlen");
35 croak("tainted template");
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A DBzip2.xs125 croak("bz_internal_error %d\n", errorcode); in bz_internal_error()
266 croak("%s: buffer parameter is not a SCALAR reference", string);
271 croak("%s: buffer parameter is a reference to a reference", string) ;
305 croak("%s: buffer parameter is not a SCALAR reference", string);
310 croak("%s: buffer parameter is a reference to a reference", string) ;
314 croak("%s: buffer parameter is read-only", string);
485 croak("Wide character in " COMPRESS_CLASS "::bzdeflate input parameter");
494 croak("Wide character in " COMPRESS_CLASS "::bzdeflate output parameter");
560 croak("Wide character in " COMPRESS_CLASS "::bzclose input parameter");
622 croak("Wide character in " COMPRESS_CLASS "::bzflush input parameter");
[all …]
/openbsd/gnu/usr.bin/perl/ext/ODBM_File/
H A DODBM_File.xs102 croak("Old dbm can only open one database"); in odbm_TIEHASH()
124 croak("ODBM_File: Can't create %s", filename); in odbm_TIEHASH()
136 croak("ODBM_FILE: Can't open %s", filename); in odbm_TIEHASH()
174 croak("No write permission to odbm file");
175 croak("odbm store returned %d, errno %d, key \"%s\"",
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs440 croak("TermSizeVIO is not implemented on this architecture"); in GetTermSizeVIO()
487 croak("TermSizeGSIZE is not implemented on this architecture"); in GetTermSizeGSIZE()
835 croak("Unable to stash terminal settings.\n"); in ReadMode()
837 croak("Unable to stash terminal settings.\n"); in ReadMode()
841 croak("Unable to retrieve stashed terminal settings.\n"); in ReadMode()
844 croak("Unable to retrieve stashed terminal mode.\n"); in ReadMode()
1412 croak("Unable to stash terminal settings.\n"); in ReadMode()
1491 croak("select is not supported on this architecture"); in selectfile()
1513 croak("setnodelay is not supported on this architecture"); in setnodelay()
1534 croak("pollfile is not supported on this architecture"); in pollfile()
[all …]
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.xs241 croak("Invalid EXE signature"); in file_type()
243 croak("EXE marked invalid"); in file_type()
447 croak("WinQueryWindowPos() error"); in QueryWindowSWP_()
963 croak("unexpected nowait"); in _kbdChar()
996 croak("unexpected datasize"); in _kbdStatus_set()
999 croak("unexpected datasize"); in _kbdStatus_set()
1048 croak("unexpected datasize"); in _vioMode_set()
1163 croak("Unexpected VIO state type"); in vio_state_size()
1212 croak("unexpected datasize"); in _vioState_set()
1217 croak("unexpected datasize"); in _vioState_set()
[all …]
/openbsd/gnu/usr.bin/perl/dist/Carp/t/
H A DCarp.t25 use Carp qw(carp cluck croak confess);
93 'croak 5';
96 eval { croak 5 };
131 eval { Carp::croak() };
320 is( $? >> 8, 42, 'croak() doesn\'t clobber $!' );
442 eval { croak 'heek' };
451 eval { croak 'jeek' };
477 eval { Carp::croak(1) };
486 eval { Carp::croak(1) };
495 sub f { Carp::croak "tun syn" }
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dclass.c31 croak("Cannot '%s' outside of a 'class'", kw); in Perl_croak_kw_unless_class()
260 croak( in PP()
326 croak("Cannot reopen existing class %" HvNAMEf_QUOTEDPREFIX, in Perl_class_setup_stash()
472 croak("Malformed attribute string"); in S_split_attr_nameval()
508 croak("Class already has a superclass, cannot add another"); in apply_class_attribute_isa()
590 croak("Class attribute %" SVf " requires a value", SVfARG(name)); in S_class_apply_attribute()
596 croak("Unrecognized class attribute %" SVf, SVfARG(name)); in S_class_apply_attribute()
927 croak("Only scalar fields can take a :param attribute"); in apply_field_attribute_param()
930 croak("Field already has a parameter name, cannot add another"); in apply_field_attribute_param()
975 croak("Field attribute %" SVf " requires a value", SVfARG(name)); in S_class_apply_field_attribute()
[all …]
/openbsd/gnu/usr.bin/perl/ext/Devel-Peek/
H A DPeek.xs169 croak("Cannot modify a readonly value"); in fill_mstats()
239 croak("Unexpected value for the key '%s' in the mstats hash", types[type]); in _mstats_to_hv()
279 croak("Not a hash reference"); in mstats_fillhash()
288 croak("Not a hash reference"); in mstats2hash()
290 croak("Undefined value when expecting mstats buffer"); in mstats2hash()
292 croak("Wrong size for a value with a mstats buffer"); in mstats2hash()
301 croak("Cannot report mstats without Perl malloc"); in fill_mstats()
309 croak("Cannot report mstats without Perl malloc"); in mstats_fillhash()
318 croak("Cannot report mstats without Perl malloc"); in mstats2hash()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs766 croak("%s: buffer parameter is read-only", string);
889 croak("Compress::Raw::Zlib needs zlib version 1.x\n") ;
996 croak("Wide character in Compress::Raw::Zlib::crc32");
1001 croak("Offset out of range in Compress::Raw::Zlib::crc32");
1018 croak("crc32_combine needs zlib 1.2.3 or better");
1034 croak("adler32_combine needs zlib 1.2.3 or better");
1126 croak("inflateScanInit needs zlib 1.2.1 or better");
1624 croak("deflateTune needs zlib 1.2.2.3 or better");
2050 croak("scan needs zlib 1.2.1 or better");
2158 croak("getEndOffset needs zlib 1.2.1 or better");
[all …]
/openbsd/gnu/usr.bin/perl/ext/XS-Typemap/
H A DTypemap.xs76 croak("Failed to store data in hash"); in XS_pack_anotherstructPtr()
78 croak("Failed to store data in hash"); in XS_pack_anotherstructPtr()
80 croak("Failed to store data in hash"); in XS_pack_anotherstructPtr()
130 croak("Failed to store data in hash"); in XS_pack_anotherstructPtrPtr()
132 croak("Failed to store data in hash"); in XS_pack_anotherstructPtrPtr()
134 croak("Failed to store data in hash"); in XS_pack_anotherstructPtrPtr()
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dexception.t25 is($@, "foobar\n", 'croak');
29 is(ref($@), "foo", 'croak(NULL)');
/openbsd/gnu/usr.bin/perl/cpan/DB_File/
H A Dversion.c55croak("\nDB_File was build with libdb version %d.%d.%d,\nbut you are attempting to run it with lib… in __getBerkeleyDBInfo()
61 croak("DB_File needs Berkeley DB 2.3.4 or greater, you have %d.%d.%d\n", in __getBerkeleyDBInfo()
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
H A Dinit_croak.t8 use Carp qw/croak/;
12 croak "'foo' is a required attribute"
/openbsd/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.xs73 croak("Wide character"); in utf8_safe_downgrade()
110 croak("fallback sub must return scalar!"); in do_fallback_cb()
136 croak("fallback sub must return scalar!"); in do_bytes_fallback_cb()
262 croak("Wide character"); in encode_method()
491 croak("Wide character"); in process_utf8()
990 croak("Encoding name should not be undef");
1012 croak("Encoding name should not be undef");
1030 croak("utf8 encoding was not found");
1033 croak("utf8 encoding was not found");
1066 croak("Encoding name should not be undef");
[all …]

123456