/freebsd/contrib/libpcap/testprogs/ |
H A D | 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/contrib/kyua/integration/ |
H A D | 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/tools/tools/commitsdb/ |
H A D | make_commit_db | 17 my %logs; 26 $logs{$filename} = {%loghash}; 35 foreach my $f (keys %logs) { 36 my $file = $logs{$f};
|
/freebsd/crypto/openssl/crypto/ct/ |
H A D | 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/crypto/openssl/doc/man3/ |
H A D | 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.
|
H A D | 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.
|
H A D | 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/lib/libpjdlog/ |
H A D | pjdlog.c | 535 size_t logs; in pjdlogv_common_single_line() local 562 logs = sizeof(log); in pjdlogv_common_single_line() 566 logs = sizeof(log) - 4; in pjdlogv_common_single_line() 577 snprlcat(logp, logs, "[%s%d] ", in pjdlogv_common_single_line() 580 snprlcat(logp, logs, "[%s] ", in pjdlogv_common_single_line() 585 snprlcat(logp, logs, "(pid=%d) ", getpid()); in pjdlogv_common_single_line() 591 snprlcat(logp, logs, "(%s:%d) ", file, line); in pjdlogv_common_single_line() 593 snprlcat(logp, logs, "(%s:%d:%s) ", file, line, func); in pjdlogv_common_single_line() 597 snprlcat(logp, logs, "%s", in pjdlogv_common_single_line() 601 strlcat(logp, msg, logs); in pjdlogv_common_single_line() [all …]
|
/freebsd/crypto/openssl/apps/ |
H A D | 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/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 111 llvm::raw_ostream &logs() { return Parent.logs(); } in logs() function in __anonb979a45e0111::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/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-7-prepare.sh | 87 log > summary-failure-logs.txt 90 touch summary-failure-logs.txt 97 cat summary-failure-logs.txt \
|
H A D | qemu-4-build.sh | 151 sudo cloud-init clean --logs
|
/freebsd/targets/ |
H A D | Makefile | 72 _begin += clean-error-logs 102 clean-error-logs: .NOMETA
|
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
H A D | 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/sys/dev/ixgbe/ |
H A D | 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/contrib/bmake/mk/ |
H A D | newlog.sh | 11 # The "logs" are kept compressed except for the current and 17 # Compact old logs (other than .0) with "compress" 26 # that allows certain logs to handled differently. 30 # -R Rotate rather than save logs by default. 33 # -S Save rather than rotate logs by default. 46 # -e Normally logs are only cycled if non-empty, this 47 # option forces empty logs to be cycled as well. 56 # Set the mode of old logs (default 444). 256 logs=`'ls' -ld $* | awk '{ print $NF }'` 259 logs [all...] |
/freebsd/crypto/openssl/doc/man7/ |
H A D | 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/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-wb45n.dtsi | 114 logs@7fa0000 { 115 label = "logs";
|
/freebsd/tools/regression/redzone9/ |
H A D | README | 9 And look at the logs/console output.
|
/freebsd/contrib/wpa/hostapd/logwatch/ |
H A D | README | 1 Logwatch is a utility for analyzing system logs and provide a human
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DevelopmentModeInlineAdvisor.cpp | 118 /// compiler, this facility is concerned with producing training data ("logs").
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_flags.inc | 28 "Used to provide fuzzing signal without blowing up logs.")
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExternalASTMerger.h | 195 llvm::raw_ostream &logs() { return *LogStream; } in logs() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | 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);
|
H A D | ct.h | 352 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs); 362 const char *separator, const CTLOG_STORE *logs);
|