Searched refs:ctlptr (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/lib/posix/options/ |
D | stropts.c | 13 int putmsg(int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, int flags) in putmsg() argument 16 ARG_UNUSED(ctlptr); in putmsg() 24 int putpmsg(int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, int band, in putpmsg() argument 28 ARG_UNUSED(ctlptr); in putpmsg() 54 int getmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *flagsp) in getmsg() argument 57 ARG_UNUSED(ctlptr); in getmsg() 65 int getpmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *bandp, int *flagsp) in getpmsg() argument 68 ARG_UNUSED(ctlptr); in getpmsg()
|
/Zephyr-latest/include/zephyr/posix/ |
D | stropts.h | 20 int putmsg(int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, int flags); 23 int getmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *flagsp); 24 int getpmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *bandp, int *flagsp);
|