Home
last modified time | relevance | path

Searched refs:SVf (Results 1 – 25 of 49) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.xs236 croak("%" SVf ":no surrogates allowed %" UVxf,
241 "%" SVf ":no surrogates allowed %" UVxf,
250 croak("%" SVf ":Malformed HI surrogate %" UVxf,
255 "%" SVf ":Malformed HI surrogate %" UVxf,
266 croak("%" SVf ":Malformed HI surrogate %" UVxf,
271 "%" SVf ":Malformed HI surrogate %" UVxf,
280 croak("%" SVf ":Malformed LO surrogate %" UVxf,
285 "%" SVf ":Malformed LO surrogate %" UVxf,
334 croak("%" SVf, SVfARG(message));
448 croak("%" SVf, SVfARG(message));
[all …]
/openbsd/gnu/usr.bin/perl/ext/mro/
H A Dmro.xs257 sv_catpvf(errmsg, "\t\t%" SVf ",\n", SVfARG(*elem)); in S_mro_get_linear_isa_c3()
259 sv_catpvf(errmsg, "\t]\n\tmerging failed on '%" SVf "'", SVfARG(cand)); in S_mro_get_linear_isa_c3()
266 Perl_croak(aTHX_ "%" SVf, SVfARG(errmsg)); in S_mro_get_linear_isa_c3()
326 Perl_croak(aTHX_ "Invalid mro name: '%" SVf "'", ST(1));
349 if(!class_stash) Perl_croak(aTHX_ "Cannot create class: '%" SVf "'!", SVfARG(classname));
580 "No next::method '%" SVf "' found for %" HEKf,
628 "Can't locate package %" SVf " for @%" HEKf "::ISA",
661 Perl_croak(aTHX_ "No next::method '%" SVf "' found for %" HEKf,
/openbsd/gnu/usr.bin/perl/
H A Dclass.c229 Perl_sv_catpvf(aTHX_ paramnames, ", %" SVf, SVfARG(HeSVKEY_force(he))); in XS()
231 croak("Unrecognised parameters for %" HvNAMEf_QUOTEDPREFIX " constructor: %" SVf, in XS()
601 croak("Class attribute %" SVf " requires a value", SVfARG(name)); in S_class_apply_attribute()
607 croak("Unrecognized class attribute %" SVf, SVfARG(name)); in S_class_apply_attribute()
733 … newSVpvf("Required parameter '%" SVf "' is missing for %" HvNAMEf_QUOTEDPREFIX " constructor", in Perl_class_seal_stash()
959 … croak("Cannot assign :param(%" SVf ") to field %" SVf " because that name is already in use", in apply_field_attribute_param()
1082 croak("Field attribute %" SVf " requires a value", SVfARG(name)); in S_class_apply_field_attribute()
1088 croak("Unrecognized field attribute %" SVf, SVfARG(name)); in S_class_apply_field_attribute()
H A Dvxs.inc83 # define HEKf SVf
144 "%" SVf " defines neither package nor VERSION--"
169 Perl_croak(aTHX_ "%" HEKf " version %" SVf " required--"
170 "this is only version %" SVf, HEKfARG(HvNAME_HEK(pkg)),
H A Dbuiltin.c337 ST(i) = name = sv_2mortal(Perl_newSVpvf(aTHX_ "&%" SVf, SVfARG(name))); in XS()
610 static const char builtin_not_recognised[] = "'%" SVf "' is not recognised as a builtin function";
691 SV *ampname = sv_2mortal(Perl_newSVpvf(aTHX_ "&%" SVf, SVfARG(sym))); in S_import_sym()
692 SV *fqname = sv_2mortal(Perl_newSVpvf(aTHX_ "builtin::%" SVf, SVfARG(sym))); in S_import_sym()
H A Dpp_ctl.c1873 Perl_warn(aTHX_ "%" SVf, SVfARG(err)); in Perl_qerror()
1938 fmt = "%" SVf " did not return a true value"; in S_pop_eval_context_maybe_croak()
1943 fmt = "%" SVf "Compilation failed in require"; in S_pop_eval_context_maybe_croak()
2956 Perl_croak(aTHX_ "Label not found for \"%s %" SVf "\"", in S_unwind_loop()
3290 DIE(aTHX_ "Goto undefined subroutine &%" SVf, in PP()
4389 DIE(aTHX_ "Perls since %" SVf " too modern--this is %" SVf ", stopped", in S_require_version()
4410 DIE(aTHX_ "Perl %" SVf " required--this is only " in S_require_version()
4411 "%" SVf ", stopped", in S_require_version()
4428 DIE(aTHX_ "Perl %" SVf " required (did you mean %" SVf "?)" in S_require_version()
4429 "--this is only %" SVf ", stopped", in S_require_version()
[all …]
H A Ddump.c1275 "GV = %" SVf " (0x%" UVxf ")\n", in S_do_op_dump_bar()
1298 S_opdump_indent(aTHX_ o, level, bar, file, "CONSTS = (%" SVf ")\n", in S_do_op_dump_bar()
1413 "PV = \"%" SVf "\" (0x%" UVxf ")\n", in S_do_op_dump_bar()
2637 Perl_dump_indent(aTHX_ level, file, " %" SVf, d); in Perl_do_sv_dump()
2643 Perl_dump_indent(aTHX_ level, file, " %" SVf, d); in Perl_do_sv_dump()
2650 Perl_dump_indent(aTHX_ level, file, " %" SVf, d); in Perl_do_sv_dump()
2697 Perl_dump_indent(aTHX_ level, file, " %" SVf, d); in Perl_do_sv_dump()
2957 Perl_sv_catpvf(aTHX_ out, "$%" SVf, SVfARG(sv)); in S_append_gv_name()
3183 PerlIO_printf(Perl_debug_log, "(%" SVf ")", in Perl_debop()
3200 PerlIO_printf(Perl_debug_log, "(%" SVf ")", in Perl_debop()
[all …]
H A Dop.c1929 "Scalar value @%" SVf "%c%s%c better written as $%" SVf "%c%s%c") : in Perl_warn_elem_scalar_context()
1932 "%%%" SVf "%c%s%c in scalar context better written as $%" SVf "%c%s%c"); in Perl_warn_elem_scalar_context()
1942 "Scalar value @%" SVf "%c%" SVf "%c better written as $%" SVf "%c%" SVf "%c") : in Perl_warn_elem_scalar_context()
1945 "%%%" SVf "%c%" SVf "%c in scalar context better written as $%" SVf "%c%" SVf "%c"); in Perl_warn_elem_scalar_context()
4057 " in %" SVf, in S_move_proto_attr()
4240 "Applying %s to %" SVf " will act on scalar(%" SVf ")", in Perl_bind_match()
10797 Perl_croak_nocontext("%" SVf, SVfARG(errsv)); in Perl_newATTRSUB_x()
14067 "/%" SVf "/ should probably be written as \"%" SVf "\"", in Perl_ck_join()
14513 Perl_croak(aTHX_ "Malformed prototype for %" SVf ": %" SVf, in Perl_ck_entersub_args_proto()
15182 "length() used on %" SVf " (did you mean \"scalar(%s%" SVf in Perl_ck_length()
[all …]
H A Dregcomp_debug.c658 Perl_sv_catpvf(aTHX_ sv, " '%" SVf "'", SVfARG(*name)); in Perl_regprop()
678 Perl_sv_catpvf(aTHX_ sv, " '%" SVf "'", SVfARG(*name)); in Perl_regprop()
730 Perl_sv_catpvf(aTHX_ sv, " '%" SVf "'", SVfARG(*name)); in Perl_regprop()
1041 Perl_sv_catpvf(aTHX_ sv, ":%" SVf, in Perl_regprop()
H A Dutil.c1646 Perl_sv_catpvf(aTHX_ sv, ", <%" SVf "> %s %" IVdf, in Perl_mess_sv()
3847 "%s%s on %s %s%s%" SVf, func, pars, vile, type,
3853 "\t(Are you trying to call %s%s on dirhandle%s%" SVf "?)\n",
5640 Perl_croak_nocontext("Perl API version %s of %" SVf " does not match %s",
5672 sv = get_sv(Perl_form(aTHX_ "%" SVf "::%s", SVfARG(module), vn), 0);
5675 sv = get_sv(Perl_form(aTHX_ "%" SVf "::%s", SVfARG(module), vn), 0);
5685 SV *xpt = Perl_newSVpvf(aTHX_ "%" SVf " object version %" SVf
5692 Perl_sv_catpvf(aTHX_ xpt, "$%" SVf "::%s %" SVf, SVfARG(module), vn,
5695 Perl_sv_catpvf(aTHX_ xpt, "bootstrap parameter %" SVf, SVfARG(string));
H A Dmro_core.c975 … DEBUG_o(Perl_deb(aTHX_ "mro_gather_and_rename clearing PL_stashcache for '%" SVf "'\n", in S_mro_gather_and_rename()
1403 Perl_croak(aTHX_ "Invalid mro name: '%" SVf "'", name); in Perl_mro_set_mro()
1449 if(!class_stash) Perl_croak(aTHX_ "No such class: '%" SVf "'!", SVfARG(classname)); in XS()
H A Dpp_hot.c4564 "Use of reference \"%" SVf "\" as array index", in PP()
6274 DIE(aTHX_ "Undefined subroutine &%" SVf " called", in PP()
6297 DIE(aTHX_ "Undefined subroutine &%" SVf " called", SVfARG(sub_name)); in PP()
6407 DIE(aTHX_ "Can't modify non-lvalue subroutine call of &%" SVf, in PP()
6433 DIE(aTHX_ "Can't modify non-lvalue subroutine call of &%" SVf, in PP()
6588 "Use of reference \"%" SVf "\" as array index", in PP()
6701 ? (Perl_croak(aTHX_ "Can't call method \"%" SVf "\" without a " in S_opmethod_stash()
6710 Perl_croak(aTHX_ "Can't call method \"%" SVf "\" on an undefined value", in S_opmethod_stash()
6724 Perl_croak(aTHX_ "Can't call method \"%" SVf "\" " in S_opmethod_stash()
6765 Perl_croak(aTHX_ "Can't call method \"%" SVf "\" " in S_opmethod_stash()
[all …]
H A Dgv.c906 "Can't locate package %" SVf " for @%" HEKf "::ISA", in S_gv_fetchmeth_internal()
1378 Perl_croak(aTHX_ "Use of inherited AUTOLOAD for non-method %" SVf in Perl_gv_autoload_pvn()
3993 "Operation \"%s\": no method found,%sargument %s%" SVf "%s%" SVf, in Perl_amagic_call()
4011 DEBUG_o( Perl_deb(aTHX_ "%" SVf, SVfARG(msg)) ); in Perl_amagic_call()
4013 Perl_croak(aTHX_ "%" SVf, SVfARG(msg)); in Perl_amagic_call()
4093 … "Overloaded operator \"%s\"%s%s%s:\n\tmethod%s found%s in package %" SVf "%s\n", in Perl_amagic_call()
H A Duniversal.c899 PUSHs(sv_2mortal(Perl_newSVpvf(aTHX_ "%" SVf "(%" SVf ")", in XS()
H A Ddoio.c1518 SVf " would not be unique", in Perl_nextargv()
1968 HEKf " properly: %" SVf, in Perl_io_close()
1974 "properly: %" SVf, in Perl_io_close()
2758 Perl_croak(aTHX_ "Unrecognized signal name \"%" SVf "\"", in Perl_apply()
H A Dhv.c930 "Attempt to access disallowed key '%" SVf "' in" in Perl_hv_common()
1424 "Attempt to delete readonly key '%" SVf "' from" in S_hv_delete_common()
1580 "Attempt to delete disallowed key '%" SVf "' from" in S_hv_delete_common()
2040 "Attempt to delete readonly key '%" SVf "' from a restricted hash", in Perl_hv_clear()
H A Dtoke.c1854 "Prototype after '%c' for %" SVf " : %s", in Perl_validate_proto()
1858 "Missing ']' in prototype for %" SVf " : %s", in Perl_validate_proto()
1862 "Illegal character in prototype for %" SVf " : %s", in Perl_validate_proto()
1866 "Illegal character after '_' in prototype for %" SVf " : %s", in Perl_validate_proto()
5632 Perl_croak(aTHX_ "Illegal declaration of subroutine %" SVf, SVfARG(PL_subname)); in yyl_sub()
10665 "Ambiguous use of %c{%" SVf "} resolved to %c%" SVf, in S_scan_ident()
12970 Perl_croak(aTHX_ "%" SVf "%s had compilation errors.\n", SVfARG(msg_sv), name); in Perl_abort_execution()
12973 … "%" SVf "Execution of %s aborted due to compilation errors.\n", SVfARG(msg_sv), name); in Perl_abort_execution()
13081 Perl_sv_catpvf(aTHX_ msg, "%" SVf "\n", SVfARG(where_sv)); in Perl_yyerror_pvn()
13093 Perl_ck_warner_d(aTHX_ packWARN(WARN_SYNTAX), "%" SVf, SVfARG(msg)); in Perl_yyerror_pvn()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1331.crt10 ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALWp2VOTX+SVf+XMqvU0BIKc
/openbsd/gnu/usr.bin/perl/lib/ExtUtils/
H A Dtypemap222 Perl_croak_nocontext(\"%s: Expected %s to be of type %s; got %s%\" SVf \" instead\",
235 Perl_croak_nocontext(\"%s: Expected %s to be of type %s; got %s%\" SVf \" instead\",
248 Perl_croak_nocontext(\"%s: Expected %s to be of type %s; got %s%\" SVf \" instead\",
262 Perl_croak_nocontext(\"%s: Expected %s to be of type %s; got %s%\" SVf \" instead\",
284 Perl_croak_nocontext(\"%s: Expected %s to be of type %s; got %s%\" SVf \" instead\",
/openbsd/gnu/usr.bin/perl/ext/PerlIO-encoding/
H A Dencoding.xs131 Perl_warner(aTHX_ packWARN(WARN_IO), "Cannot find encoding \"%" SVf "\"", in PerlIOEncode_pushed()
144 Perl_warner(aTHX_ packWARN(WARN_IO), "\"%" SVf "\" does not support renew method", in PerlIOEncode_pushed()
158 Perl_warner(aTHX_ packWARN(WARN_IO), "\"%" SVf "\" does not support needs_lines", in PerlIOEncode_pushed()
/openbsd/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.xs993 croak("Unknown encoding '%" SVf "'", SVfARG(encoding));
1015 croak("Unknown encoding '%" SVf "'", SVfARG(encoding));
1069 croak("Unknown encoding '%" SVf "'", SVfARG(from));
1072 croak("Unknown encoding '%" SVf "'", SVfARG(to));
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmess69 croak("%" SVf, SVfARG(_sv));
74 # define croak_sv(sv) croak("%" SVf, SVfARG(sv))
93 # define warn_sv(sv) warn("%" SVf, SVfARG(sv))
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dgv11 Had to create %SVf unexpectedly [gv_fetchpv]
/openbsd/gnu/usr.bin/perl/t/porting/
H A Ddiag.t225 SVf => 's',
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs703 warn("WARNING(Freezer method call failed): %" SVf, ERRSV); in DD_dump()
1627 sv_setpvf(name_sv, "$%" SVf "%" IVdf, SVfARG(varname), (IV)(i+1));

12