Home
last modified time | relevance | path

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

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