Home
last modified time | relevance | path

Searched refs:make_log (Results 1 – 25 of 32) sorted by relevance

12

/dports/sysutils/savelogs/savelogs-1.98/t/
H A D9_config.t35 $log1 = make_log(1024, 'var/log/messages');
55 $log1 = make_log(1024, 'var/log/messages');
75 $log1 = make_log(1024, 'var/log/messages');
93 $log1 = make_log(1024, 'var/log/messages');
118 $log1 = make_log(1024, 'var/log/messages');
142 $log1 = make_log(1024, 'var/mail/cron');
176 $log1 = make_log(1024, 'var/mail/cron');
212 $log1 = make_log(1024, 'var/log/cron');
214 $log1 = make_log(1024, 'var/mail/cron');
254 $log1 = make_log(1024, 'var/log/cron');
[all …]
H A D2_move.t29 $log1 = make_log(1024);
36 $log1 = make_log(1024);
46 $log1 = make_log(1024);
56 $log1 = make_log(1024);
63 $log1 = make_log(1024);
74 $log1 = make_log(1024);
92 make_log(8192, $log1, 1);
109 $log1 = make_log(10240);
124 $log1 = make_log(1024);
220 $log1 = make_log(1024);
[all …]
H A Db_apache.t166 make_log(1024, 'tmp_logs/error_log');
167 make_log(1024, 'tmp_logs/access_log');
168 make_log(1024, 'tmp_logs/joe/foo.com-access_log');
169 make_log(1024, 'tmp_logs/joe/foo.com-error_log');
170 make_log(1024, 'tmp_logs/joe/barf.com-access_log');
171 make_log(1024, 'tmp_logs/joe/barf.com-error_log');
172 make_log(1024, 'tmp_logs/joe/savelogs.org-access_log');
173 make_log(1024, 'tmp_logs/joe/savelogs.org-error_log');
178 make_log(1024, 'tmp_logs/jose/blech.net-access_log');
179 make_log(1024, 'tmp_logs/jose/blech.net-error_log');
[all …]
H A Da_apache.t115 make_log(1024, 'foo.log');
117 make_log(1024, 'www/logs/error_loggy'); ## duplicate used in httpd_l.conf, httpd_b.conf
118 make_log(1024, 'www/logs/error_cloggy');
119 make_log(1024, 'www/logs/error_floggy');
120 make_log(1024, 'www/logs/error_gloggy');
121 make_log(1024, 'www/logs/error_hoggy');
122 make_log(1024, 'www/logs/error_ioggy');
123 make_log(1024, 'www/logs/error_joggy');
124 make_log(1024, 'www/logs/error_koggy');
H A D3_filter.t42 $log1 = make_log(1024, 'a');
43 $log2 = make_log(1024, 'b');
44 $log3 = make_log(1024, 'c');
H A Dc_apache.t17 make_log(1024, 'foo.log');
18 make_log(1024, 'www/logs/error_loggy');
H A D4_archive.t23 $log1 = make_log( 1024, "test_log.$i" );
44 $log1 = make_log( 1024, "$dir/test_log.$dir.$i" );
69 $log1 = make_log( 1024, "$dir/test_log.$i" );
H A Dd_apache.t25 make_log(1024, 'foo.log');
27 make_log(1024, 'www/logs/error_loggy');
H A Dsavelogs.pl17 sub make_log { subroutine
/dports/math/cppad/CppAD-20210000.8/bin/
H A Dautotools.sh216 make test >& $make_log
218 if grep ': *warning: .*tmpnam.*is dangerous' $make_log > /dev/null
220 grep ': *warning: .*tmpnam.*is dangerous' $make_log | head -1
223 cat $make_log >> $log_dir/$log_file
225 sed -i $make_log -e '/: *warning: .*tmpnam.*is dangerous/d'
226 if grep ': *warning:' $make_log
232 rm $make_log
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Dselective_streaming.cpp40 buf make_log(level lvl) { in make_log() function
62 [=](buf& xs) { xs = make_log(lvl); }, in TESTEE()
162 make_log(level::all)); in CAF_TEST_FIXTURE_SCOPE()
173 make_log(level::trace)); in CAF_TEST()
191 make_log(level::trace)); in CAF_TEST()
193 make_log(level::error)); in CAF_TEST()
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/detail/parser/
H A Dread_config.cpp81 log_type make_log(Ts&&... xs) { in make_log() function
130 const auto conf0_log = make_log(
203 const auto conf1_log = make_log(
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/scripts/resources/functions/
H A Dlog.lua54 local function make_log(name) function
73 local logger = make_log(name)
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/scl/syslogconf/
H A Dconvert-syslogconf.awk35 make_log(destNo, requiredFilterNos);
137 function make_log(destNo, filterNos) { function
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/contrib/
H A Dsyslog2ng58 make_log(destNo, requiredFilterNos);
148 function make_log(destNo, filterNos) {
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dprofiler.c53 make_log (void) in make_log() function
349 cpu_log = make_log ();
425 cpu_log = profiler_cpu_running ? make_log () : Qnil;
454 memory_log = make_log ();
497 memory_log = profiler_memory_running ? make_log () : Qnil;
H A DChangeLog.1317595 * profiler.c (make_log, handle_profiler_signal): Likewise.
/dports/editors/emacs/emacs-27.2/src/
H A Dprofiler.c53 make_log (void) in make_log() function
349 cpu_log = make_log ();
425 cpu_log = profiler_cpu_running ? make_log () : Qnil;
454 memory_log = make_log ();
497 memory_log = profiler_memory_running ? make_log () : Qnil;
/dports/www/py-django-cron/django-cron-0.5.1/django_cron/
H A D__init__.py151 def make_log(self, *messages, **kwargs): member in CronJobManager
195 self.make_log(self.msg, trace, success=False)
216 self.make_log(self.msg, success=True)
/dports/science/madness/madness-ebb3fd7/src/examples/
H A Dsmooth.h21 double make_log(double x){ in make_log() function
428 ln_density.unaryop(make_log);
498 logf.unaryop(make_log);
/dports/games/minetest/minetest-5.4.1/builtin/game/
H A Ditem.lua254 local function make_log(name) function
270 local log = make_log(playername)
552 local log = make_log(diggername)
/dports/devel/rvm/rvm-1.20/rvm/
H A Drvm_logstatus.c344 if ((log = make_log(dev_name,&retval)) == NULL)
1064 if ((log=make_log(rvm_options->log_dev,&retval)) == NULL)
H A Drvm_private.h1184 log_t *make_log(); /* [rvm_utils.c] */
H A Drvm_utils.c605 log_t *make_log(log_dev_name,retval) in make_log() function
H A Drvmutl.c4158 if ((log = make_log(dev_str,&retval)) == NULL) in do_init_log()

12