Lines Matching refs:logfile
47 struct logfile { struct
48 struct logfile *next; argument
60 char *logfile; argument
68 struct logfile *lfiles; // list of write logfiles
98 static int resolve_config(struct logfile *file, char *config) in resolve_config()
154 struct logfile *file; in parse_config_file()
165 file = xzalloc(sizeof(struct logfile)); in parse_config_file()
177 file = xzalloc(sizeof(struct logfile)); in parse_config_file()
209 file = xzalloc(sizeof(struct logfile)); in parse_config_file()
226 file = xzalloc(sizeof(struct logfile)); in parse_config_file()
228 TT.logfile : "/var/log/messages"); //DEFLOGFILE in parse_config_file()
238 struct logfile *tfd; in open_logfiles()
278 static int write_rotate(struct logfile *tf, int len) in write_rotate()
320 struct logfile *tf = TT.lfiles; in logmsg()
390 struct logfile *fnode = TT.lfiles; in cleanup()