Lines Matching refs:msgbuf
41 struct msgbuf { struct
66 extern struct msgbuf *msgbufp; argument
70 void msgbuf_addchar(struct msgbuf *mbp, int c);
71 void msgbuf_addstr(struct msgbuf *mbp, int pri, const char *str, int filter_cr);
72 void msgbuf_clear(struct msgbuf *mbp);
73 void msgbuf_copy(struct msgbuf *src, struct msgbuf *dst);
74 int msgbuf_getbytes(struct msgbuf *mbp, char *buf, int buflen);
75 int msgbuf_getchar(struct msgbuf *mbp);
76 int msgbuf_getcount(struct msgbuf *mbp);
77 void msgbuf_init(struct msgbuf *mbp, void *ptr, int size);
78 int msgbuf_peekbytes(struct msgbuf *mbp, char *buf, int buflen,
80 void msgbuf_reinit(struct msgbuf *mbp, void *ptr, int size);