Home
last modified time | relevance | path

Searched refs:strbuf (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/posix/
Dstropts.h14 struct strbuf { struct
20 int putmsg(int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, int flags); argument
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);
/Zephyr-latest/lib/posix/options/
Dstropts.c13 int putmsg(int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, int flags) in putmsg()
24 int putpmsg(int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, int band, in putpmsg()
54 int getmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *flagsp) in getmsg()
65 int getpmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *bandp, int *flagsp) in getpmsg()
/Zephyr-latest/tests/posix/xsi_streams/src/
Dmain.c12 const struct strbuf *ctrl = NULL; in ZTEST()
13 const struct strbuf *data = NULL; in ZTEST()
42 struct strbuf *ctrl = NULL; in ZTEST()
43 struct strbuf *data = NULL; in ZTEST()
53 struct strbuf *ctrl = NULL; in ZTEST()
54 struct strbuf *data = NULL; in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dstropts_h.c28 zassert_true(sizeof(((struct strbuf *)0)->maxlen) > 0, "maxlen size is 0"); in ZTEST()
29 zassert_true(sizeof(((struct strbuf *)0)->len) > 0, "len size is 0"); in ZTEST()
30 zassert_true(sizeof(((struct strbuf *)0)->buf) > 0, "buf size is 0"); in ZTEST()
/Zephyr-latest/tests/subsys/logging/log_benchmark/src/
Dmain.c217 char strbuf[] = "test string"; in ZTEST() local
222 LOG_ERR("test with string to duplicate: %s", strbuf); in ZTEST()