Symbol: log_file
sbin/unwind/libunbound/libunbound/context.c
66
log_file(NULL); /* clear that override */
sbin/unwind/libunbound/libunbound/context.c
71
log_file(ctx->log_out);
sbin/unwind/libunbound/libunbound/libunbound.c
401
log_file(NULL);
sbin/unwind/libunbound/libunbound/libunbound.c
546
log_file((FILE*)out);
sbin/unwind/libunbound/util/log.h
90
void log_file(FILE *f);
usr.bin/rsync/downloader.c
568
log_file(sess, p, f);
usr.bin/rsync/uploader.c
290
log_file(sess, f);
usr.bin/rsync/uploader.c
354
log_file(sess, f);
usr.bin/rsync/uploader.c
379
log_file(sess, f);
usr.bin/rsync/uploader.c
431
log_file(sess, f);
usr.bin/rsync/uploader.c
456
log_file(sess, f);
usr.bin/rsync/uploader.c
508
log_file(sess, f);
usr.bin/rsync/uploader.c
709
log_file(sess, f);
usr.bin/tmux/log.c
107
if (log_file == NULL)
usr.bin/tmux/log.c
119
if (fprintf(log_file, "%lld.%06d %s%s\n", (long long)tv.tv_sec,
usr.bin/tmux/log.c
121
fflush(log_file);
usr.bin/tmux/log.c
131
if (log_file == NULL)
usr.bin/tmux/log.c
30
static FILE *log_file;
usr.bin/tmux/log.c
65
log_file = fopen(path, "a");
usr.bin/tmux/log.c
67
if (log_file == NULL)
usr.bin/tmux/log.c
70
setvbuf(log_file, NULL, _IOLBF, 0);
usr.bin/tmux/log.c
93
if (log_file != NULL)
usr.bin/tmux/log.c
94
fclose(log_file);
usr.bin/tmux/log.c
95
log_file = NULL;
usr.sbin/httpd/httpd.h
439
TAILQ_ENTRY(log_file) log_entry;
usr.sbin/httpd/httpd.h
441
extern TAILQ_HEAD(log_files, log_file) log_files;
usr.sbin/httpd/httpd.h
527
struct log_file *logaccess;
usr.sbin/httpd/httpd.h
528
struct log_file *logerror;
usr.sbin/httpd/logger.c
102
struct log_file *log;
usr.sbin/httpd/logger.c
140
struct log_file *log;
usr.sbin/httpd/logger.c
202
struct log_file *log, *logfile = NULL, *errfile = NULL;
usr.sbin/httpd/logger.c
249
struct log_file *log;
usr.sbin/httpd/logger.c
40
struct log_file *logger_open_file(const char *);
usr.sbin/httpd/logger.c
87
struct log_file *log, *next;
usr.sbin/httpd/logger.c
99
struct log_file *
usr.sbin/nsd/util.c
218
log_file(priority, message);
usr.sbin/nsd/util.c
228
log_file(priority, message);
usr.sbin/nsd/util.c
66
static log_function_type *current_log_function = log_file;
usr.sbin/nsd/util.h
81
log_function_type log_file;
usr.sbin/unbound/libunbound/context.c
66
log_file(NULL); /* clear that override */
usr.sbin/unbound/libunbound/context.c
71
log_file(ctx->log_out);
usr.sbin/unbound/libunbound/libunbound.c
401
log_file(NULL);
usr.sbin/unbound/libunbound/libunbound.c
546
log_file((FILE*)out);
usr.sbin/unbound/util/log.h
90
void log_file(FILE *f);