Home
last modified time | relevance | path

Searched refs:cfline (Results 1 – 1 of 1) sorted by relevance

/src/usr.sbin/syslogd/
H A Dsyslogd.c337 static void cfline(nvlist_t *, const char *, const char *, const char *,
2438 cfline(nvl_conf, cline, prog, host, pfilter); in parseconfigfile()
2462 cfline(nvl_conf, "*.ERR\t/dev/console", "*", "*", "*"); in readconfigfile()
2463 cfline(nvl_conf, "*.PANIC\t*", "*", "*", "*"); in readconfigfile()
3230 cfline(nvlist_t *nvl, const char *line, const char *prog, const char *host, in cfline() function