Searched refs:strbuf (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/include/zephyr/posix/ |
| D | stropts.h | 14 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/ |
| D | stropts.c | 13 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/ |
| D | main.c | 12 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/ |
| D | stropts_h.c | 28 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/subsys/net/lib/http/ |
| D | http_compression.c | 29 char strbuf[HTTP_COMPRESSION_MAX_STRING_LEN + 1] = {0}; in http_compression_parse_accept_encoding() local 63 memcpy(strbuf, start, end - start); in http_compression_parse_accept_encoding() 64 strbuf[end - start] = 0; in http_compression_parse_accept_encoding() 66 if (http_compression_from_text(&detected_compression, strbuf) == 0) { in http_compression_parse_accept_encoding()
|
| /Zephyr-latest/tests/subsys/logging/log_benchmark/src/ |
| D | main.c | 217 char strbuf[] = "test string"; in ZTEST() local 222 LOG_ERR("test with string to duplicate: %s", strbuf); in ZTEST()
|