Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmsgbuf.h71 void msgbuf_addstr(struct msgbuf *mbp, int pri, const char *str, int filter_cr);
/freebsd/sys/kern/
H A Dsubr_msgbuf.c184 msgbuf_addstr(struct msgbuf *mbp, int pri, const char *str, int filter_cr) in msgbuf_addstr() argument
258 if ((filter_cr != 0) && (str[i] == '\r')) in msgbuf_addstr()
H A Dsubr_prf.c117 static void msglogstr(char *str, int pri, int filter_cr);
1026 msglogstr(char *str, int pri, int filter_cr) in msglogstr() argument
1031 msgbuf_addstr(msgbufp, pri, str, filter_cr); in msglogstr()