Home
last modified time | relevance | path

Searched defs:daemon_state (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/daemon/
H A Ddaemon.c72 struct daemon_state { struct
73 unsigned char buf[LBUF_SIZE];
74 size_t pos;
75 char **argv;
76 const char *child_pidfile;
77 const char *parent_pidfile;
78 const char *output_filename;
79 const char *syslog_tag;
80 const char *title;
104 static void reopen_log(struct daemon_state *); argument