| /src/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)
|
| /src/crypto/openssl/test/quic-openssl-docker/ |
| H A D | run_endpoint.sh | 57 …SSLKEYLOGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOST… 67 …SSL_SESSION_FILE=./session.db SSLKEYLOGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DI… 79 …TLS_CHACHA20_POLY1305_SHA256 SSL_SESSION_FILE=./session.db SSLKEYLOGFILE=/logs/keys.log SSL_CERT_F… 92 …NO_ADDR_VALIDATE=yes SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-hq-interop-server 443 /cert… 95 …SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-hq-interop-server 443 /certs/cert.pem /certs/pri… 98 …NO_ADDR_VALIDATE=yes SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-hq-interop-server 443 /cert… 101 …FILEPREFIX=/www/ SSLKEYLOGFILE=/logs/keys.log ossl-nghttp3-demo-server 443 /certs/cert.pem /certs/… 104 …SSL_CIPHER_SUITES=TLS_CHACHA20_POLY1305_SHA256 SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-h…
|
| /src/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/
|
| /src/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};
|
| /src/crypto/openssl/crypto/ct/ |
| H A D | ct_log.c | 39 STACK_OF(CTLOG) *logs; 114 ret->logs = sk_CTLOG_new_null(); in CTLOG_STORE_new_ex() 115 if (ret->logs == NULL) { in CTLOG_STORE_new_ex() 135 sk_CTLOG_pop_free(store->logs, CTLOG_free); in CTLOG_STORE_free() 207 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) { in ctlog_store_load_log() 328 for (i = 0; i < sk_CTLOG_num(store->logs); ++i) { in CTLOG_STORE_get0_log_by_id() 329 const CTLOG *log = sk_CTLOG_value(store->logs, i); in CTLOG_STORE_get0_log_by_id()
|
| /src/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
|
| /src/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);
|
| /src/contrib/pam-krb5/tests/valgrind/ |
| H A D | logs-t | 53 my @logs = grep { m{ \A log [.] }xms } readdir $logdir; 57 plan tests => scalar(@logs); 58 for my $file (@logs) {
|
| /src/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 …]
|
| /src/contrib/unbound/testcode/ |
| H A D | doqclient.c | 559 char* logs = client_stream_string(str); in client_stream_print_short() local 560 printf("%s has error, there is no answer\n", logs); in client_stream_print_short() 561 free(logs); in client_stream_print_short() 565 char* logs = client_stream_string(str); in client_stream_print_short() local 567 logs); in client_stream_print_short() 568 free(logs); in client_stream_print_short() 573 char* logs = client_stream_string(str); in client_stream_print_short() local 576 printf("%s rcode %s\n", logs, rc); in client_stream_print_short() 577 free(logs); in client_stream_print_short() 582 char* logs = client_stream_string(str); in client_stream_print_short() local [all …]
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 111 llvm::raw_ostream &logs() { return Parent.logs(); } in logs() function in __anonaf467eb30111::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()
|
| /src/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-7-prepare.sh | 88 log > summary-failure-logs.txt 91 touch summary-failure-logs.txt 98 cat summary-failure-logs.txt \
|
| /src/targets/ |
| H A D | Makefile | 72 _begin += clean-error-logs 102 clean-error-logs: .NOMETA
|
| /src/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
|
| /src/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()
|
| /src/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
|
| /src/contrib/bmake/mk/ |
| H A D | newlog.sh | 270 logs=`'ls' -ld $* | awk '{ print $NF }'` 273 logs="$*" 380 for f in $logs
|
| /src/sys/contrib/device-tree/src/arm/microchip/ |
| H A D | at91-wb45n.dtsi | 114 logs@7fa0000 { 115 label = "logs";
|
| /src/tools/regression/redzone9/ |
| H A D | README | 9 And look at the logs/console output.
|
| /src/crypto/openssl/test/recipes/95-test_external_pkcs11_provider_data/ |
| H A D | pkcs11-provider.sh | 64 cat $PKCS11_PROVIDER_BUILDDIR/meson-logs/testlog.txt
|
| /src/contrib/wpa/hostapd/logwatch/ |
| H A D | README | 1 Logwatch is a utility for analyzing system logs and provide a human
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DevelopmentModeInlineAdvisor.cpp | 118 /// compiler, this facility is concerned with producing training data ("logs").
|
| /src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_flags.inc | 28 "Used to provide fuzzing signal without blowing up logs.")
|