Home
last modified time | relevance | path

Searched refs:MSG_NOERROR (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmsg.h25 #define MSG_NOERROR 010000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmsg.h25 #define MSG_NOERROR 010000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmsg.h25 #define MSG_NOERROR 010000 macro
/third_party/musl/include/sys/
H A Dmsg.h25 #define MSG_NOERROR 010000 macro
/third_party/musl/libc-test/src/api/
H A Dsys_msg.c13 C(MSG_NOERROR) in f()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv08.c45 TEST(msgrcv(queue_id, &rcv_buf, sizeof(rcv_buf.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR)); in verify_msgrcv()
H A Dmsgrcv07.c7 * Basic test for msgrcv(2) using MSG_EXCEPT, MSG_NOERROR, MSG_COPY and
13 * * With MSG_NOERROR and buffer size less than message size only part of the
89 TEST(msgrcv(queue_id, &rcv_buf, msg_len, MSGTYPE1, MSG_NOERROR)); in test_msg_noerror()
91 tst_res(TFAIL | TTERRNO, "msgrcv(MSG_NOERROR) failed"); in test_msg_noerror()
95 tst_res(TPASS, "msgrcv(MSG_NOERROR) succeeded"); in test_msg_noerror()
98 tst_res(TPASS, "MSG_NOERROR truncated message correctly"); in test_msg_noerror()
100 tst_res(TFAIL, "MSG_NOERROR truncated message incorrectly"); in test_msg_noerror()
/third_party/musl/libc-test/src/functional/
H A Dipc_msg.c107 if (msgrcv(qid, &msg, sizeof msg.data, msgtyp, MSG_NOERROR|IPC_NOWAIT) != -1 || errno != ENOMSG) in rcv()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs951 pub const MSG_NOERROR: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1366 pub const MSG_NOERROR: ::c_int = 0o010000; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2428 pub const MSG_NOERROR: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1829 pub const MSG_NOERROR: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2952 pub const MSG_NOERROR: ::c_int = 0o10000; consts

Completed in 45 milliseconds