| /freebsd-14-stable/contrib/libpcap/testprogs/ |
| HD | visopts.py | 228 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/ |
| HD | global_test.sh | 65 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/ |
| HD | make_commit_db | 17 my %logs; 26 $logs{$filename} = {%loghash}; 35 foreach my $f (keys %logs) { 36 my $file = $logs{$f};
|
| /freebsd-14-stable/crypto/openssl/crypto/ct/ |
| HD | ct_log.c | 39 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/ |
| HD | ct_log_list.cnf | 1 # 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/ |
| HD | CTLOG_STORE_new.pod | 24 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.
|
| HD | SSL_CTX_set_ctlog_list_file.pod | 18 (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.
|
| HD | SCT_print.pod | 12 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/ |
| HD | pjdlog.c | 536 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/ |
| HD | ExternalASTMerger.cpp | 111 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/ |
| HD | qemu-7-prepare.sh | 87 log > summary-failure-logs.txt 90 touch summary-failure-logs.txt 97 cat summary-failure-logs.txt \
|
| HD | qemu-4-build.sh | 151 sudo cloud-init clean --logs
|
| /freebsd-14-stable/targets/ |
| HD | Makefile | 73 _begin += clean-error-logs 103 clean-error-logs: .NOMETA
|
| /freebsd-14-stable/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
| HD | bug_report.md | 44 ### 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/ |
| HD | if_bypass.c | 596 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/ |
| HD | newlog.sh | 254 logs=`'ls' -ld $* | awk '{ print $NF }'` 257 logs="$*" 369 for f in $logs
|
| /freebsd-14-stable/crypto/openssl/doc/man7/ |
| HD | ct.pod | 15 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/ |
| HD | at91-wb45n.dtsi | 114 logs@7fa0000 { 115 label = "logs";
|
| /freebsd-14-stable/tools/regression/redzone9/ |
| HD | README | 9 And look at the logs/console output.
|
| /freebsd-14-stable/contrib/wpa/hostapd/logwatch/ |
| HD | README | 1 Logwatch is a utility for analyzing system logs and provide a human
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | DevelopmentModeInlineAdvisor.cpp | 118 /// compiler, this facility is concerned with producing training data ("logs").
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| HD | ubsan_flags.inc | 28 "Used to provide fuzzing signal without blowing up logs.")
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | ExternalASTMerger.h | 195 llvm::raw_ostream &logs() { return *LogStream; } in logs() function
|
| /freebsd-14-stable/crypto/openssh/.github/ |
| HD | ci-status.md | 6 [](https://…
|
| /freebsd-14-stable/crypto/openssl/include/openssl/ |
| HD | ct.h.in | 118 /* 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);
|