Lines Matching refs:strbuf
530 getmsg(int fd, struct strbuf *ctlptr, struct strbuf *dataptr, in getmsg()
533 extern int __getmsg(int, struct strbuf *, struct strbuf *, int *); in getmsg()
540 getpmsg(int fd, struct strbuf *ctlptr, struct strbuf *dataptr, in getpmsg()
543 extern int __getpmsg(int, struct strbuf *, struct strbuf *, in getpmsg()
551 putmsg(int fd, const struct strbuf *ctlptr, in putmsg()
552 const struct strbuf *dataptr, int flags) in putmsg()
554 extern int __putmsg(int, const struct strbuf *, in putmsg()
555 const struct strbuf *, int); in putmsg()
562 __xpg4_putmsg(int fd, const struct strbuf *ctlptr, in __xpg4_putmsg()
563 const struct strbuf *dataptr, int flags) in __xpg4_putmsg()
565 extern int __putmsg(int, const struct strbuf *, in __xpg4_putmsg()
566 const struct strbuf *, int); in __xpg4_putmsg()
573 putpmsg(int fd, const struct strbuf *ctlptr, in putpmsg()
574 const struct strbuf *dataptr, int band, int flags) in putpmsg()
576 extern int __putpmsg(int, const struct strbuf *, in putpmsg()
577 const struct strbuf *, int, int); in putpmsg()
584 __xpg4_putpmsg(int fd, const struct strbuf *ctlptr, in __xpg4_putpmsg()
585 const struct strbuf *dataptr, int band, int flags) in __xpg4_putpmsg()
587 extern int __putpmsg(int, const struct strbuf *, in __xpg4_putpmsg()
588 const struct strbuf *, int, int); in __xpg4_putpmsg()