Searched defs:msg (Results 1 - 25 of 66) sorted by relevance

123

/seL4-camkes-master/projects/musllibc/src/network/
H A Dherror.c5 void herror(const char *msg) argument
H A Drecvmsg.c6 ssize_t recvmsg(int fd, struct msghdr *msg, int flags) argument
H A Dres_send.c6 int __res_send(const unsigned char *msg, int msglen, unsigned char *answer, int anslen) argument
H A Dsendmsg.c8 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags) argument
/seL4-camkes-master/projects/musllibc/src/signal/
H A Dpsiginfo.c5 void psiginfo(const siginfo_t *si, const char *msg) argument
H A Dpsignal.c5 void psignal(int sig, const char *msg) argument
/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dperror.c6 void perror(const char *msg) argument
/seL4-camkes-master/projects/camkes/apps/terminal/components/Client/src/
H A Dclient.c11 static void print(const char *msg) { argument
/seL4-camkes-master/projects/musllibc/src/locale/
H A D__lctrans.c5 static const char *dummy(const char *msg, const struct __locale_map *lm) argument
12 const char *__lctrans(const char *msg, const struct __locale_map *lm) argument
17 const char *__lctrans_cur(const char *msg) argument
H A Dlocale_map.c7 const char *__lctrans_impl(const char *msg, const struct __locale_map *lm) argument
/seL4-camkes-master/projects/musllibc/src/mq/
H A Dmq_receive.c3 ssize_t mq_receive(mqd_t mqd, char *msg, size_t len, unsigned *prio) argument
H A Dmq_send.c3 int mq_send(mqd_t mqd, const char *msg, size_t len, unsigned prio) argument
H A Dmq_timedreceive.c4 ssize_t mq_timedreceive(mqd_t mqd, char *restrict msg, size_t len, unsigned *restrict prio, const struct timespec *restrict at) argument
H A Dmq_timedsend.c4 int mq_timedsend(mqd_t mqd, const char *msg, size_t len, unsigned prio, const struct timespec *at) argument
/seL4-camkes-master/projects/musllibc/src/string/
H A Dstrerror_r.c7 char *msg = strerror(err); local
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/test/
H A Dfixint.cpp32 msgpack::unpacked msg; local
H A Dpack_unpack_c.cpp46 msgpack_unpacked msg; local
81 msgpack_unpacked msg; local
[all...]
H A Dpack_unpack.cpp58 msgpack::unpacked msg = msgpack::unpack(sbuf.data(), sbuf.size()); local
69 msgpack::unpacked msg = msgpack::unpack(sbuf.data(), sbuf.size(), off); local
80 msgpack::unpacked msg = msgpack::unpack(sbuf.data(), sbuf.size(), referenced); local
92 msgpack::unpacked msg = msgpack::unpack(sbuf.data(), sbuf.size(), off, referenced); local
103 msgpack::unpacked msg; local
113 msgpack::unpacked msg; local
126 msgpack::unpacked msg; local
138 msgpack::unpacked msg; local
153 msgpack::unpacked msg; local
167 msgpack::unpacked msg; local
181 msgpack::unpacked msg; local
194 msgpack::unpacked msg; local
210 msgpack::unpacked msg; local
276 msgpack::unpacked msg; local
295 msgpack::unpacked msg; local
328 msgpack::unpacked msg; local
346 msgpack::unpacked msg; local
364 msgpack::unpacked msg; local
384 msgpack::unpacked msg; local
437 msgpack::unpacked msg = msgpack::unpack(sbuf.data(), sbuf.size() + 1); local
460 msgpack::unpacked msg = msgpack::unpack(sbuf.data(), sbuf.size(), off); local
[all...]
/seL4-camkes-master/projects/picotcp/test/python/
H A Dzmq_linux.py28 msg = z.recv() variable
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/example/c/
H A Dspeed_test_uint32_array.c9 msgpack_unpacked msg; local
H A Dspeed_test_uint64_array.c10 msgpack_unpacked msg; local
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/adaptor/
H A Dcheck_container_size.hpp23 explicit container_size_overflow(const std::string& msg) argument
26 explicit container_size_overflow(const char* msg): argument
/seL4-camkes-master/tools/rumprun/platform/xen/librumpxen_xendev/
H A Dbusdev_user.h13 struct xsd_sockmsg msg; member in union:rumpxenbus_data_common::__anon905
/seL4-camkes-master/projects/camkes/apps/picotcp_tcp_echo/components/Echo/src/
H A Dudp_echo_socket.c13 int udp_socket_handle_async_received(tx_msg_t *msg) argument
40 udp_socket_handle_async_sent(tx_msg_t *msg) argument
[all...]
/seL4-camkes-master/projects/camkes-tool/tools/
H A Dsqlite-lint.c91 const char *msg = sqlite3_errmsg(db); local

Completed in 256 milliseconds

123