Lines Matching refs:ctlptr
529 getmsg(int fd, struct strbuf *ctlptr, struct strbuf *dataptr,
535 PERFORM(__getmsg(fd, ctlptr, dataptr, flagsp))
539 getpmsg(int fd, struct strbuf *ctlptr, struct strbuf *dataptr,
546 PERFORM(__getpmsg(fd, ctlptr, dataptr, bandp, flagsp))
550 putmsg(int fd, const struct strbuf *ctlptr,
557 PERFORM(__putmsg(fd, ctlptr, dataptr, flags))
561 __xpg4_putmsg(int fd, const struct strbuf *ctlptr,
568 PERFORM(__putmsg(fd, ctlptr, dataptr, flags|MSG_XPG4))
572 putpmsg(int fd, const struct strbuf *ctlptr,
579 PERFORM(__putpmsg(fd, ctlptr, dataptr, band, flags))
583 __xpg4_putpmsg(int fd, const struct strbuf *ctlptr,
590 PERFORM(__putpmsg(fd, ctlptr, dataptr, band, flags|MSG_XPG4))