log_file
return dbp->log_file;
free (di->log_file);
char *log_file;
di->log_file = strdup(p);
ctx->log_context.log_file = strdup(p);
if (ctx->log_context.log_file == NULL)
asprintf(&ctx->log_context.log_file, "%s/log", hdb_db_dir(context));
free (c->log_file);
assert(ctx->log_context.log_file != NULL);
log_fd = open (server_context->log_context.log_file, O_RDONLY, 0);
server_context->log_context.log_file);
fd = open (log_context->log_file, O_RDWR | O_CREAT, 0600);
log_context->log_file);
log_context->log_file);
fd = open (log_context->log_file, O_RDWR | O_CREAT | O_TRUNC, 0600);
char *log_file;
return krb5_addlog_func(context, fac, min, max, log_file, close_file, fd);
} log_file;
#define lfu_filep log_union.log_file.lf_filep
#define lfu_fname log_union.log_file.lf_fname
if (log_file != NULL) {
fprintf(log_file, "%jd %ju %ju\n",
fflush(log_file);
static FILE *log_file = NULL;
log_file = fopen(optarg, "a");
if (log_file == NULL) {
char *log_file; /* LF: log file */
&pp->log_file));
cfree(pp->log_file);
if (open(pp->log_file, O_WRONLY|O_APPEND, LOG_FILE_MODE) < 0) {
pp->log_file);
if (open(pp->log_file, O_WRONLY|O_APPEND, 0664) < 0) {
syslog(LOG_ERR, "%s: %m", pp->log_file);