/dports/sysutils/savelogs/savelogs-1.98/t/ |
H A D | 9_config.t | 35 $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 D | 2_move.t | 29 $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 D | b_apache.t | 166 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 D | a_apache.t | 115 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 D | 3_filter.t | 42 $log1 = make_log(1024, 'a'); 43 $log2 = make_log(1024, 'b'); 44 $log3 = make_log(1024, 'c');
|
H A D | c_apache.t | 17 make_log(1024, 'foo.log'); 18 make_log(1024, 'www/logs/error_loggy');
|
H A D | 4_archive.t | 23 $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 D | d_apache.t | 25 make_log(1024, 'foo.log'); 27 make_log(1024, 'www/logs/error_loggy');
|
H A D | savelogs.pl | 17 sub make_log { subroutine
|
/dports/math/cppad/CppAD-20210000.8/bin/ |
H A D | autotools.sh | 216 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 D | selective_streaming.cpp | 40 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 D | read_config.cpp | 81 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 D | log.lua | 54 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 D | convert-syslogconf.awk | 35 make_log(destNo, requiredFilterNos); 137 function make_log(destNo, filterNos) { function
|
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/contrib/ |
H A D | syslog2ng | 58 make_log(destNo, requiredFilterNos); 148 function make_log(destNo, filterNos) {
|
/dports/editors/emacs-devel/emacs-4d1968b/src/ |
H A D | profiler.c | 53 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 D | ChangeLog.13 | 17595 * profiler.c (make_log, handle_profiler_signal): Likewise.
|
/dports/editors/emacs/emacs-27.2/src/ |
H A D | profiler.c | 53 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__.py | 151 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 D | smooth.h | 21 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 D | item.lua | 254 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 D | rvm_logstatus.c | 344 if ((log = make_log(dev_name,&retval)) == NULL) 1064 if ((log=make_log(rvm_options->log_dev,&retval)) == NULL)
|
H A D | rvm_private.h | 1184 log_t *make_log(); /* [rvm_utils.c] */
|
H A D | rvm_utils.c | 605 log_t *make_log(log_dev_name,retval) in make_log() function
|
H A D | rvmutl.c | 4158 if ((log = make_log(dev_str,&retval)) == NULL) in do_init_log()
|