Searched defs:UVxf (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | uconfig.h | 3220 /* UVxf: 3243 #define UVxf "lx" /**/ macro
|
H A D | utf8.c | 62 Perl_warner(aTHX_ packWARN(WARN_UTF8), "UTF-16 surrogate 0x%04"UVxf, uv); local 75 "Unicode character 0x%04"UVxf" is illegal", uv); local 477 Perl_sv_catpvf(aTHX_ sv, "(unexpected continuation byte 0x%02"UVxf", with no preceding start byte)", uv); 481 Perl_sv_catpvf(aTHX_ sv, "(unexpected non-continuation byte 0x%02"UVxf", immediately after start byte 0x%02"UVxf")", 484 Perl_sv_catpvf(aTHX_ sv, "(unexpected non-continuation byte 0x%02"UVxf", %d byte%s after start byte 0x%02"UVxf", expected %d bytes)", 489 Perl_sv_catpvf(aTHX_ sv, "(byte 0x%02"UVxf")", uv); 492 Perl_sv_catpvf(aTHX_ sv, "(%d byte%s, need %d, after start byte 0x%02"UVxf")", 497 Perl_sv_catpvf(aTHX_ sv, "(overflow at 0x%"UVxf", byt [all...] |
H A D | sv.c | 242 "Attempt to free non-arena SV: 0x%"UVxf, local 438 DEBUG_D((PerlIO_printf(Perl_debug_log, "Cleaning loops: SV at 0x%"UVxf"\n", PTR2UV(sv)) )); 1597 "Allocation too large: %"UVxf"\n", (UV)newlen); 2001 DEBUG_c(PerlIO_printf(Perl_debug_log,"sv_2iuv_non '%s', IV=0x%"UVxf" NV=%"NVgf" inttype=%"UVXf"\n", SvPVX(sv), SvIVX(sv), SvNVX(sv), (UV)numtype)); 2128 "0x%"UVxf" iv(%"NVgf" => %"IVdf") (precise)\n", 2139 "0x%"UVxf" iv(%"NVgf" => %"IVdf") (imprecise)\n", 2170 "0x%"UVxf" 2iv(%"UVuf" => %"IVdf") (as unsigned)\n", 2252 DEBUG_c(PerlIO_printf(Perl_debug_log, "0x%"UVxf" 2iv(%" PERL_PRIgldbl ")\n", 2255 DEBUG_c(PerlIO_printf(Perl_debug_log, "0x%"UVxf" 2iv(%"NVgf")\n", 2311 Perl_croak(aTHX_ "sv_2iv assumed (U_V(fabs((double)SvNVX(sv))) < (UV)IV_MAX) but SvNVX(sv)=%"NVgf" U_V is 0x%"UVxf", IV_MA 5343 "Attempt to free unreferenced scalar: SV 0x%"UVxf, local 5354 "Attempt to free temp prematurely: SV 0x%"UVxf, local [all...] |
Completed in 49 milliseconds