Searched refs:UVuf (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtaint.c33 "%s %d %"UVuf" %"UVuf"\n",
H A Ddeb.c74 "%8"UVxf" %8"UVxf" %8"UVuf" %8"UVuf" %8"UVuf"\n",
H A Ddump.c214 Perl_sv_catpvf(aTHX_ t, "<%"UVuf"%s>", (UV)SvREFCNT(sv),
312 Perl_sv_catpvf(aTHX_ t, "(%"UVuf")", (UV)SvUVX(sv));
723 Perl_dump_indent(aTHX_ level, file, "REFCNT = %"UVuf"\n", (UV)o->op_targ);
921 " %2"IVdf": %"UVuf" -> %"UVuf"\n",
1140 Perl_dump_indent(aTHX_ level, file, " UV = %"UVuf, (UV)SvUVX(sv));
1337 Perl_dump_indent(aTHX_ level, file, " OUTSIDE_SEQ = %"UVuf"\n", (UV)CvOUTSIDE_SEQ(sv));
1488 PerlIO_printf(Perl_debug_log, "[%"UVuf"]", (UV)o->op_targ);
H A Duconfig.h3212 /* UVuf:
3241 #define UVuf "lu" /**/ macro
H A Dpp_ctl.c2996 DIE(aTHX_ "Perl v%"UVuf".%"UVuf".%"UVuf" required--this is only "
3016 DIE(aTHX_ "Perl v%"UVuf".%"UVuf".%"UVuf" required"
3017 " (did you mean v%"UVuf".%03"UVuf"?)--"
3023 DIE(aTHX_ "Perl v%"UVuf".%"UVuf"
[all...]
H A Dsv.c2170 "0x%"UVxf" 2iv(%"UVuf" => %"IVdf") (as unsigned)\n",
2463 "0x%"UVxf" 2uv(%"UVuf" => %"IVdf") (as unsigned)\n",
2617 DEBUG_c(PerlIO_printf(Perl_debug_log, "0x%"UVxf" 2uv(%"UVuf")\n",
2971 (void)sprintf(tmpbuf,"%"UVuf, (UV)SvUVX(sv));
6288 "Screamer: entering, ptr=%"UVuf", cnt=%ld\n",PTR2UV(ptr),(long)cnt));
6290 "Screamer: entering: PerlIO * thinks ptr=%"UVuf", cnt=%ld, base=%"UVuf"\n",
6322 "Screamer: going to getc, ptr=%"UVuf", cnt=%ld\n",
6327 "Screamer: pre: FILE * thinks ptr=%"UVuf", cnt=%ld, base=%"UVuf"\
[all...]
H A Dregcomp.c1607 vFAIL2("Lookbehind longer than %"UVuf" not implemented", (UV)U8_MAX);
1846 "%s %"UVuf" bytes for offset annotations.\n",
4634 "floating `%s%.*s%s'%s at %"IVdf"..%"UVuf" ",
4643 "floating utf8 `%s%.*s%s'%s at %"IVdf"..%"UVuf" ",
4691 PerlIO_printf(Perl_debug_log, "Offsets: [%"UVuf"]\n\t", (UV)r->offsets[0]);
4693 PerlIO_printf(Perl_debug_log, "%"UVuf"[%"UVuf"] ",
H A Dscope.c492 DEBUG_S(PerlIO_printf(Perl_debug_log, "save_threadsv %"UVuf": %p %p:%s\n",
H A Dop.c1031 "args: type/targ %ld:%"UVuf,
1057 "entry via type/targ %ld:%"UVuf,
1070 "entry via type/targ %ld:%"UVuf,
H A Dperl.h2214 # define UVf UVuf
H A Ddoio.c1288 PerlIO_printf(fp, "%"UVuf, (UV)SvUVX(sv));
H A Dperl.c1142 PerlIO_printf(Perl_debug_log, "HASH_SEED = %"UVuf"\n",
H A Dregexec.c236 " restoring \\%"UVuf" to %"IVdf"(%"IVdf")..%"IVdf"%s\n",
H A Dutil.c4294 Perl_croak(aTHX_ "Unknown Unicode option value %"UVuf,
H A Dpp_sys.c894 "untie attempted while %"UVuf" inner references still exist", local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs64 # define UVuf "lu"
68 # define UVuf "u"
73 # define UVuf "lu"
801 croak("Time::HiRes::sleep(%"NVgf"): internal error: useconds < 0 (unsigned %"UVuf" signed %"IVdf")", seconds, useconds, (IV)useconds);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.xs254 "when CHECK = 0x%" UVuf,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.xs168 sv_2mortal(newSVpvf("&#%" UVuf ";", (UV)ch));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs79 #define UVuf "lu"
1961 TRACEME(("large unsigned integer as string, value = %"UVuf, SvUV(sv)));
2972 TRACEME(("listed object %d at 0x%"UVxf" is tag #%"UVuf,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs788 (void) sprintf(tmpbuf, "%"UVuf, SvUV(val));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm139 UVuf
705 # define UVuf "lu"
712 # define UVuf "u"

Completed in 542 milliseconds