Home
last modified time | relevance | path

Searched refs:logfile_open (Results 1 – 25 of 79) sorted by relevance

1234

/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/ADDITIONS/
H A Dcleanupdirs.pl63 my(@dirs_to_delete, $logfile_open);
93 $logfile_open = open LOGFILE, ">> $logfile"
95 unless $logfile_open;
105 close LOGFILE if $logfile_open;
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/ADDITIONS/
H A Dcleanupdirs.pl63 my(@dirs_to_delete, $logfile_open);
93 $logfile_open = open LOGFILE, ">> $logfile"
95 unless $logfile_open;
105 close LOGFILE if $logfile_open;
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/ADDITIONS/
H A Dcleanupdirs.pl63 my(@dirs_to_delete, $logfile_open);
93 $logfile_open = open LOGFILE, ">> $logfile"
95 unless $logfile_open;
105 close LOGFILE if $logfile_open;
/dports/mail/postfixadmin/postfixadmin-d3bc1551/ADDITIONS/
H A Dcleanupdirs.pl63 my(@dirs_to_delete, $logfile_open);
93 $logfile_open = open LOGFILE, ">> $logfile"
95 unless $logfile_open;
105 close LOGFILE if $logfile_open;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/crossrunner/
H A Dreport.py32 from .compat import logfile_open, path_join, str_join
48 with logfile_open(path_join(testdir, RESULT_JSON), 'r') as fp:
60 with logfile_open(os.path.join(testdir, FAIL_JSON % platform.system()), 'w+') as fp:
71 with logfile_open(path_join(testdir, FAIL_JSON % platform.system()), 'r') as fp:
185 with logfile_open(self.logpath, 'r') as fp:
196 self.out = logfile_open(self.logpath, 'w+')
368 with logfile_open(self.out_path, 'w+') as fp:
384 with logfile_open(path, 'r') as prog_fp:
387 with logfile_open(os.path.join(self.logdir, filename), 'w+') as fp:
H A Dcompat.py16 logfile_open = open variable
23 def logfile_open(*args): function
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/crossrunner/
H A Dreport.py32 from .compat import logfile_open, path_join, str_join
48 with logfile_open(path_join(testdir, RESULT_JSON), 'r') as fp:
60 with logfile_open(os.path.join(testdir, FAIL_JSON % platform.system()), 'w+') as fp:
71 with logfile_open(path_join(testdir, FAIL_JSON % platform.system()), 'r') as fp:
185 with logfile_open(self.logpath, 'r') as fp:
196 self.out = logfile_open(self.logpath, 'w+')
368 with logfile_open(self.out_path, 'w+') as fp:
384 with logfile_open(path, 'r') as prog_fp:
387 with logfile_open(os.path.join(self.logdir, filename), 'w+') as fp:
H A Dcompat.py16 logfile_open = open variable
23 def logfile_open(*args): function
/dports/devel/py-thrift/thrift-0.14.0/test/crossrunner/
H A Dreport.py32 from .compat import logfile_open, path_join, str_join
48 with logfile_open(path_join(testdir, RESULT_JSON), 'r') as fp:
60 with logfile_open(os.path.join(testdir, FAIL_JSON % platform.system()), 'w+') as fp:
71 with logfile_open(path_join(testdir, FAIL_JSON % platform.system()), 'r') as fp:
185 with logfile_open(self.logpath, 'r') as fp:
196 self.out = logfile_open(self.logpath, 'w+')
368 with logfile_open(self.out_path, 'w+') as fp:
384 with logfile_open(path, 'r') as prog_fp:
387 with logfile_open(os.path.join(self.logdir, filename), 'w+') as fp:
H A Dcompat.py16 logfile_open = open variable
23 def logfile_open(*args): function
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/crossrunner/
H A Dreport.py32 from .compat import logfile_open, path_join, str_join
48 with logfile_open(path_join(testdir, RESULT_JSON), 'r') as fp:
60 with logfile_open(os.path.join(testdir, FAIL_JSON % platform.system()), 'w+') as fp:
71 with logfile_open(path_join(testdir, FAIL_JSON % platform.system()), 'r') as fp:
185 with logfile_open(self.logpath, 'r') as fp:
196 self.out = logfile_open(self.logpath, 'w+')
368 with logfile_open(self.out_path, 'w+') as fp:
384 with logfile_open(path, 'r') as prog_fp:
387 with logfile_open(os.path.join(self.logdir, filename), 'w+') as fp:
H A Dcompat.py16 logfile_open = open variable
23 def logfile_open(*args): function
/dports/devel/thrift/thrift-0.14.0/test/crossrunner/
H A Dreport.py32 from .compat import logfile_open, path_join, str_join
48 with logfile_open(path_join(testdir, RESULT_JSON), 'r') as fp:
60 with logfile_open(os.path.join(testdir, FAIL_JSON % platform.system()), 'w+') as fp:
71 with logfile_open(path_join(testdir, FAIL_JSON % platform.system()), 'r') as fp:
185 with logfile_open(self.logpath, 'r') as fp:
196 self.out = logfile_open(self.logpath, 'w+')
368 with logfile_open(self.out_path, 'w+') as fp:
384 with logfile_open(path, 'r') as prog_fp:
387 with logfile_open(os.path.join(self.logdir, filename), 'w+') as fp:
H A Dcompat.py16 logfile_open = open variable
23 def logfile_open(*args): function
/dports/devel/thrift-c_glib/thrift-0.14.0/test/crossrunner/
H A Dreport.py32 from .compat import logfile_open, path_join, str_join
48 with logfile_open(path_join(testdir, RESULT_JSON), 'r') as fp:
60 with logfile_open(os.path.join(testdir, FAIL_JSON % platform.system()), 'w+') as fp:
71 with logfile_open(path_join(testdir, FAIL_JSON % platform.system()), 'r') as fp:
185 with logfile_open(self.logpath, 'r') as fp:
196 self.out = logfile_open(self.logpath, 'w+')
368 with logfile_open(self.out_path, 'w+') as fp:
384 with logfile_open(path, 'r') as prog_fp:
387 with logfile_open(os.path.join(self.logdir, filename), 'w+') as fp:
H A Dcompat.py16 logfile_open = open variable
23 def logfile_open(*args): function
/dports/devel/thrift-cpp/thrift-0.14.0/test/crossrunner/
H A Dreport.py32 from .compat import logfile_open, path_join, str_join
48 with logfile_open(path_join(testdir, RESULT_JSON), 'r') as fp:
60 with logfile_open(os.path.join(testdir, FAIL_JSON % platform.system()), 'w+') as fp:
71 with logfile_open(path_join(testdir, FAIL_JSON % platform.system()), 'r') as fp:
185 with logfile_open(self.logpath, 'r') as fp:
196 self.out = logfile_open(self.logpath, 'w+')
368 with logfile_open(self.out_path, 'w+') as fp:
384 with logfile_open(path, 'r') as prog_fp:
387 with logfile_open(os.path.join(self.logdir, filename), 'w+') as fp:
H A Dcompat.py16 logfile_open = open variable
23 def logfile_open(*args): function
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/crossrunner/
H A Dreport.py32 from .compat import logfile_open, path_join, str_join
48 with logfile_open(path_join(testdir, RESULT_JSON), 'r') as fp:
60 with logfile_open(os.path.join(testdir, FAIL_JSON % platform.system()), 'w+') as fp:
71 with logfile_open(path_join(testdir, FAIL_JSON % platform.system()), 'r') as fp:
185 with logfile_open(self.logpath, 'r') as fp:
196 self.out = logfile_open(self.logpath, 'w+')
368 with logfile_open(self.out_path, 'w+') as fp:
384 with logfile_open(path, 'r') as prog_fp:
387 with logfile_open(os.path.join(self.logdir, filename), 'w+') as fp:
H A Dcompat.py16 logfile_open = open variable
23 def logfile_open(*args): function
/dports/devel/node-thrift/thrift-0.14.0/test/crossrunner/
H A Dreport.py32 from .compat import logfile_open, path_join, str_join
48 with logfile_open(path_join(testdir, RESULT_JSON), 'r') as fp:
60 with logfile_open(os.path.join(testdir, FAIL_JSON % platform.system()), 'w+') as fp:
71 with logfile_open(path_join(testdir, FAIL_JSON % platform.system()), 'r') as fp:
185 with logfile_open(self.logpath, 'r') as fp:
196 self.out = logfile_open(self.logpath, 'w+')
368 with logfile_open(self.out_path, 'w+') as fp:
384 with logfile_open(path, 'r') as prog_fp:
387 with logfile_open(os.path.join(self.logdir, filename), 'w+') as fp:
H A Dcompat.py16 logfile_open = open variable
23 def logfile_open(*args): function
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/main/
H A Dpgpool_logger.c118 static FILE *logfile_open(const char *filename, const char *mode,
501 syslogFile = logfile_open(filename, "a", false); in SysLogger_Start()
514 csvlogFile = logfile_open(filename, "a", false); in SysLogger_Start()
877 logfile_open(const char *filename, const char *mode, bool allow_errors) in logfile_open() function
951 fh = logfile_open(filename, "w", true); in logfile_rotate()
953 fh = logfile_open(filename, "a", true); in logfile_rotate()
1001 fh = logfile_open(csvfilename, "w", true); in logfile_rotate()
1003 fh = logfile_open(csvfilename, "a", true); in logfile_rotate()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/main/
H A Dpgpool_logger.c118 static FILE *logfile_open(const char *filename, const char *mode,
504 syslogFile = logfile_open(filename, "a", false); in SysLogger_Start()
517 csvlogFile = logfile_open(filename, "a", false); in SysLogger_Start()
880 logfile_open(const char *filename, const char *mode, bool allow_errors) in logfile_open() function
954 fh = logfile_open(filename, "w", true); in logfile_rotate()
956 fh = logfile_open(filename, "a", true); in logfile_rotate()
1004 fh = logfile_open(csvfilename, "w", true); in logfile_rotate()
1006 fh = logfile_open(csvfilename, "a", true); in logfile_rotate()
/dports/www/c-icap/c_icap-0.5.10/
H A Dlog.c220 FILE *logfile_open(const char *fname) in logfile_open() function
249 lf->access_log = logfile_open(lf->file); in file_log_open()
259 server_log = logfile_open(SERVER_LOG_FILE); in file_log_open()
302 lf->access_log = logfile_open(lf->file); in file_log_relog()
312 server_log = logfile_open(SERVER_LOG_FILE); in file_log_relog()

1234