Home
last modified time | relevance | path

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

12345678910

/netbsd-src/external/bsd/libpcap/dist/testprogs/
H A Dvisopts.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)
/netbsd-src/external/bsd/nsd/dist/
H A Ddbcreate.c119 print_header(zone_type* zone, FILE* out, time_t* now, const char* logs) in print_header() argument
127 if(!logs || logs[0] == 0) return 1; in print_header()
128 snprintf(buf, sizeof(buf), "; %s\n", logs); in print_header()
133 write_to_zonefile(zone_type* zone, const char* filename, const char* logs) in write_to_zonefile() argument
142 if(!print_header(zone, out, &now, logs)) { in write_to_zonefile()
237 char logs[4096]; in namedb_write_zonefile() local
243 strlcpy(logs, zone->logstr, sizeof(logs)); in namedb_write_zonefile()
245 logs[0] = 0; in namedb_write_zonefile()
248 if(!write_to_zonefile(zone, bakfile, logs)) { in namedb_write_zonefile()
/netbsd-src/external/bsd/kyua-cli/dist/integration/
H A Dglobal_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/
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ct/
H A Dct_log.c35 STACK_OF(CTLOG) *logs;
101 ret->logs = sk_CTLOG_new_null(); in CTLOG_STORE_new()
102 if (ret->logs == NULL) in CTLOG_STORE_new()
114 sk_CTLOG_pop_free(store->logs, CTLOG_free); in CTLOG_STORE_free()
184 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) { in ctlog_store_load_log()
299 for (i = 0; i < sk_CTLOG_num(store->logs); ++i) { in CTLOG_STORE_get0_log_by_id()
300 const CTLOG *log = sk_CTLOG_value(store->logs, i); in CTLOG_STORE_get0_log_by_id()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCTLOG_STORE_new.pod22 logs). The list can be loaded from one or more files and then searched by LogID
25 CTLOG_STORE_new() creates an empty list of CT logs. This is then populated
31 Both of these functions append any loaded CT logs to the CTLOG_STORE.
51 If there are any invalid CT logs in a file, they are skipped and the remaining
52 valid logs will still be added to the CTLOG_STORE. A CT log will be considered
58 all CT logs in the file are successfully parsed and loaded, 0 otherwise.
H A DSSL_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.
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ct/
H A Dct_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()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dct_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
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dct_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
/netbsd-src/games/sail/
H A Dmisc.c201 struct logs log[NLOG]; in logger()
203 struct logs *lp; in logger()
217 n = fread(log, sizeof(struct logs), NLOG, fp); in logger()
229 fwrite(log, sizeof (struct logs), lp - log, fp); in logger()
235 fwrite(&log[NLOG-1], sizeof (struct logs), 1, fp); in logger()
236 fwrite(lp, sizeof (struct logs), &log[NLOG-1] - lp, fp); in logger()
H A Dlo_main.c73 struct logs log; in lo_curses()
128 struct logs log; in lo_main()
/netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/
H A DCMakeLists.txt50 add_lit_testsuite(generate-dtrace-logs "Generating clang dtrace data"
54 DEPENDS clang clear-dtrace-logs
57 add_custom_target(clear-dtrace-logs
68 DEPENDS generate-dtrace-logs)
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTMerger.cpp111 llvm::raw_ostream &logs() { return Parent.logs(); } in logs() function in __anon1b86a8e90111::LazyASTImporter
204 logs() << "(ExternalASTMerger*)" << (void*)&Parent in Imported()
215 logs() << "(ExternalASTMerger*)" << (void*)&Parent in Imported()
224 logs() << "(ExternalASTMerger*)" << (void*)&Parent in Imported()
300 logs() << "(ExternalASTMerger*)" << (void*)this in ForEachMatchingDC()
379 logs() << "(ExternalASTMerger*)" << (void*)this in MaybeRecordOrigin()
425 logs() << "(ExternalASTMerger*)" << (void *)this in RemoveSources()
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-svn-update97 LOG=${REG_SRCDIR}/logs/${BUGID}/${REV}.log
98 mkdir -p ${REG_SRCDIR}/logs/${BUGID}
H A Dgcc-svn-update-fix80 LOG=${REG_SRCDIR}/logs/${BUGID}/${REV}.log
81 mkdir -p ${REG_SRCDIR}/logs/${BUGID}
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dgcc-svn-update97 LOG=${REG_SRCDIR}/logs/${BUGID}/${REV}.log
98 mkdir -p ${REG_SRCDIR}/logs/${BUGID}
H A Dgcc-svn-update-fix80 LOG=${REG_SRCDIR}/logs/${BUGID}/${REV}.log
81 mkdir -p ${REG_SRCDIR}/logs/${BUGID}
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dmklog384 logs = {}
389 logs.setdefault(log_name, '')
390 logs[log_name] += '\t* %s' % d.relname
424 logs[log_name] += change_msg if change_msg else ":\n"
448 for log_name, msg in sorted(logs.items()):
H A Dtest_summary34 -o: re-reads logs that have been mailed already (.sum.sent)
35 -t: prevents logs from being renamed
/netbsd-src/external/gpl3/gcc/dist/contrib/legacy/
H A Dmklog384 logs = {}
389 logs.setdefault(log_name, '')
390 logs[log_name] += '\t* %s' % d.relname
424 logs[log_name] += change_msg if change_msg else ":\n"
448 for log_name, msg in sorted(logs.items()):
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A DChangeLog30 * graph-header-logs (ignore): Update coretypes.h header list.
41 * graph-header-logs: Initial file.
/netbsd-src/sys/dev/pci/ixgbe/
H A Dif_bypass.c622 eeprom[count].logs = 0; in ixgbe_bp_log()
633 eeprom[count].logs += data << (8 * i); in ixgbe_bp_log()
644 if (!(eeprom[count].logs & BYPASS_LOG_CLEAR_M)) in ixgbe_bp_log()
662 u32 time = eeprom[count].logs & BYPASS_LOG_TIME_M; in ixgbe_bp_log()
663 u32 event = (eeprom[count].logs & BYPASS_LOG_EVENT_M) >> in ixgbe_bp_log()
702 cmd |= ((eeprom[count].logs & ~BYPASS_LOG_CLEAR_M) >> 24); in ixgbe_bp_log()
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dtest_summary34 -o: re-reads logs that have been mailed already (.sum.sent)
35 -t: prevents logs from being renamed
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dct.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
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dct.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

12345678910