/src/usr.sbin/syslogd/ |
extern.h | 69 extern void printline(const char *, char *, int);
|
syslogd.c | 754 * then call printline() with one buffer. 816 printline(LocalFQDN, linebuf, 0); 866 printline(cvthname(&frominet), linebuf, 1551 printline(const char *hname, char *msg, int flags) function in typeref:typename:void 1560 "printline(\"%s\", \"%s\", %d)\n", hname, msg, flags);
|
tls.c | 1662 printline(c->tls_conn->hostname, &c->inbuf[c->cur_msg_start],
|
/src/usr.bin/grep/ |
queue.c | 101 printline(&item->data, '-', NULL, 0);
|
grep.h | 147 void printline(struct str *line, int sep, regmatch_t *matches, int m);
|
util.c | 283 * 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 in typeref:typename:void
|
/src/games/monop/ |
monop.h | 69 #define printline() printf("------------------------------\n") macro
|
cards.c | 345 printline(); 349 printline();
|