Home
last modified time | relevance | path

Searched refs:MSG_NOERROR (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmsg.h25 #define MSG_NOERROR 010000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmsg.h25 #define MSG_NOERROR 010000 macro
/third_party/musl/ndk_musl_include/sys/
Dmsg.h25 #define MSG_NOERROR 010000 macro
/third_party/musl/include/sys/
Dmsg.h25 #define MSG_NOERROR 010000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmsg.h25 #define MSG_NOERROR 010000 macro
/third_party/musl/libc-test/src/api/
Dsys_msg.c13 C(MSG_NOERROR) in f()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv08.c45 TEST(msgrcv(queue_id, &rcv_buf, sizeof(rcv_buf.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR)); in verify_msgrcv()
Dmsgrcv07.c89 TEST(msgrcv(queue_id, &rcv_buf, msg_len, MSGTYPE1, MSG_NOERROR)); in test_msg_noerror()
/third_party/musl/libc-test/src/functional/
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/libc-test/semver/
Dfuchsia.txt477 MSG_NOERROR
Dfreebsd.txt769 MSG_NOERROR
Dlinux.txt1318 MSG_NOERROR
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs951 pub const MSG_NOERROR: ::c_int = 0o10000; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1366 pub const MSG_NOERROR: ::c_int = 0o010000; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2952 pub const MSG_NOERROR: ::c_int = 0o10000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1829 pub const MSG_NOERROR: ::c_int = 0o10000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2428 pub const MSG_NOERROR: ::c_int = 0o10000; constant