Lines Matching refs:strbuf
529 getmsg(int fd, struct strbuf *ctlptr, struct strbuf *dataptr,
532 extern int __getmsg(int, struct strbuf *, struct strbuf *, int *);
539 getpmsg(int fd, struct strbuf *ctlptr, struct strbuf *dataptr,
542 extern int __getpmsg(int, struct strbuf *, struct strbuf *,
550 putmsg(int fd, const struct strbuf *ctlptr,
551 const struct strbuf *dataptr, int flags)
553 extern int __putmsg(int, const struct strbuf *,
554 const struct strbuf *, int);
561 __xpg4_putmsg(int fd, const struct strbuf *ctlptr,
562 const struct strbuf *dataptr, int flags)
564 extern int __putmsg(int, const struct strbuf *,
565 const struct strbuf *, int);
572 putpmsg(int fd, const struct strbuf *ctlptr,
573 const struct strbuf *dataptr, int band, int flags)
575 extern int __putpmsg(int, const struct strbuf *,
576 const struct strbuf *, int, int);
583 __xpg4_putpmsg(int fd, const struct strbuf *ctlptr,
584 const struct strbuf *dataptr, int band, int flags)
586 extern int __putpmsg(int, const struct strbuf *,
587 const struct strbuf *, int, int);