Searched refs:UVxf (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.h56 Perl_croak(aTHX_ "panic: illegal pad in %s: 0x%"UVxf"[0x%"UVxf"]",\
62 Perl_croak(aTHX_ "panic: invalid pad in %s: 0x%"UVxf"[0x%"UVxf"]",\
143 "Pad 0x%"UVxf"[0x%"UVxf"] set_cur depth=%d\n", \
161 "Pad 0x%"UVxf"[0x%"UVxf"] save_local\n", \
168 "Pad 0x%"UVxf"[0x%"UVxf"] restore_loca
[all...]
H A Dpad.c195 "Pad 0x%"UVxf"[0x%"UVxf"] new: padlist=0x%"UVxf
196 " name=0x%"UVxf" flags=0x%"UVxf"\n",
232 "Pad undef: padlist=0x%"UVxf"\n" , PTR2UV(padlist))
434 "Pad 0x%"UVxf"[0x%"UVxf"] alloc: %ld for %s\n",
650 "Pad findlex: \"%s\" off=%ld startcv=0x%"UVxf"\n",
663 " searching: cv=0x%"UVxf" se
[all...]
H A Ddump.c79 Perl_dump_indent(aTHX_ 0, Perl_debug_log, "(xsub 0x%"UVxf" %d)\n",
434 Perl_dump_indent(aTHX_ level, file, "ADDR = 0x%"UVxf" => 0x%"UVxf"\n", (UV)o, (UV)o->op_next);
817 " MAGIC = 0x%"UVxf"\n", PTR2UV(mg));
852 Perl_dump_indent(aTHX_ level, file, " MG_VIRTUAL = 0x%"UVxf"\n", PTR2UV(v));
891 Perl_dump_indent(aTHX_ level, file, " MG_OBJ = 0x%"UVxf"\n", PTR2UV(mg->mg_obj));
898 Perl_dump_indent(aTHX_ level, file, " MG_PTR = 0x%"UVxf, PTR2UV(mg->mg_ptr));
939 Perl_dump_indent(aTHX_ level, file, "%s = 0x%"UVxf, name, PTR2UV(sv));
949 Perl_dump_indent(aTHX_ level, file, "%s = 0x%"UVxf, name, PTR2UV(sv));
959 Perl_dump_indent(aTHX_ level, file, "%s = 0x%"UVxf, nam
[all...]
H A Dscope.c901 "Pad 0x%"UVxf"[0x%"UVxf"] clearsv: %ld sv=0x%"UVxf"<%"IVdf"> %s\n",
1061 PerlIO_printf(Perl_debug_log, "BLK_OLDCOP = 0x%"UVxf"\n",
1066 PerlIO_printf(Perl_debug_log, "BLK_OLDPM = 0x%"UVxf"\n",
1075 PerlIO_printf(Perl_debug_log, "BLK_SUB.CV = 0x%"UVxf"\n",
1077 PerlIO_printf(Perl_debug_log, "BLK_SUB.GV = 0x%"UVxf"\n",
1079 PerlIO_printf(Perl_debug_log, "BLK_SUB.DFOUTGV = 0x%"UVxf"\n",
1085 PerlIO_printf(Perl_debug_log, "BLK_SUB.CV = 0x%"UVxf"\n",
1103 PerlIO_printf(Perl_debug_log, "BLK_EVAL.OLD_EVAL_ROOT = 0x%"UVxf"\
[all...]
H A Ddeb.c52 PerlIO_printf(Perl_debug_log, "0x%"UVxf" (%s:%ld)\t",
69 "%8"UVxf" %8"UVxf" %8"IVdf" %8"IVdf" %8"IVdf"\n",
74 "%8"UVxf" %8"UVxf" %8"UVuf" %8"UVuf" %8"UVuf"\n",
H A Dutf8.c62 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 Duconfig.h3220 /* UVxf:
3243 #define UVxf "lx" /**/ macro
H A Dsv.c242 "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...]
H A Dutil.c69 DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%"UVxf": (%05ld) malloc %ld bytes\n",PTR2UV(ptr),(long)PL_an++,(long)size));
116 DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%"UVxf": (%05ld) rfree\n",PTR2UV(where),(long)PL_an++));
117 DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%"UVxf": (%05ld) realloc %ld bytes\n",PTR2UV(ptr),(long)PL_an++,(long)size));
141 DEBUG_m( PerlIO_printf(Perl_debug_log, "0x%"UVxf": (%05ld) free\n",PTR2UV(where),(long)PL_an++));
170 DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%"UVxf": (%05ld) calloc %ld x %ld bytes\n",PTR2UV(ptr),(long)PL_an++,(long)count,(long)size));
1164 DEBUG_S(PerlIO_printf(Perl_debug_log, "croak: 0x%"UVxf" %s",
1371 DEBUG_S(PerlIO_printf(Perl_debug_log, "croak: 0x%"UVxf" %s", PTR2UV(thr), message));
3007 "0x%"UVxf": Perl_lock lock 0x%"UVxf"\n",
H A Dregcomp.c3759 "%04"UVxf"\n%04"UVxf"\n", (UV)prevvalue, (UV) '-');
4164 Perl_sv_catpvf(aTHX_ listsv, "%04"UVxf"\t%04"UVxf"\n",
4168 Perl_sv_catpvf(aTHX_ listsv, "%04"UVxf"\n", natvalue);
4180 "%04"UVxf"\n", f);
4210 Perl_sv_catpvf(aTHX_ listsv, "%04"UVxf"\n",
4212 Perl_sv_catpvf(aTHX_ listsv, "%04"UVxf"\n",
4216 Perl_sv_catpvf(aTHX_ listsv, "%04"UVxf"\n",
H A Dmg.c2512 "0x%"UVxf": magic_mutexfree 0x%"UVxf"\n",
H A Dperlio.c2009 PerlIO_debug("PerlIOBase_pushed f=%p %s %s fl=%08" UVxf " (%s)\n",
4029 PerlIO_debug("PerlIOCrlf_pushed f=%p %s %s fl=%08" UVxf "\n",
4209 Perl_croak(aTHX_ "ptr wrong %p != %p fl=%08" UVxf
H A Dregexec.c2841 DEBUG_r( PerlIO_printf(Perl_debug_log, " re_eval 0x%"UVxf"\n", PTR2UV(PL_op)) );
3130 "%*s %ld out of %ld..%ld cc=%"UVxf"\n",
3905 PerlIO_printf(Perl_error_log, "%"UVxf" %d\n",
H A Dpp.c4717 DEBUG_S(PerlIO_printf(Perl_debug_log, "0x%"UVxf": unlock 0x%"UVxf"\n",
H A Dperl.c1893 DEBUG_S(PerlIO_printf(Perl_debug_log, "main thread is 0x%"UVxf"\n",
H A Dpp_ctl.c3080 Perl_sv_setpvf(aTHX_ namesv, "/loader/0x%"UVxf"/%s",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs81 #define UVxf "lx"
962 TRACEME(("aseen(#%d) = 0x%"UVxf" (refcnt=%d)", cxt->tagnum-1, \
975 TRACEME(("blessing 0x%"UVxf" in %s", PTR2UV(s), (p))); \
1589 TRACEME(("%s->%s: 0x%"UVxf, HvNAME(pkg), method, PTR2UV(sv)));
1668 TRACEME(("cached %s->%s: 0x%"UVxf,
1710 TRACEME(("pushing arg #%d (0x%"UVxf")...",
1834 TRACEME(("store_ref (0x%"UVxf")", PTR2UV(sv)));
1845 TRACEME(("ref (0x%"UVxf") is overloaded", PTR2UV(sv)));
1873 TRACEME(("store_scalar (0x%"UVxf")", PTR2UV(sv)));
1886 TRACEME(("undef at 0x%"UVxf, PTR2U
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.xs120 croak("%"SVf":Unrecognised BOM %"UVxf,
138 croak("%"SVf":no surrogates allowed %"UVxf,
151 croak("%"SVf":Malformed HI surrogate %"UVxf,
162 croak("%"SVf":Malformed LO surrogate %"UVxf,
227 croak("%"SVf":code point \"\\x{%"UVxf"}\" too high",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs236 PerlIO_printf(g_fp,"- %"UVxf"\n", (UV)id);
239 PerlIO_printf(g_fp,"+ %"UVxf"\n", (UV)id);
242 PerlIO_printf(g_fp,"* %"UVxf"\n", (UV)id);
245 PerlIO_printf(g_fp,"/ %"UVxf"\n", (UV)id);
255 PerlIO_printf(g_fp,"& %"UVxf" %s %s\n", (UV)id, pname, gname);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.xs57 #define ERR_ENCODE_NOMAP "\"\\x{%04" UVxf "}\" does not map to %s"
162 sv_2mortal(newSVpvf("\\x{%04"UVxf"}", (UV)ch));
174 sv_2mortal(newSVpvf("&#x%" UVxf ";", (UV)ch));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.xs363 PerlIO_printf(Perl_debug_log, "Elt No. %ld 0x%"UVxf"\n", i - 1, PTR2UV(ST(i)));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs179 sprintf(r, "\\x{%"UVxf"}", k);
281 (void) sprintf(id, "0x%"UVxf, PTR2UV(ival));
758 (void) sprintf(id, "0x%"UVxf, PTR2UV(val));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm140 UVxf
707 # define UVxf "lx"
714 # define UVxf "x"

Completed in 164 milliseconds