Searched refs:logs (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/etc/
H A Dnewsyslog.conf16 /var/www/logs/access.log 644 4 * $W0 Z "pkill -USR1 -u root -U root -x httpd"
17 /var/www/logs/error.log 644 7 250 * Z "pkill -USR1 -u root -U root -x httpd"
/openbsd-current/usr.sbin/nsd/
H A Ddbcreate.c119 print_header(zone_type* zone, FILE* out, time_t* now, const char* logs) argument
127 if(!logs || logs[0] == 0) return 1;
128 snprintf(buf, sizeof(buf), "; %s\n", logs);
133 write_to_zonefile(zone_type* zone, const char* filename, const char* logs) argument
142 if(!print_header(zone, out, &now, logs)) {
237 char logs[4096]; local
243 strlcpy(logs, zone->logstr, sizeof(logs));
245 logs[
[all...]
/openbsd-current/lib/libcrypto/ct/
H A Dct_log.c87 STACK_OF(CTLOG) *logs;
156 ret->logs = sk_CTLOG_new_null();
157 if (ret->logs == NULL)
171 sk_CTLOG_pop_free(store->logs, CTLOG_free);
241 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) {
367 for (i = 0; i < sk_CTLOG_num(store->logs); ++i) {
368 const CTLOG *log = sk_CTLOG_value(store->logs, i);
H A Dct.h138 /* Gets the CT logs that are trusted sources of SCTs */
318 * If |logs| is not NULL, it will be used to lookup the CT log that the SCT came
321 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
327 * If |logs| is not NULL, it will be used to lookup the CT log that each SCT
331 const char *separator, const CTLOG_STORE *logs); variable
/openbsd-current/gnu/llvm/llvm/utils/
H A Drevert_checker_test.py78 logs = list(
84 self.assertEqual(commits, logs)
/openbsd-current/games/sail/
H A Dmisc.c195 struct logs log[NLOG];
197 struct logs *lp;
211 n = fread((char *)log, sizeof(struct logs), NLOG, fp);
225 sizeof (struct logs), lp - log, fp);
233 sizeof (struct logs), 1, fp);
235 sizeof (struct logs), &log[NLOG-1] - lp, fp);
H A Dlo_main.c59 struct logs log;
H A Dextern.h149 struct logs { struct
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp117 /// compiler, this facility is concerned with producing training data ("logs").
120 /// 1) collect logs for the default policy. This is useful for bootstrapping
124 /// 2) collect logs for the ML policy, using a model from a previous
127 /// responsibility of the training algorithm). The logs would then be used to
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExternalASTMerger.cpp111 llvm::raw_ostream &logs() { return Parent.logs(); } function in class:__anon301::LazyASTImporter
204 logs() << "(ExternalASTMerger*)" << (void*)&Parent
215 logs() << "(ExternalASTMerger*)" << (void*)&Parent
224 logs() << "(ExternalASTMerger*)" << (void*)&Parent
300 logs() << "(ExternalASTMerger*)" << (void*)this
379 logs() << "(ExternalASTMerger*)" << (void*)this
425 logs() << "(ExternalASTMerger*)" << (void *)this
/openbsd-current/regress/usr.sbin/acme-client/
H A DMakefile43 mkdir -p www/htdocs www/acme www/logs etc/acme etc/ssl/acme/private
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DExternalASTMerger.h195 llvm::raw_ostream &logs() { return *LogStream; } function in class:clang::ExternalASTMerger
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcheck-cpan-pollution12 Scans the commit logs for commits that are potentially, illegitimately
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DHistory.pm36 change logs, repository commit messages and the published HTML files.
/openbsd-current/gnu/llvm/llvm/utils/release/
H A Dtest-release.sh89 echo " -silent-log Don't output build logs to stdout"
309 LogDir=$BuildDir/logs
460 echo "# Silencing build logs because of -silent-log flag..."
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm1072 If C<$priority> permits, logs C<$message> or C<sprintf($format, @args)>
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dperlbug.PL1445 submit or comment on) and the commit logs to development
/openbsd-current/sys/dev/pci/
H A Dixgbe_type.h4383 uint32_t logs; member in struct:ixgbe_bypass_eeprom
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c9630 cCL(logs, e508100, 2, (RF, RF_IF), rd_rm),

Completed in 1933 milliseconds