Home
last modified time | relevance | path

Searched refs:debug_output (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/dports/www/templatelite/template_lite/src/internal/
H A Dcompile.generate_compiler_debug_output.php11 $debug_output = "\$assigned_vars = \$this->_vars;\n";
12 $debug_output .= "ksort(\$assigned_vars);\n";
13 $debug_output .= "if (@is_array(\$this->_config[0])) {\n";
14 $debug_output .= " \$config_vars = \$this->_config[0];\n";
15 $debug_output .= " ksort(\$config_vars);\n";
18 $debug_output .= "} \n";
24 $debug_output .= "\$this->assign('_debug_tpls', \$included_templates);\n";
26 $debug_output .= "\$this->_templatelite_debug_loop = true;\n";
29 $debug_output .= "echo \$this->_fetch_compile('debug.tpl');\n";
31 $debug_output .= "\$this->_templatelite_debug_loop = false; \n";
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/mca/psec/native/
H A Dpsec_native.c48 pmix_output_verbose(2, pmix_globals.debug_output, in native_init()
55 pmix_output_verbose(2, pmix_globals.debug_output, in native_finalize()
111 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
118 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
121 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
135 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
138 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
149 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
156 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
161 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
[all …]
/dports/lang/zig-devel/zig-0.9.0/src/
H A Dcodegen.zig83 debug_output: DebugInfoOutput,
95 ….arc => return Function(.arc).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
96 ….avr => return Function(.avr).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
100 …ips => return Function(.mips).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
108 …600 => return Function(.r600).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
116 ….tce => return Function(.tce).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
120 …386 => return Function(.i386).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
125 …e32 => return Function(.le32).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
138 …//.ve => return Function(.ve).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
148 debug_output: DebugInfoOutput,
[all …]
/dports/lang/zig/zig-0.9.0/src/
H A Dcodegen.zig83 debug_output: DebugInfoOutput,
95 ….arc => return Function(.arc).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
96 ….avr => return Function(.avr).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
100 …ips => return Function(.mips).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
108 …600 => return Function(.r600).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
116 ….tce => return Function(.tce).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
120 …386 => return Function(.i386).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
125 …e32 => return Function(.le32).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
138 …//.ve => return Function(.ve).generate(bin_file, src_loc, func, air, liveness, code, debug_output),
148 debug_output: DebugInfoOutput,
[all …]
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Ddebug.c33 static FILE *debug_output = NULL; variable
45 debug_output = output; in debug_set_output()
58 if (!debug_output) in debug_set_mask()
59 debug_output = stderr; in debug_set_mask()
85 fprintf(debug_output, "D0%05o: ", flag); in debug()
87 vfprintf(debug_output, fmt, args); in debug()
89 putc('\n', debug_output); in debug()
/dports/graphics/povray37/povray-3.7.0.10/windows/
H A Dpvguiext.cpp663 debug_output ("\nGUI extension summary:\n") ; in LoadGUIExtensions()
666 debug_output ("\nExtension DLL '%s'\n\n", RealPointerBlock->FileName) ; in LoadGUIExtensions()
667 debug_output (" Name : '%s'\n", RealPointerBlock->Name) ; in LoadGUIExtensions()
668 debug_output (" Author : '%s'\n", RealPointerBlock->Author) ; in LoadGUIExtensions()
670 debug_output (" IniID : %d\n", RealPointerBlock->IniID) ; in LoadGUIExtensions()
671 debug_output (" Init : %p\n", RealPointerBlock->Init) ; in LoadGUIExtensions()
672 debug_output (" Destroy : %p\n", RealPointerBlock->Destroy) ; in LoadGUIExtensions()
673 debug_output (" MenuSelect : %p\n", RealPointerBlock->MenuSelect) ; in LoadGUIExtensions()
674 debug_output (" Event : %p\n", RealPointerBlock->Event) ; in LoadGUIExtensions()
679 debug_output (" WinSystem : %p\n", RealPointerBlock->WinSystem) ; in LoadGUIExtensions()
[all …]
/dports/www/mozplugger/mozplugger-2.1.6/
H A Ddebug.c34 static FILE * debug_output = NULL; variable
47 if (debug_output) in getout()
49 return debug_output; in getout()
88 debug_output = fopen(debug_filename,"a+"); in getout()
89 if (debug_output == NULL) in getout()
100 fprintf(debug_output, "------------\n"); in getout()
101 return debug_output; in getout()
115 debug_output = NULL; in close_debug()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/mca/psec/munge/
H A Dpsec_munge.c57 pmix_output_verbose(2, pmix_globals.debug_output, in munge_init()
68 pmix_output_verbose(2, pmix_globals.debug_output, in munge_init()
83 pmix_output_verbose(2, pmix_globals.debug_output, in munge_finalize()
102 pmix_output_verbose(2, pmix_globals.debug_output, in create_cred()
117 pmix_output_verbose(2, pmix_globals.debug_output, in create_cred()
139 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
144 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
160 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/mca/pshmem/mmap/
H A Dpshmem_mmap.c72 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_create()
80 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_create()
106 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_create()
120 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_create()
133 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_create()
168 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_attach()
178 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_attach()
190 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_detach()
204 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_unlink()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap/
H A Dpshmem_mmap.c58 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_create()
66 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_create()
92 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_create()
106 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_create()
119 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_create()
154 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_attach()
164 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_attach()
176 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_detach()
190 pmix_output_verbose(2, pmix_globals.debug_output, in _mmap_segment_unlink()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Drelocate.cc64 debug_output (_f ("%sSetting %s to '%s'\n", space, key, value)); in sane_putenv()
74 debug_output (_f ("%s%s not overwritten\n", space, key)); in sane_putenv()
104 debug_output (_f (" Prepending '%s' to %s\n", value, key)); in prepend_env_path()
132 debug_output (_f (" Found %s environment variable,\n" in set_up_directory()
147 debug_output (_f (" Using run-time value for %s,\n" in set_up_directory()
155 debug_output (_f (" Using compile-time value for %s,\n" in set_up_directory()
166 debug_output (_ ("\n" in setup_paths()
174 debug_output (_f (" LilyPond binary has absolute file name:\n" in setup_paths()
181 debug_output (_f (" LilyPond binary has relative file name:\n" in setup_paths()
345 debug_output (_f (" Relocation file '%s'\n", filename)); in read_relocation_file()
[all …]
H A Dfont-config.cc41 debug_output (_ ("Initializing FontConfig...")); in init_fontconfig()
75 debug_output (_f ("Adding fontconfig configuration file: %s", in init_fontconfig()
87 debug_output (_f ("Adding font directory: %s", dir.c_str ())); in init_fontconfig()
89 debug_output (_ ("Building font database...")); in init_fontconfig()
94 debug_output ("\n"); in init_fontconfig()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Drelocate.cc64 debug_output (_f ("%sSetting %s to '%s'\n", space, key, value)); in sane_putenv()
74 debug_output (_f ("%s%s not overwritten\n", space, key)); in sane_putenv()
104 debug_output (_f (" Prepending '%s' to %s\n", value, key)); in prepend_env_path()
132 debug_output (_f (" Found %s environment variable,\n" in set_up_directory()
147 debug_output (_f (" Using run-time value for %s,\n" in set_up_directory()
155 debug_output (_f (" Using compile-time value for %s,\n" in set_up_directory()
166 debug_output (_ ("\n" in setup_paths()
174 debug_output (_f (" LilyPond binary has absolute file name:\n" in setup_paths()
181 debug_output (_f (" LilyPond binary has relative file name:\n" in setup_paths()
341 debug_output (_f (" Relocation file '%s'\n", filename)); in read_relocation_file()
[all …]
H A Dfont-config.cc41 debug_output (_ ("Initializing FontConfig...")); in init_fontconfig()
76 debug_output (_f ("Adding fontconfig configuration file: %s", in init_fontconfig()
87 debug_output (_f ("Adding font directory: %s", dir.c_str ())); in init_fontconfig()
89 debug_output (_ ("Building font database...")); in init_fontconfig()
94 debug_output ("\n"); in init_fontconfig()
/dports/net/openmpi/openmpi-4.1.1/opal/runtime/
H A Dopal_progress.c85 static int debug_output = -1; variable
113 debug_output = opal_output_open(NULL); in opal_progress_init()
138 OPAL_OUTPUT((debug_output, "progress: initialized event flag to: %x", in opal_progress_init()
140 OPAL_OUTPUT((debug_output, "progress: initialized yield_when_idle to: %s", in opal_progress_init()
142 OPAL_OUTPUT((debug_output, "progress: initialized num users to: %d", in opal_progress_init()
144 OPAL_OUTPUT((debug_output, "progress: initialized poll rate to: %ld", in opal_progress_init()
269 OPAL_OUTPUT((debug_output, "progress: set_event_flag setting to %d", flag)); in opal_progress_set_event_flag()
282 OPAL_OUTPUT((debug_output, "progress: event_users_increment setting count to %d", val)); in opal_progress_event_users_increment()
304 OPAL_OUTPUT((debug_output, "progress: event_users_decrement setting count to %d", val)); in opal_progress_event_users_decrement()
324 OPAL_OUTPUT((debug_output, "progress: progress_set_yield_when_idle to %s", in opal_progress_set_yield_when_idle()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/runtime/
H A Dopal_progress.c84 static int debug_output = -1; variable
112 debug_output = opal_output_open(NULL); in opal_progress_init()
137 OPAL_OUTPUT((debug_output, "progress: initialized event flag to: %x", in opal_progress_init()
139 OPAL_OUTPUT((debug_output, "progress: initialized yield_when_idle to: %s", in opal_progress_init()
141 OPAL_OUTPUT((debug_output, "progress: initialized num users to: %d", in opal_progress_init()
143 OPAL_OUTPUT((debug_output, "progress: initialized poll rate to: %ld", in opal_progress_init()
266 OPAL_OUTPUT((debug_output, "progress: set_event_flag setting to %d", flag)); in opal_progress_set_event_flag()
279 OPAL_OUTPUT((debug_output, "progress: event_users_increment setting count to %d", val)); in opal_progress_event_users_increment()
301 OPAL_OUTPUT((debug_output, "progress: event_users_decrement setting count to %d", val)); in opal_progress_event_users_decrement()
321 OPAL_OUTPUT((debug_output, "progress: progress_set_yield_when_idle to %s", in opal_progress_set_yield_when_idle()
[all …]
/dports/www/templatelite/template_lite/src/plugins/
H A Dcompiler.debug.php18 $debug_output = '$this->assign("_templatelite_debug_output", ' . $params['output'] . ');';
22 $debug_output = "";
29 $debug_output .= generate_compiler_debug_output($tpl);
30 return $debug_output;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/matchers/
H A Dpolicy_matchers.rb9 policy.debug(action, debug_output = +'')
10 "expected #{policy} to allow #{action}\n\n#{debug_output}"
14 policy.debug(action, debug_output = +'')
15 "expected #{policy} not to allow #{action}\n\n#{debug_output}"
/dports/lang/cjs/cjs-4.8.2/util/
H A Dlog.cpp123 const char *debug_output = g_getenv("GJS_DEBUG_OUTPUT"); in gjs_debug() local
124 if (debug_output != NULL && in gjs_debug()
125 strcmp(debug_output, "stderr") == 0) { in gjs_debug()
127 } else if (debug_output != NULL) { in gjs_debug()
138 c = strchr((char *) debug_output, '%'); in gjs_debug()
144 free_me = g_strdup_printf(debug_output, (guint)getpid()); in gjs_debug()
150 log_file = debug_output; in gjs_debug()
/dports/audio/ezstream/ezstream-0.5.6/src/
H A Dxalloc.c122 if (debug_output == NULL) in _xalloc_warn()
127 vfprintf(debug_output, fmt, ap); in _xalloc_warn()
128 fflush(debug_output); in _xalloc_warn()
138 if (debug_output == NULL) in _xalloc_error()
143 vfprintf(debug_output, fmt, ap); in _xalloc_error()
146 fflush(debug_output); in _xalloc_error()
158 if (debug_output == NULL) in _xalloc_fatal()
163 vfprintf(debug_output, fmt, ap); in _xalloc_fatal()
164 fflush(debug_output); in _xalloc_fatal()
182 fflush(debug_output); in _xalloc_debug_printf()
[all …]
/dports/games/gnudoku/GNUDoku-0.93/
H A Dsudoku-solve.C265 if (debug_output) in Solve()
308 if (debug_output) in Solve()
344 if (debug_output) in Solve()
368 if (debug_output) in Solve()
374 if (debug_output) in Solve()
400 if (debug_output) in Solve()
406 if (debug_output) in Solve()
435 if (debug_output) in Solve()
481 if (debug_output) in Solve()
489 if (debug_output) in Solve()
[all …]
/dports/shells/fish/fish-3.3.1/src/
H A Dfish.cpp67 std::string debug_output; member in fish_cmd_opts_t
441 if (opts.debug_output.empty()) { in main()
443 if (var) opts.debug_output = var; in main()
446 FILE *debug_output = nullptr; in main() local
447 if (!opts.debug_output.empty()) { in main()
448 debug_output = fopen(opts.debug_output.c_str(), "w"); in main()
449 if (!debug_output) { in main()
454 set_cloexec(fileno(debug_output)); in main()
455 setlinebuf(debug_output); in main()
594 if (debug_output) { in main()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/mca/psec/munge/
H A Dpsec_munge.c60 pmix_output_verbose(2, pmix_globals.debug_output, in munge_init()
71 pmix_output_verbose(2, pmix_globals.debug_output, in munge_init()
86 pmix_output_verbose(2, pmix_globals.debug_output, in munge_finalize()
110 pmix_output_verbose(2, pmix_globals.debug_output, in create_cred()
152 pmix_output_verbose(2, pmix_globals.debug_output, in create_cred()
190 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
219 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
235 pmix_output_verbose(2, pmix_globals.debug_output, in validate_cred()
/dports/news/slrn/slrn-1.0.3/src/
H A Dspool.c122 static void debug_output (char *file, int line, char *fmt, ...) in debug_output() function
352 debug_output (NULL, -1, "Nov entry %ld skipped!", Spool_XOver_Next); in spool_read_xover()
367 debug_output (NULL, -1, "spool_find_artnum_from_msgid('%s')", msgid); in spool_find_artnum_from_msgid()
418 debug_output (NULL, -1, "spool_find_artnum_from_msgid() found no match"); in spool_find_artnum_from_msgid()
620 debug_output (NULL, -1, "Couldn't open active.times"); in spool_nntp_newgroups()
740 debug_output (NULL, -1, "spool_put_server_cmd('%s')", line); in spool_put_server_cmd()
752 debug_output (NULL, -1, "Hmmm, didn't know about that command ('%s')", line); in spool_put_server_cmd()
981 debug_output (NULL, -1, ("%s " NNTP_FMT_ARTNUM_2), name,*min,*max); in spool_read_minmax_from_overview()
1014 debug_output (NULL, -1, "Group: %s " NNTP_FMT_ARTRANGE, name, *min, *max); in spool_select_group()
1212 debug_output (NULL, -1, "Overview file corrupt? Unable to find " in spool_read_xpat()
[all …]
/dports/lang/gjs/gjs-1.70.0/util/
H A Dlog.cpp105 const char* debug_output = g_getenv("GJS_DEBUG_OUTPUT"); in gjs_log_init() local
106 if (debug_output && g_str_equal(debug_output, "stderr")) { in gjs_log_init()
108 } else if (debug_output) { in gjs_log_init()
118 c = strchr(const_cast<char*>(debug_output), '%'); in gjs_log_init()
125 file_name = g_strdup_printf(debug_output, getpid()); in gjs_log_init()
131 log_file = debug_output; in gjs_log_init()

12345678910>>...25