Searched refs:cfline (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.sbin/syslogd/ |
| H A D | syslogd.c | 337 static void cfline(nvlist_t *, const char *, const char *, const char *, 2417 cfline(nvl_conf, cline, prog, host, pfilter); in parseconfigfile() 2441 cfline(nvl_conf, "*.ERR\t/dev/console", "*", "*", "*"); in readconfigfile() 2442 cfline(nvl_conf, "*.PANIC\t*", "*", "*", "*"); in readconfigfile() 3209 cfline(nvlist_t *nvl, const char *line, const char *prog, const char *host, in cfline() function
|