Searched refs:printline (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/usr.sbin/syslogd/
H A Dextern.h69 extern void printline(const char *, char *, int);
H A Dsyslogd.c722 * then call printline() with one buffer.
784 printline(LocalFQDN, linebuf, 0);
834 printline(cvthname(&frominet), linebuf,
1519 printline(const char *hname, char *msg, int flags) function
1528 "printline(\"%s\", \"%s\", %d)\n", hname, msg, flags);
H A Dtls.c1662 printline(c->tls_conn->hostname, &c->inbuf[c->cur_msg_start],
/netbsd-current/usr.bin/grep/
H A Dqueue.c101 printline(&item->data, '-', NULL, 0);
H A Dgrep.h147 void printline(struct str *line, int sep, regmatch_t *matches, int m);
H A Dutil.c283 * matches. The matching lines are passed to printline() to display the
373 printline(l, ':', matches, m);
375 printline(l, '-', matches, m);
444 printline(struct str *line, int sep, regmatch_t *matches, int m) function
/netbsd-current/games/monop/
H A Dmonop.h69 #define printline() printf("------------------------------\n") macro
H A Dcards.c345 printline();
349 printline();

Completed in 298 milliseconds