HomeSort by: relevance | last modified time | path
    Searched defs:cfline (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/syslogd/
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",
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",

Completed in 43 milliseconds