Home
last modified time | relevance | path

Searched refs:PerlIO_printf (Results 1 – 25 of 68) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/perl/
Ddeb.c57 PerlIO_printf(Perl_debug_log, "0x%"UVxf" (%s:%ld)\t", in Perl_vdeb()
62 PerlIO_printf(Perl_debug_log, "(%s:%ld)\t", (file ? file : "<free>"), in Perl_vdeb()
73 PerlIO_printf(Perl_debug_log, in Perl_debstackptrs()
78 PerlIO_printf(Perl_debug_log, in Perl_debstackptrs()
112 PerlIO_printf(Perl_debug_log, "... "); in S_deb_stack_n()
115 PerlIO_printf(Perl_debug_log, " [STACK UNDERFLOW!!!]\n"); in S_deb_stack_n()
124 PerlIO_printf(Perl_debug_log, " "); in S_deb_stack_n()
128 PerlIO_printf(Perl_debug_log, "%-4s ", SvPEEK(stack_base[i])); in S_deb_stack_n()
131 PerlIO_printf(Perl_debug_log, "\n"); in S_deb_stack_n()
145 PerlIO_printf(Perl_debug_log, " => "); in Perl_debstack()
[all …]
Dscope.c499 DEBUG_S(PerlIO_printf(Perl_debug_log, "save_threadsv %"UVuf": %p %p:%s\n", in Perl_save_threadsv()
750 DEBUG_S(PerlIO_printf(Perl_debug_log, in Perl_leave_scope()
907 DEBUG_Xv(PerlIO_printf(Perl_debug_log, in Perl_leave_scope()
1084 PerlIO_printf(Perl_debug_log, "CX %ld = %s\n", (long)(cx - cxstack), PL_block_type[CxTYPE(cx)]); in Perl_cx_dump()
1086 PerlIO_printf(Perl_debug_log, "BLK_OLDSP = %ld\n", (long)cx->blk_oldsp); in Perl_cx_dump()
1087 PerlIO_printf(Perl_debug_log, "BLK_OLDCOP = 0x%"UVxf"\n", in Perl_cx_dump()
1089 PerlIO_printf(Perl_debug_log, "BLK_OLDMARKSP = %ld\n", (long)cx->blk_oldmarksp); in Perl_cx_dump()
1090 PerlIO_printf(Perl_debug_log, "BLK_OLDSCOPESP = %ld\n", (long)cx->blk_oldscopesp); in Perl_cx_dump()
1091 PerlIO_printf(Perl_debug_log, "BLK_OLDRETSP = %ld\n", (long)cx->blk_oldretsp); in Perl_cx_dump()
1092 PerlIO_printf(Perl_debug_log, "BLK_OLDPM = 0x%"UVxf"\n", in Perl_cx_dump()
[all …]
Dlocale.c347 PerlIO_printf(Perl_error_log, in Perl_init_i18nl10n()
352 PerlIO_printf(Perl_error_log, in Perl_init_i18nl10n()
356 PerlIO_printf(Perl_error_log, "LC_CTYPE "); in Perl_init_i18nl10n()
360 PerlIO_printf(Perl_error_log, "LC_COLLATE "); in Perl_init_i18nl10n()
364 PerlIO_printf(Perl_error_log, "LC_NUMERIC "); in Perl_init_i18nl10n()
366 PerlIO_printf(Perl_error_log, "\n"); in Perl_init_i18nl10n()
370 PerlIO_printf(Perl_error_log, in Perl_init_i18nl10n()
374 PerlIO_printf(Perl_error_log, in Perl_init_i18nl10n()
381 PerlIO_printf(Perl_error_log, in Perl_init_i18nl10n()
394 PerlIO_printf(Perl_error_log, "\t%.*s = \"%s\",\n", in Perl_init_i18nl10n()
[all …]
Ddump.c40 PerlIO_printf(file, "%*s", (int)(level*PL_dumpindent), ""); in Perl_dump_vindent()
405 PerlIO_printf(file, "%-4d", o->op_seq); in Perl_do_op_dump()
407 PerlIO_printf(file, " "); in Perl_do_op_dump()
408 PerlIO_printf(file, in Perl_do_op_dump()
413 PerlIO_printf(file, "%d\n", o->op_next->op_seq); in Perl_do_op_dump()
415 PerlIO_printf(file, "(%d)\n", o->op_next->op_seq); in Perl_do_op_dump()
418 PerlIO_printf(file, "DONE\n"); in Perl_do_op_dump()
690 PerlIO_printf(file, "%d\n", cLOOPo->op_redoop->op_seq); in Perl_do_op_dump()
692 PerlIO_printf(file, "DONE\n"); in Perl_do_op_dump()
695 PerlIO_printf(file, "%d\n", cLOOPo->op_nextop->op_seq); in Perl_do_op_dump()
[all …]
Dpad.c199 DEBUG_X(PerlIO_printf(Perl_debug_log, in Perl_pad_new()
236 DEBUG_X(PerlIO_printf(Perl_debug_log, in Perl_pad_undef()
342 DEBUG_Xv(PerlIO_printf(Perl_debug_log, in Perl_pad_add_name()
441 DEBUG_X(PerlIO_printf(Perl_debug_log, in Perl_pad_alloc()
577 DEBUG_Xv(PerlIO_printf(Perl_debug_log, "Pad findmy: \"%s\"\n", name)); in Perl_pad_findmy()
657 DEBUG_Xv(PerlIO_printf(Perl_debug_log, in S_pad_findlex()
670 DEBUG_Xv(PerlIO_printf(Perl_debug_log, in S_pad_findlex()
724 DEBUG_Xv(PerlIO_printf(Perl_debug_log, in S_pad_findlex()
732 DEBUG_Xv(PerlIO_printf(Perl_debug_log, in S_pad_findlex()
812 DEBUG_Xv(PerlIO_printf(Perl_debug_log, in S_pad_findlex()
[all …]
Dregexec.c213 # define REGCP_SET(cp) DEBUG_r(PerlIO_printf(Perl_debug_log, \
218 PerlIO_printf(Perl_debug_log, \
249 PerlIO_printf(Perl_debug_log, in S_regcppop()
259 PerlIO_printf(Perl_debug_log, in S_regcppop()
422 DEBUG_r(PerlIO_printf(Perl_debug_log, in Perl_re_intuit_start()
436 DEBUG_r(PerlIO_printf(Perl_debug_log, in Perl_re_intuit_start()
438 PerlIO_printf(Perl_debug_log, in Perl_re_intuit_start()
453 DEBUG_r(PerlIO_printf(Perl_debug_log, in Perl_re_intuit_start()
469 DEBUG_r(PerlIO_printf(Perl_debug_log, in Perl_re_intuit_start()
484 DEBUG_r(PerlIO_printf(Perl_debug_log, "Not at start...\n")); in Perl_re_intuit_start()
[all …]
Dmalloc.c367 # define PerlIO_printf fprintf macro
945 PerlIO_printf(PerlIO_stderr(), \
1302 if (PerlIO_printf(PerlIO_stderr(), in botch()
1510 PerlIO_printf(PerlIO_stderr(), in Perl_malloc()
1517 PerlIO_printf(PerlIO_stderr(), in Perl_malloc()
1527 DEBUG_m(PerlIO_printf(Perl_debug_log, in Perl_malloc()
1689 DEBUG_m(PerlIO_printf(Perl_debug_log, in getpages()
1735 DEBUG_m(PerlIO_printf(Perl_debug_log, in getpages()
1746 DEBUG_m(PerlIO_printf(Perl_debug_log, in getpages()
1760 DEBUG_m(PerlIO_printf(Perl_debug_log, in getpages()
[all …]
Dperl.c557 DEBUG_S(PerlIO_printf(Perl_debug_log, in perl_destruct()
565 DEBUG_S(PerlIO_printf(Perl_debug_log, in perl_destruct()
579 DEBUG_S(PerlIO_printf(Perl_debug_log, in perl_destruct()
583 DEBUG_S(PerlIO_printf(Perl_debug_log, in perl_destruct()
597 DEBUG_S(PerlIO_printf(Perl_debug_log, in perl_destruct()
609 DEBUG_S(PerlIO_printf(Perl_debug_log, in perl_destruct()
616 DEBUG_S(PerlIO_printf(Perl_debug_log, "perl_destruct: armageddon has arrived\n")); in perl_destruct()
1249 PerlIO_printf(Perl_debug_log, "leaked: sv=0x%p" in perl_destruct()
1472 PerlIO_printf(Perl_debug_log, "HASH_SEED = %"UVuf"\n", PL_rehash_seed); in perl_parse()
1618 PerlIO_printf(Perl_error_log, "panic: top_env\n"); in perl_parse()
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/DynaLoader/
Ddl_hpux.xs63 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filename,flags));
86 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s) (dependent)\n", sym));
93 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s): ", filename));
96 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " libref=%x\n", obj));
109 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_unload_file(%lx):\n", PTR2ul(libref)));
113 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " retval = %d\n", RETVAL));
129 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
137 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " symbolref(PROCEDURE) = %x\n", symaddr));
141 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " symbolref(DATA) = %x\n", symaddr));
165 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%x)\n",
Ddl_vms.xs148 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "findsym_handler: received\n\t%s\n",dl_last_error)); in findsym_handler()
203 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_expand_filespec(%s):\n",vmsspec));
207 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "\tSYNCHK sys$parse = %d\n",sts));
220 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "\tsplit filespec: name = %.*s, default = %.*s\n",
228 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "\tname/default sys$parse = %d\n",sts));
236 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "\tsys$search = %d\n",sts));
243 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "\tresult = \\%.*s\\\n",
272 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filespec,flags));
275 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "\tVMS-ified filespec is %s\n",
281 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "\tsys$filescan: returns %d, name is %.*s\n",
[all …]
Ddl_dld.xs77 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "%s", dl_last_error)); in dl_private_init()
102 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filename,flags));
108 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dld_create_ref(%s)\n", sym));
116 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dld_link(%s)\n", filename));
125 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dld_link(%s)\n", sym));
131 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "libref=%s\n", RETVAL));
143 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_find_symbol(handle=%x, symbol=%s)\n",
147 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " symbolref = %x\n", RETVAL));
177 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%x)\n",
Ddl_dllload.xs116 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filename,flags));
119 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " libref=%lx\n", (unsigned long) RETVAL));
132 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_unload_file(%lx):\n", PTR2ul(libref)));
137 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " retval = %d\n", RETVAL));
147 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
152 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
175 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%lx)\n",
Ddl_beos.xs48 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", path, flags));
50 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " libref=%lx\n", (unsigned long) RETVAL));
54 PerlIO_printf(Perl_debug_log, "load_add_on(%s) : %d (%s)\n", path, bogo, strerror(bogo));
73 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
79 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
84 PerlIO_printf(Perl_debug_log, "retcode = %p (%s)\n", retcode, strerror(retcode));
103 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%lx)\n",
Ddl_dlopen.xs190 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filename,flags));
192 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " libref=%lx\n", (unsigned long) handle));
205 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_unload_file(%lx):\n", PTR2ul(libref)));
209 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " retval = %d\n", RETVAL));
224 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
228 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
251 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%"UVxf")\n",
Ddl_vmesa.xs119 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filename,flags));
121 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " libref=%lx\n", (unsigned long) RETVAL));
134 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
138 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
161 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%lx)\n",
Ddl_mpeix.xs54 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filename,
69 DLDEBUG(2,PerlIO_printf(Perl_debug_log," libref=%x\n", obj));
87 DLDEBUG(2,PerlIO_printf(Perl_debug_log,"dl_find_symbol(handle=%x, symbol=%s)\n",
96 …DLDEBUG(2,PerlIO_printf(Perl_debug_log," symbolref(PROCEDURE) = %x, status=%x\n", symaddr, status…
116 DLDEBUG(2,PerlIO_printf(Perl_debug_log,"dl_install_xsub(name=%s, symref=%x)\n",
Ddl_mac.xs74 DLDEBUG(1,PerlIO_printf(Perl_debug_log,"dl_load_file(%s):\n", filename));
90 DLDEBUG(2,PerlIO_printf(Perl_debug_log," libref=%d\n", RETVAL));
106 DLDEBUG(2,PerlIO_printf(Perl_debug_log,"dl_find_symbol(handle=%x, symbol=%#s)\n", in dl_find_symbol()
112 DLDEBUG(2,PerlIO_printf(Perl_debug_log," symbolref = %x\n", RETVAL)); in dl_find_symbol()
134 DLDEBUG(2,PerlIO_printf(Perl_debug_log,"dl_install_xsub(name=%s, symref=%x)\n",
Ddl_dyld.xs161 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filename,flags));
165 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " libref=%x\n", RETVAL));
179 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
183 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
206 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%x)\n",
Ddl_next.xs259 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filename,flags));
263 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " libref=%x\n", RETVAL));
279 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
283 DLDEBUG(2, PerlIO_printf(Perl_debug_log,
306 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%x)\n",
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
DThread.xs27 DEBUG_S(WITH_THR(PerlIO_printf(Perl_debug_log, in remove_thread()
53 DEBUG_S(PerlIO_printf(Perl_debug_log, "new thread %p starting at %s\n", in threadstart()
73 PerlIO_printf(Perl_debug_log, "thread starts at Nullop\n")); in threadstart()
95 DEBUG_S(PerlIO_printf(Perl_debug_log, "new thread %p waiting to start\n", in threadstart()
115 DEBUG_S(PerlIO_printf(Perl_debug_log, "new thread %p starting at %s\n", in threadstart()
133 DEBUG_S(PerlIO_printf(Perl_debug_log, "%p died: %s\n", in threadstart()
139 PerlIO_printf(Perl_debug_log, "%p return[%d] = %s\n", in threadstart()
188 DEBUG_S(PerlIO_printf(Perl_debug_log, in threadstart()
195 DEBUG_S(PerlIO_printf(Perl_debug_log, in threadstart()
202 DEBUG_S(PerlIO_printf(Perl_debug_log, in threadstart()
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/DProf/
DDProf.xs233 PerlIO_printf(g_fp,"- %"UVxf"\n", (UV)id); in prof_dumpa()
236 PerlIO_printf(g_fp,"+ %"UVxf"\n", (UV)id); in prof_dumpa()
239 PerlIO_printf(g_fp,"* %"UVxf"\n", (UV)id); in prof_dumpa()
242 PerlIO_printf(g_fp,"/ %"UVxf"\n", (UV)id); in prof_dumpa()
245 PerlIO_printf(g_fp,"Profiler unknown prof code %d\n", ptype); in prof_dumpa()
252 PerlIO_printf(g_fp,"& %"UVxf" %s %s\n", (UV)id, pname, gname); in prof_dumps()
258 PerlIO_printf(g_fp,"@ %ld %ld %ld\n", tms_utime, tms_stime, realtime); in prof_dumpt()
299 PerlIO_printf(g_fp,"+ & Devel::DProf::write\n"); in prof_dump_until()
300 PerlIO_printf(g_fp,"@ %"IVdf" %"IVdf" %"IVdf"\n", in prof_dump_until()
307 PerlIO_printf(g_fp,"- & Devel::DProf::write\n"); in prof_dump_until()
[all …]
/mirbsd/src/gnu/usr.bin/perl/win32/
Ddl_win32.xs117 DLDEBUG(1,PerlIO_printf(Perl_debug_log,"dl_load_file(%s):\n", filename));
123 DLDEBUG(2,PerlIO_printf(Perl_debug_log," libref=%x\n", RETVAL));
136 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_unload_file(%lx):\n", PTR2ul(libref)));
140 DLDEBUG(2,PerlIO_printf(Perl_debug_log, " retval = %d\n", RETVAL));
149 DLDEBUG(2,PerlIO_printf(Perl_debug_log,"dl_find_symbol(handle=%x, symbol=%s)\n",
152 DLDEBUG(2,PerlIO_printf(Perl_debug_log," symbolref = %x\n", RETVAL));
175 DLDEBUG(2,PerlIO_printf(Perl_debug_log,"dl_install_xsub(name=%s, symref=%x)\n",
/mirbsd/src/gnu/usr.bin/perl/wince/
Ddl_win32.xs110 DLDEBUG(1,PerlIO_printf(Perl_debug_log,"dl_load_file(%s):\n", filename));
116 DLDEBUG(2,PerlIO_printf(Perl_debug_log," libref=%x\n", RETVAL));
130 DLDEBUG(2,PerlIO_printf(Perl_debug_log,"dl_find_symbol(handle=%x, symbol=%s)\n",
133 DLDEBUG(2,PerlIO_printf(Perl_debug_log," symbolref = %x\n", RETVAL));
156 DLDEBUG(2,PerlIO_printf(Perl_debug_log,"dl_install_xsub(name=%s, symref=%x)\n",
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Ddl_netware.xs67 DLDEBUG(1,PerlIO_printf(Perl_debug_log,"dl_load_file(%s):\n", filename));
126 DLDEBUG(2,PerlIO_printf(Perl_debug_log," libref=%x\n", nlmHandle));
146 DLDEBUG(2,PerlIO_printf(Perl_debug_log,"dl_find_symbol(handle=%x, symbol=%s)\n",
152 DLDEBUG(2,PerlIO_printf(Perl_debug_log," symbolref = %x\n", RETVAL));
174 DLDEBUG(2,PerlIO_printf(Perl_debug_log,"dl_install_xsub(name=%s, symref=%x)\n",
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/Peek/
DPeek.xs54 PerlIO_printf(Perl_debug_log, " busy\n"); in DeadCode()
64 PerlIO_printf(Perl_debug_log, " closure-template\n"); in DeadCode()
73 PerlIO_printf(Perl_debug_log, " ref in args!\n"); in DeadCode()
102PerlIO_printf(Perl_debug_log, " level %i: refs: %i, strings: %i in %i,\targsarray: %i, argsstri… in DeadCode()
113PerlIO_printf(Perl_debug_log, " total: refs: %i, strings: %i in %i,\targsarrays: %i, argsstrings:… in DeadCode()
124PerlIO_printf(Perl_debug_log, "total: refs: %i, strings: %i in %i\targsarray: %i, argsstrings: %i\… in DeadCode()
135 PerlIO_printf(Perl_debug_log, "%s: perl not compiled with DEBUGGING_MSTATS\n",str);
367 PerlIO_printf(Perl_debug_log, "Elt No. %ld 0x%"UVxf"\n", i - 1, PTR2UV(ST(i))); in DumpArray()

123