Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c299 static void cfline(const char *, struct filed *,
1595 cfline("*.ERR\t/dev/console", *nextp, "*", "*"); in init()
1601 cfline("*.PANIC\t*", (*nextp)->f_next, "*", "*"); in init()
1681 cfline(cline, f, prog, host); in init()
1762 cfline(const char *line, struct filed *f, const char *prog, const char *host) in cfline() function