Searched refs:MSG_NOERROR (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | msg.h | 25 #define MSG_NOERROR 010000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | msg.h | 25 #define MSG_NOERROR 010000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | msg.h | 25 #define MSG_NOERROR 010000 macro
|
/third_party/musl/include/sys/ |
H A D | msg.h | 25 #define MSG_NOERROR 010000 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_msg.c | 13 C(MSG_NOERROR) in f()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv08.c | 45 TEST(msgrcv(queue_id, &rcv_buf, sizeof(rcv_buf.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR)); in verify_msgrcv()
|
H A D | msgrcv07.c | 7 * 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 D | ipc_msg.c | 107 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 D | mod.rs | 951 pub const MSG_NOERROR: ::c_int = 0o10000; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1366 pub const MSG_NOERROR: ::c_int = 0o010000; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2428 pub const MSG_NOERROR: ::c_int = 0o10000; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1829 pub const MSG_NOERROR: ::c_int = 0o10000; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 2952 pub const MSG_NOERROR: ::c_int = 0o10000; consts
|
Completed in 45 milliseconds