Home
last modified time | relevance | path

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

/netbsd/usr.sbin/syslogd/
H A Dsyslogd.c263 void cfline(size_t, const char *, struct filed *, const char *,
3386 cfline(linenum, cline, f, prog, host); in read_config_file()
3507 cfline(0, "*.ERR\t/dev/console", *nextp, "*", "*"); in init()
3509 cfline(0, "*.PANIC\t*", (*nextp)->f_next, "*", "*"); in init()
3740 cfline(size_t linenum, const char *line, struct filed *f, const char *prog, in cfline() function