syslogd.c | 264 void cfline(size_t, const char *, struct filed *, const char *, 3418 cfline(linenum, cline, f, prog, host); 3539 cfline(0, "*.ERR\t/dev/console", *nextp, "*", "*"); 3541 cfline(0, "*.PANIC\t*", (*nextp)->f_next, "*", "*"); 3772 cfline(size_t linenum, const char *line, struct filed *f, const char *prog, function in typeref:typename:void 3783 "cfline(%zu, \"%s\", f, \"%s\", \"%s\")\n",
|