Home
last modified time | relevance | path

Searched refs:MSG_EXCEPT (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmsg.h26 #define MSG_EXCEPT 020000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmsg.h26 #define MSG_EXCEPT 020000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmsg.h26 #define MSG_EXCEPT 020000 macro
/third_party/musl/include/sys/
H A Dmsg.h26 #define MSG_EXCEPT 020000 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv03.c49 {EINVAL, MSG_EXCEPT, MSGTYPE,
50 "EINVAL for MSG_COPY with MSG_EXCEPT"},
H A Dmsgrcv02.c61 {&queue_id, &rcv_buf, MSGSIZE, -1, IPC_NOWAIT | MSG_EXCEPT, 0, ENOMSG},
H A Dmsgrcv07.c7 * Basic test for msgrcv(2) using MSG_EXCEPT, MSG_NOERROR, MSG_COPY and
10 * * With MSG_EXCEPT flag any message type but the one passed to the function
62 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, MSGTYPE2, MSG_EXCEPT)); in test_msg_except()
64 tst_res(TFAIL | TTERRNO, "msgrcv(MSG_EXCEPT) failed"); in test_msg_except()
68 tst_res(TPASS, "msgrcv(MSG_EXCEPT) succeeded"); in test_msg_except()
71 tst_res(TPASS, "MSG_EXCEPT excepted MSGTYPE2 and got MSGTYPE1"); in test_msg_except()
73 tst_res(TFAIL, "MSG_EXCEPT didn't get MSGTYPE1 message"); in test_msg_except()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs952 pub const MSG_EXCEPT: ::c_int = 0o20000; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2429 pub const MSG_EXCEPT: ::c_int = 0o20000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1830 pub const MSG_EXCEPT: ::c_int = 0o20000; consts

Completed in 28 milliseconds