Home
last modified time | relevance | path

Searched refs:tmp_log (Results 1 – 25 of 29) sorted by relevance

12

/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/analysisd/alerts/
H A Dlog.c256 char *tmp_log; in OS_CustomLog() local
270 if (tmp_log) { in OS_CustomLog()
272 tmp_log = NULL; in OS_CustomLog()
284 if (tmp_log) { in OS_CustomLog()
286 tmp_log = NULL; in OS_CustomLog()
298 if (tmp_log) { in OS_CustomLog()
300 tmp_log = NULL; in OS_CustomLog()
312 if (tmp_log) { in OS_CustomLog()
314 tmp_log = NULL; in OS_CustomLog()
328 if (tmp_log) { in OS_CustomLog()
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/analysisd/alerts/
H A Dlog.c256 char *tmp_log; in OS_CustomLog() local
270 if (tmp_log) { in OS_CustomLog()
272 tmp_log = NULL; in OS_CustomLog()
284 if (tmp_log) { in OS_CustomLog()
286 tmp_log = NULL; in OS_CustomLog()
298 if (tmp_log) { in OS_CustomLog()
300 tmp_log = NULL; in OS_CustomLog()
312 if (tmp_log) { in OS_CustomLog()
314 tmp_log = NULL; in OS_CustomLog()
328 if (tmp_log) { in OS_CustomLog()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/analysisd/alerts/
H A Dlog.c256 char *tmp_log; in OS_CustomLog() local
270 if (tmp_log) { in OS_CustomLog()
272 tmp_log = NULL; in OS_CustomLog()
284 if (tmp_log) { in OS_CustomLog()
286 tmp_log = NULL; in OS_CustomLog()
298 if (tmp_log) { in OS_CustomLog()
300 tmp_log = NULL; in OS_CustomLog()
312 if (tmp_log) { in OS_CustomLog()
314 tmp_log = NULL; in OS_CustomLog()
328 if (tmp_log) { in OS_CustomLog()
[all …]
/dports/devel/py-structlog/structlog-18.2.0/tests/
H A Dtest_threadlocal.py56 with tmp_bind(log, x=42, y="foo") as tmp_log:
59 == tmp_log._context._dict
70 with tmp_bind(log, x=42, y="foo") as tmp_log:
73 == tmp_log._context._dict
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/
H A Dreconstructlog.cpp823 mpz_t tmp_log; in read_log_format_LA() local
841 mpz_init (tmp_log); in read_log_format_LA()
853 log[h] = tmp_log; in read_log_format_LA()
882 mpz_clear (tmp_log); in read_log_format_LA()
894 mpz_t tmp_log; in read_log_format_reconstruct() local
903 mpz_init (tmp_log); in read_log_format_reconstruct()
911 log[h] = tmp_log; in read_log_format_reconstruct()
918 log[h] = tmp_log; in read_log_format_reconstruct()
924 log[h] = tmp_log; in read_log_format_reconstruct()
945 log[h] = tmp_log; in read_log_format_reconstruct()
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/xdata/
H A Dxsddefault.c116 char *tmp_log = NULL; in xsddefault_save_status_data() local
134 asprintf(&tmp_log, "%sXXXXXX", temp_file); in xsddefault_save_status_data()
135 if(tmp_log == NULL) in xsddefault_save_status_data()
140 if((fd = mkstemp(tmp_log)) == -1) { in xsddefault_save_status_data()
146 my_free(tmp_log); in xsddefault_save_status_data()
154 unlink(tmp_log); in xsddefault_save_status_data()
160 my_free(tmp_log); in xsddefault_save_status_data()
455 if(my_rename(tmp_log, status_file)) { in xsddefault_save_status_data()
456 unlink(tmp_log); in xsddefault_save_status_data()
468 unlink(tmp_log); in xsddefault_save_status_data()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/plugins/texgraph/bin/
H A Dtm_texgraph77 …d 's/{/\n/g' | sed 's/}/\n/g' | grep preload=.* | sed 's/preload=//g' | sed 's/"/\"/g'` 2> tmp_log
112 CmdTeXgraph$EXT $EXPT $TEMP_FILE 2> tmp_log
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dlogging_installer.cc52 base::FilePath tmp_log(log_file.value() + FILE_PATH_LITERAL(".tmp")); in TruncateLogFileIfNeeded() local
54 if (base::Move(log_file, tmp_log)) { in TruncateLogFileIfNeeded()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/tools/
H A DsummarizeStats.py194 tmp_log = data * 0
197 tmp_log[key] = np.log10(data[key])
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
203 params['ax'].set_rlim((0, np.ceil(max(tmp_log))))
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/protocols/
H A DFD_PING.java55 Log tmp_log=verbose? log : null; in run() local
56 int rc=Pinger.execute(command, tmp_log); in run()
/dports/devel/py-structlog/structlog-18.2.0/docs/
H A Dthread-local.rst102 >>> with tmp_bind(log, x=23, y="foo") as tmp_log:
103 ... tmp_log.msg("another event!")
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_annotation.py330 tmp_log = np.log(tmp_add)
331 tmp_sub = np.subtract(tmp_sqrt, tmp_log)
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_annotation.py330 tmp_log = np.log(tmp_add)
331 tmp_sub = np.subtract(tmp_sqrt, tmp_log)

12