Searched refs:log_open (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dlogger.h45 extern struct log *log_open __P((size_t, char *));
H A Dlogger.c64 log_open(siz, fname) function
245 l = log_open(30, "/tmp/hoge");
H A Dplog.c250 logp = log_open(250, logfile);
/netbsd-current/sys/sys/
H A Dmsgbuf.h50 extern int log_open; /* is /dev/klog open? */
/netbsd-current/external/bsd/tmux/dist/
H A Dlog.c55 log_open(const char *name) function
79 log_open(name);
H A Dproc.c188 log_open(name);
/netbsd-current/usr.sbin/sdpd/
H A Dlog.c41 log_open(char const *prog, bool log2stderr) function
H A Dsdpd.h135 void log_open(char const *, bool);
H A Dmain.c102 log_open(SDPD, !detach);
/netbsd-current/external/bsd/less/dist/lesstest/
H A Dlesstest.c54 if (logfile != NULL && !log_open(logfile)) {
H A Dlesstest.h61 int log_open(char const* logfile);
H A Dlog.c11 int log_open(const char* logfile) { function
/netbsd-current/sys/kern/
H A Dsubr_log.c97 int log_open; /* also used in log() */ variable
165 if (log_open) {
168 log_open = 1;
194 log_open = 0;
322 if (!cold && log_open) {
H A Dsubr_prf.c313 if (!log_open) {
338 if (!log_open)
385 if (!log_open) {
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgzlog.c813 local int log_open(struct log *log) function
893 if (log_open(log)) {
923 if (log_check(log) && log_open(log))
1009 if (log_check(log) && log_open(log))
/netbsd-current/common/dist/zlib/examples/
H A Dgzlog.c815 local int log_open(struct log *log) function
895 if (log_open(log)) {
925 if (log_check(log) && log_open(log))
1011 if (log_check(log) && log_open(log))
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dgzlog.c815 local int log_open(struct log *log) function
895 if (log_open(log)) {
925 if (log_check(log) && log_open(log))
1011 if (log_check(log) && log_open(log))
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dgzlog.c815 local int log_open(struct log *log) function
895 if (log_open(log)) {
925 if (log_check(log) && log_open(log))
1011 if (log_check(log) && log_open(log))
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzlog.c815 local int log_open(struct log *log) function
895 if (log_open(log)) {
925 if (log_check(log) && log_open(log))
1011 if (log_check(log) && log_open(log))
/netbsd-current/external/bsd/nsd/dist/
H A Dutil.h30 /* Unused, but passed to log_open. */
42 * until log_open and log_set_log_function are called.
50 void log_open(int option, int facility, const char *filename);
H A Dutil.c74 log_open(int option, int facility, const char *filename) function
H A Dnsd.c1476 log_open(LOG_PID, FACILITY, nsd.log_filename);
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dcollector.c71 static int log_open ();
670 err = log_open ();
2029 log_open () function
2036 TprintfT (DBG_LT1, "log_open()\n");
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dcollector.c71 static int log_open ();
670 err = log_open ();
2029 log_open () function
2036 TprintfT (DBG_LT1, "log_open()\n");
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dlog.c563 log_open(kadm5_server_context *server_context, int lock_mode) function
599 "log_open: open %s", log_context->log_file);
607 "log_open: flock %s", log_context->log_file);
638 ret = log_open(server_context, lock_mode);
717 ret = log_open(server_context, LOCK_EX);

Completed in 600 milliseconds

12