Searched refs:log_file (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c168 FILE *log_file = (FILE *)data; local
172 fprintf(log_file, FORMAT_PTR, (UINT_PTR)module.BaseOfImage);
173 fprintf(log_file, " %s", buf);
176 fprintf(log_file, " (%d.%d.%d.%d, %d bytes)\n",
190 FILE *log_file)
198 fprintf(log_file,
202 fprintf(log_file,
206 fprintf(log_file,
212 fprintf(log_file,
218 fprintf(log_file,
189 write_process_info(EXCEPTION_RECORD *exception, CONTEXT *context, FILE *log_file) argument
264 write_basic_type(FILE *log_file, DWORD basic_type, DWORD64 length, void *address) argument
312 write_value(FILE *log_file, DWORD64 mod_base, DWORD type, void *value_addr) argument
395 FILE *log_file; member in struct:symbols_baton_t
407 FILE *log_file = ((symbols_baton_t*)baton)->log_file; local
445 write_function_detail(STACKFRAME64 stack_frame, int nr_of_frame, FILE *log_file) argument
516 write_stacktrace(CONTEXT *context, FILE *log_file) argument
720 FILE *log_file; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.h22 static bool SetupLogging(const std::string &log_file,
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { argument
24 if (!log_file.empty()) {
27 log_file, EC, sys::fs::OF_Text | sys::fs::OF_Append);
32 log_file, EC.message());
38 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, argument
42 auto log_stream_sp = GetLogStream(log_file);
H A Dlldb-platform.cpp154 std::string log_file; local
189 log_file.assign(optarg);
247 if (!LLDBServerUtilities::SetupLogging(log_file, log_channels, 0))
H A Dlldb-gdbserver.cpp378 std::string log_file; local
407 log_file.assign(optarg);
479 log_file, log_channels,
/freebsd-13-stable/contrib/libevent/
H A Dtest-driver54 log_file= # Where to save the output of the test script.
64 --log-file) log_file=$2; shift;;
78 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
100 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
107 "$@" >$log_file 2>&1
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
/freebsd-13-stable/contrib/openpam/
H A Dtest-driver54 log_file= # Where to save the output of the test script.
64 --log-file) log_file=$2; shift;;
78 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
100 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
107 "$@" >$log_file 2>&1
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver54 log_file= # Where to save the output of the test script.
64 --log-file) log_file=$2; shift;;
78 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
100 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
107 "$@" >$log_file 2>&1
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp79 CommandOptions() : Options(), log_file(), log_options(0) {}
90 log_file.SetFile(option_arg, FileSpec::Style::native);
91 FileSystem::Instance().Resolve(log_file); variable
128 log_file.Clear();
138 FileSpec log_file; member in class:CommandObjectLogEnable::CommandOptions
161 char log_file[PATH_MAX]; variable
162 if (m_options.log_file)
163 m_options.log_file.GetPath(log_file, sizeof(log_file));
[all...]
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Ddestroy_s.c58 free (c->log_file);
H A Dcontext_s.c113 ctx->log_context.log_file = strdup(p);
127 if (ctx->log_context.log_file == NULL)
128 asprintf(&ctx->log_context.log_file, "%s/log", hdb_db_dir(context));
H A Dprivate.h74 char *log_file; member in struct:kadm5_log_context
H A Dinit_s.c57 assert(ctx->log_context.log_file != NULL);
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_log.c467 IN uint8_t log_flags, IN const char *log_file,
476 p_log->log_file_name = (char *)log_file;
481 if (log_file == NULL || !strcmp(log_file, "-") ||
482 !strcmp(log_file, "stdout"))
484 else if (!strcmp(log_file, "stderr"))
496 IN uint8_t log_flags, IN const char *log_file,
499 return osm_log_init_v2(p_log, flush, log_flags, log_file, 0,
466 osm_log_init_v2(IN osm_log_t * p_log, IN boolean_t flush, IN uint8_t log_flags, IN const char *log_file, IN unsigned long max_size, IN boolean_t accum_log_file) argument
495 osm_log_init(IN osm_log_t * p_log, IN boolean_t flush, IN uint8_t log_flags, IN const char *log_file, IN boolean_t accum_log_file) argument
H A Dmain.c315 printf("--log_file, -f <log-file-name>\n"
641 {"log_file", 1, NULL, 'f'},
906 SET_STR_OPT(opt.log_file, optarg);
1157 if (opt.log_file != NULL)
1158 printf(" Log File: %s\n", opt.log_file);
/freebsd-13-stable/contrib/unbound/util/
H A Dlog.h90 void log_file(FILE *f);
/freebsd-13-stable/crypto/heimdal/lib/hdb/
H A Ddbinfo.c42 char *log_file; member in struct:hdb_dbinfo
79 p = krb5_config_get_string(context, db_binding, "log_file", NULL);
81 di->log_file = strdup(p);
213 return dbp->log_file;
234 free (di->log_file);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_online/
H A Dzpool_online_001_pos.ksh99 log_file "Pool didn't resilver after online"
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_log.h302 IN uint8_t log_flags, IN const char *log_file,
318 * log_file
364 IN uint8_t log_flags, IN const char *log_file,
/freebsd-13-stable/usr.sbin/lpr/lpd/
H A Drecvjob.c118 if (open(pp->log_file, O_WRONLY|O_APPEND, 0664) < 0) {
119 syslog(LOG_ERR, "%s: %m", pp->log_file);
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dmain.c646 const char *log_file = NULL; local
705 log_file = optarg;
772 if (log_file)
773 wpa_debug_open_file(log_file);
921 if (log_file)
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c231 &pp->log_file));
343 cfree(pp->log_file);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1138 llvm::StringRef log_file, uint32_t log_options,
1149 } else if (log_file.empty()) {
1153 auto pos = m_log_streams.find(log_file);
1164 FileSpec(log_file), flags, lldb::eFilePermissionsFileDefault, false);
1167 error_stream << "Unable to open log file: " << log_file; local
1173 m_log_streams[log_file] = log_stream_sp;
1136 EnableLog(llvm::StringRef channel, llvm::ArrayRef<const char *> categories, llvm::StringRef log_file, uint32_t log_options, llvm::raw_ostream &error_stream) argument
/freebsd-13-stable/contrib/unbound/libunbound/
H A Dcontext.c63 log_file(NULL); /* clear that override */
68 log_file(ctx->log_out);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dlog.c219 log_file(const char *timestr, function
268 return krb5_addlog_func(context, fac, min, max, log_file, close_file, fd);

Completed in 327 milliseconds

12