Home
last modified time | relevance | path

Searched refs:logs (Results 1 – 25 of 92) sorted by relevance

1234

/freebsd-14-stable/contrib/libpcap/testprogs/
HDvisopts.py228 def write_html(expr, gcount, logs): argument
229 logs = map(lambda s: s.strip().replace("\n", "<br/>"), logs)
232 …safe_substitute(expr=expr.encode("string-escape"), gcount=gcount, logs=json.dumps(logs).encode("st…
242 logs = []
270 logs.append(log)
282 write_html(expr, gid - 1, logs)
/freebsd-14-stable/contrib/kyua/integration/
HDglobal_test.sh65 atf_check -s exit:0 test ! -d .kyua/logs/
67 atf_check -s exit:0 test -d .kyua/logs/
76 atf_check -s exit:0 test ! -d .kyua/logs/
89 atf_check -s exit:0 test ! -d .kyua/logs/
106 atf_check -s exit:0 test ! -d .kyua/logs/
123 atf_check -s exit:0 test ! -d .kyua/logs/
/freebsd-14-stable/tools/tools/commitsdb/
HDmake_commit_db17 my %logs;
26 $logs{$filename} = {%loghash};
35 foreach my $f (keys %logs) {
36 my $file = $logs{$f};
/freebsd-14-stable/crypto/openssl/crypto/ct/
HDct_log.c39 STACK_OF(CTLOG) *logs;
121 ret->logs = sk_CTLOG_new_null(); in CTLOG_STORE_new_ex()
122 if (ret->logs == NULL) { in CTLOG_STORE_new_ex()
142 sk_CTLOG_pop_free(store->logs, CTLOG_free); in CTLOG_STORE_free()
214 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) { in ctlog_store_load_log()
345 for (i = 0; i < sk_CTLOG_num(store->logs); ++i) { in CTLOG_STORE_get0_log_by_id()
346 const CTLOG *log = sk_CTLOG_value(store->logs, i); in CTLOG_STORE_get0_log_by_id()
/freebsd-14-stable/crypto/openssl/apps/
HDct_log_list.cnf1 # This file specifies the Certificate Transparency logs
4 # Google's list of logs can be found here:
5 # www.certificate-transparency.org/known-logs
/freebsd-14-stable/crypto/openssl/doc/man3/
HDCTLOG_STORE_new.pod24 logs). The list can be loaded from one or more files and then searched by LogID
27 CTLOG_STORE_new_ex() creates an empty list of CT logs associated with
38 path instead. Both of these functions append any loaded CT logs to the
59 If there are any invalid CT logs in a file, they are skipped and the remaining
60 valid logs will still be added to the CTLOG_STORE. A CT log will be considered
66 all CT logs in the file are successfully parsed and loaded, 0 otherwise.
HDSSL_CTX_set_ctlog_list_file.pod18 (CT) logs from the default file location, "ct_log_list.cnf", found in the
21 SSL_CTX_set_ctlog_list_file() loads a list of CT logs from a specific path.
HDSCT_print.pod12 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
14 const char *separator, const CTLOG_STORE *logs);
/freebsd-14-stable/lib/libpjdlog/
HDpjdlog.c536 size_t logs; in pjdlogv_common_single_line() local
563 logs = sizeof(log); in pjdlogv_common_single_line()
567 logs = sizeof(log) - 4; in pjdlogv_common_single_line()
578 snprlcat(logp, logs, "[%s%d] ", in pjdlogv_common_single_line()
581 snprlcat(logp, logs, "[%s] ", in pjdlogv_common_single_line()
586 snprlcat(logp, logs, "(pid=%d) ", getpid()); in pjdlogv_common_single_line()
592 snprlcat(logp, logs, "(%s:%d) ", file, line); in pjdlogv_common_single_line()
594 snprlcat(logp, logs, "(%s:%d:%s) ", file, line, func); in pjdlogv_common_single_line()
598 snprlcat(logp, logs, "%s", in pjdlogv_common_single_line()
602 strlcat(logp, msg, logs); in pjdlogv_common_single_line()
[all …]
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExternalASTMerger.cpp111 llvm::raw_ostream &logs() { return Parent.logs(); } in logs() function in __anon983a56780111::LazyASTImporter
201 logs() << "(ExternalASTMerger*)" << (void*)&Parent in Imported()
212 logs() << "(ExternalASTMerger*)" << (void*)&Parent in Imported()
221 logs() << "(ExternalASTMerger*)" << (void*)&Parent in Imported()
297 logs() << "(ExternalASTMerger*)" << (void*)this in ForEachMatchingDC()
376 logs() << "(ExternalASTMerger*)" << (void*)this in MaybeRecordOrigin()
422 logs() << "(ExternalASTMerger*)" << (void *)this in RemoveSources()
/freebsd-14-stable/sys/contrib/openzfs/.github/workflows/scripts/
HDqemu-7-prepare.sh87 log > summary-failure-logs.txt
90 touch summary-failure-logs.txt
97 cat summary-failure-logs.txt \
HDqemu-4-build.sh151 sudo cloud-init clean --logs
/freebsd-14-stable/targets/
HDMakefile73 _begin += clean-error-logs
103 clean-error-logs: .NOMETA
/freebsd-14-stable/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
HDbug_report.md44 ### Include any warning/errors/backtraces from the system logs
46 *IMPORTANT* - Please mark logs and text output from terminal commands
/freebsd-14-stable/sys/dev/ixgbe/
HDif_bypass.c596 eeprom[count].logs = 0; in ixgbe_bp_log()
607 eeprom[count].logs += data << (8 * i); in ixgbe_bp_log()
618 if (!(eeprom[count].logs & BYPASS_LOG_CLEAR_M)) in ixgbe_bp_log()
636 u32 time = eeprom[count].logs & BYPASS_LOG_TIME_M; in ixgbe_bp_log()
637 u32 event = (eeprom[count].logs & BYPASS_LOG_EVENT_M) >> in ixgbe_bp_log()
678 cmd |= ((eeprom[count].logs & ~BYPASS_LOG_CLEAR_M) >> 24); in ixgbe_bp_log()
/freebsd-14-stable/contrib/bmake/mk/
HDnewlog.sh254 logs=`'ls' -ld $* | awk '{ print $NF }'`
257 logs="$*"
369 for f in $logs
/freebsd-14-stable/crypto/openssl/doc/man7/
HDct.pod15 that a certificate has been publicly logged in a set of CT logs.
21 Signed Certificate Timestamps (SCTs), or to read a list of CT logs. There are
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDat91-wb45n.dtsi114 logs@7fa0000 {
115 label = "logs";
/freebsd-14-stable/tools/regression/redzone9/
HDREADME9 And look at the logs/console output.
/freebsd-14-stable/contrib/wpa/hostapd/logwatch/
HDREADME1 Logwatch is a utility for analyzing system logs and provide a human
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDevelopmentModeInlineAdvisor.cpp118 /// compiler, this facility is concerned with producing training data ("logs").
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_flags.inc28 "Used to provide fuzzing signal without blowing up logs.")
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExternalASTMerger.h195 llvm::raw_ostream &logs() { return *LogStream; } in logs() function
/freebsd-14-stable/crypto/openssh/.github/
HDci-status.md6 [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://…
/freebsd-14-stable/crypto/openssl/include/openssl/
HDct.h.in118 /* Gets the CT logs that are trusted sources of SCTs */
301 * If |logs| is not NULL, it will be used to lookup the CT log that the SCT came
304 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
310 * If |logs| is not NULL, it will be used to lookup the CT log that each SCT
314 const char *separator, const CTLOG_STORE *logs);

1234