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

12

/freebsd-10.2-release/usr.sbin/ctm/ctm_rmail/
H A Derror.h3 extern void err_set_log(char *log_file);
H A Derror.c35 err_set_log(char *log_file) argument
39 if ((fp = fopen(log_file, "a")) == NULL)
40 err("cannot log to '%s'", log_file);
H A Dctm_rmail.c62 char *log_file = NULL; local
79 STRING('l', log_file)
88 if (log_file != NULL)
89 err_set_log(log_file);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c167 FILE *log_file = (FILE *)data; local
171 fprintf(log_file, FORMAT_PTR, module.BaseOfImage);
172 fprintf(log_file, " %s", buf);
175 fprintf(log_file, " (%d.%d.%d.%d, %d bytes)\n",
189 FILE *log_file)
197 fprintf(log_file,
201 fprintf(log_file,
205 fprintf(log_file,
213 fprintf(log_file,
219 fprintf(log_file,
188 write_process_info(EXCEPTION_RECORD *exception, CONTEXT *context, FILE *log_file) argument
395 FILE *log_file; member in struct:symbols_baton_t
407 FILE *log_file = ((symbols_baton_t*)baton)->log_file; local
446 write_function_detail(STACKFRAME64 stack_frame, int nr_of_frame, FILE *log_file) argument
517 write_stacktrace(CONTEXT *context, FILE *log_file) argument
734 FILE *log_file; local
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/osmeventplugin/src/
H A Dosmeventplugin.c58 FILE *log_file; member in struct:_log_events
70 log->log_file = fopen(SAMPLE_PLUGIN_OUTPUT_FILE, "a+");
72 if (!(log->log_file)) {
89 fclose(log->log_file);
108 fprintf(log->log_file,
120 fprintf(log->log_file,
131 fprintf(log->log_file,
142 fprintf(log->log_file,
/freebsd-10.2-release/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-10.2-release/contrib/subversion/subversion/svnserve/
H A Dserver.h63 apr_file_t *log_file; /* Log filehandle. */
102 apr_file_t *log_file;
180 log_error(svn_error_t *err, apr_file_t *log_file, const char *remote_host,
62 apr_file_t *log_file; /* Log filehandle. */ member in struct:server_baton_t
101 apr_file_t *log_file; member in struct:serve_params_t
H A Dsvnserve.c546 params.log_file = NULL;
802 SVN_INT_ERR(svn_io_file_open(&params.log_file, log_filename,
1103 log_error(err, params.log_file,
1118 log_error(err, params.log_file,
/freebsd-10.2-release/contrib/openpam/
H A Dtest-driver53 # TODO: $log_file, $trs_file and $test_name are defined).
55 log_file= # Where to save the output of the test script.
65 --log-file) log_file=$2; shift;;
88 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
95 "$@" >$log_file 2>&1
/freebsd-10.2-release/usr.sbin/ctm/ctm_dequeue/
H A Dctm_dequeue.c62 char *log_file = NULL; local
76 STRING('l', log_file)
82 if (log_file)
83 err_set_log(log_file);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectLog.cpp122 log_file (),
141 case 'f': log_file.SetFile(option_arg, true); break;
161 log_file.Clear();
177 FileSpec log_file; member in class:CommandObjectLogEnable::CommandOptions
194 char log_file[PATH_MAX]; local
195 if (m_options.log_file)
196 m_options.log_file.GetPath(log_file, sizeof(log_file));
198 log_file[
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_log.c302 IN const char *log_file,
311 p_log->log_file_name = (char *)log_file;
315 if (log_file == NULL || !strcmp(log_file, "-") ||
316 !strcmp(log_file, "stdout"))
318 else if (!strcmp(log_file, "stderr"))
332 IN const char *log_file,
335 return osm_log_init_v2(p_log, flush, log_flags, log_file, 0,
299 osm_log_init_v2(IN osm_log_t * const p_log, IN const boolean_t flush, IN const uint8_t log_flags, IN const char *log_file, IN const unsigned long max_size, IN const boolean_t accum_log_file) argument
329 osm_log_init(IN osm_log_t * const p_log, IN const boolean_t flush, IN const uint8_t log_flags, IN const char *log_file, IN const boolean_t accum_log_file) argument
H A Dmain.c257 printf("--log_file, -f <log-file-name>\n"
550 {"log_file", 1, NULL, 'f'},
770 opt.log_file = optarg;
939 if (opt.log_file != NULL)
940 printf(" Log File: %s\n", opt.log_file);
/freebsd-10.2-release/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
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dremote-st.c57 FILE *log_file; variable
97 putc (c & 0x7f, log_file);
168 fflush (log_file);
302 log_file = fopen (LOG_FILE, "w");
303 if (log_file == NULL)
325 if (log_file)
327 if (ferror (log_file))
329 if (fclose (log_file) != 0)
/freebsd-10.2-release/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-10.2-release/contrib/unbound/util/
H A Dlog.h90 void log_file(FILE *f);
/freebsd-10.2-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_log.h213 IN const char *log_file,
229 * log_file
278 IN const char *log_file, IN const boolean_t accum_log_file);
/freebsd-10.2-release/usr.sbin/ctm/ctm_smail/
H A Dctm_smail.c58 char *log_file = NULL; local
69 STRING('l', log_file)
76 if (log_file != NULL)
77 err_set_log(log_file);
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/
H A Dmain.c173 "--log_file\n"
313 {"log_file", 1, NULL, 'l'},
337 opt.log_file = NULL;
456 opt.log_file = optarg;
457 printf("\tLog File:%s\n", opt.log_file);
/freebsd-10.2-release/contrib/wpa/hostapd/
H A Dmain.c541 const char *log_file = NULL; local
578 log_file = optarg;
609 if (log_file)
610 wpa_debug_open_file(log_file);
651 if (log_file)
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmtest.h87 char *log_file; member in struct:_osmtest_opt
/freebsd-10.2-release/usr.sbin/lpr/lpd/
H A Drecvjob.c116 if (open(pp->log_file, O_WRONLY|O_APPEND, 0664) < 0) {
117 syslog(LOG_ERR, "%s: %m", pp->log_file);

Completed in 312 milliseconds

12