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

12

/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dlog.c100 fd = open (log_context->log_file, O_RDWR | O_CREAT, 0600);
104 log_context->log_file);
110 log_context->log_file);
134 fd = open (log_context->log_file, O_RDWR | O_CREAT | O_TRUNC, 0600);
H A Dipropd_master.c888 log_fd = open (server_context->log_context.log_file, O_RDONLY, 0);
891 server_context->log_context.log_file);
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dlp.h63 char *log_file; /* LF: log file */ member in struct:printer
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h224 llvm::StringRef log_file, uint32_t log_options,
/freebsd-13-stable/contrib/unbound/util/
H A Dlog.c160 void log_file(FILE *f) function
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h290 char *log_file; member in struct:osm_subn_opt
504 * log_file
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c1112 const char *log_file = APR_ARRAY_IDX(logfiles, idx, const char *);
1117 live_log_path = svn_dirent_join(live_path, log_file, subpool);
1118 backup_log_path = svn_dirent_join(backup_path, log_file, subpool);
1103 const char *log_file = APR_ARRAY_IDX(logfiles, idx, const char *); local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1833 const char ** log_file = &(APR_ARRAY_IDX(*logfiles, i, const char *));
1834 *log_file = svn_dirent_join(SVN_REPOS__DB_DIR, *log_file, pool);
1832 const char ** log_file = &(APR_ARRAY_IDX(*logfiles, i, const char *)); local
/freebsd-13-stable/contrib/subversion/
H A Dwin-tests.py1085 log_file = None
1088 log_file = os.path.join(abs_builddir, log)
1122 log_file, fail_log_file, opts)
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_opensm.c397 p_opt->log_flags, p_opt->log_file,
H A Dosm_subnet.c810 { "log_file", OPT_OFFSET(log_file), opts_parse_charp, NULL, 0 },
1090 free(p_opt->log_file);
1612 p_opt->log_file = strdup(OSM_DEFAULT_LOG_FILE);
2757 "log_file %s\n\n"
2792 p_opts->log_file,
/freebsd-13-stable/contrib/unbound/libunbound/
H A Dlibunbound.c349 log_file(NULL);
494 log_file((FILE*)out);
/freebsd-13-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c174 if (open(pp->log_file, O_WRONLY|O_APPEND, LOG_FILE_MODE) < 0) {
176 pp->log_file);

Completed in 318 milliseconds

12