Lines Matching defs:config
10 config SYSLOGD
14 usage: syslogd [-a socket] [-O logfile] [-f config file] [-m interval]
95 * recurses the logfile list and resolves config
98 static int resolve_config(struct logfile *file, char *config)
102 for (tk = strtok(config, "; \0"); tk; tk = strtok(NULL, "; \0")) {
151 // Parse config file and update the log file list.
162 * thus no need to open config either.
174 * open config either so just return.
183 * Read config file and add logfiles to the list
222 * Can't open config file or support is not enabled