HomeSort by relevance Sort by last modified time
    Searched refs:daemon_log_use (Results 1 - 3 of 3) sorted by null

  /external/libdaemon/libdaemon/
dlog.c 37 enum daemon_log_flags daemon_log_use = DAEMON_LOG_AUTO|DAEMON_LOG_STDERR; variable in typeref:enum:daemon_log_flags
56 if (daemon_log_use & DAEMON_LOG_SYSLOG) {
64 if (daemon_log_use & DAEMON_LOG_STDERR) {
69 if (daemon_log_use & DAEMON_LOG_STDOUT) {
dlog.h 41 /** Specifies where to send the log messages to. The global variable daemon_log_use takes values of this type.
54 extern enum daemon_log_flags daemon_log_use;
dfork.c 202 if (daemon_log_use & DAEMON_LOG_AUTO)
203 daemon_log_use = DAEMON_LOG_SYSLOG;

Completed in 263 milliseconds