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

  /external/libdaemon/libdaemon/
dlog.c 38 const char* daemon_log_ident = NULL; variable
57 openlog(daemon_log_ident ? daemon_log_ident : "UNKNOWN", LOG_PID, LOG_DAEMON);
dlog.h 58 extern const char* daemon_log_ident;
85 /** Return a sensible syslog identification for daemon_log_ident
  /external/libdaemon/examples/
testd.c 56 daemon_pid_file_ident = daemon_log_ident = daemon_ident_from_argv0(argv[0]);

Completed in 112 milliseconds