Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/syslogd/
HDsyslogd.c417 static struct filed *cfline(const char *, const char *, const char *,
2532 f = cfline(cline, prog, host, pfilter); in readconfigfile()
2646 f = cfline("*.ERR\t/dev/console", "*", "*", "*"); in init()
2650 f = cfline("*.PANIC\t*", "*", "*", "*"); in init()
2898 cfline(const char *line, const char *prog, const char *host, in cfline() function