OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:daemon_ident_from_argv0
(Results
1 - 3
of
3
) sorted by null
/external/libdaemon/libdaemon/
dlog.h
56
/** Specifies the syslog identification, use
daemon_ident_from_argv0
()
91
char *
daemon_ident_from_argv0
(char *argv0);
dlog.c
86
char *
daemon_ident_from_argv0
(char *argv0) {
function
/external/libdaemon/examples/
testd.c
56
daemon_pid_file_ident = daemon_log_ident =
daemon_ident_from_argv0
(argv[0]);
Completed in 1024 milliseconds