Searched refs:MSG_EXCEPT (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/musl/include/sys/ |
D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv03.c | 49 {EINVAL, MSG_EXCEPT, MSGTYPE,
|
D | msgrcv02.c | 61 {&queue_id, &rcv_buf, MSGSIZE, -1, IPC_NOWAIT | MSG_EXCEPT, 0, ENOMSG},
|
D | msgrcv07.c | 62 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, MSGTYPE2, MSG_EXCEPT)); in test_msg_except()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 472 MSG_EXCEPT
|
D | linux.txt | 1313 MSG_EXCEPT
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 952 pub const MSG_EXCEPT: ::c_int = 0o20000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1830 pub const MSG_EXCEPT: ::c_int = 0o20000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2429 pub const MSG_EXCEPT: ::c_int = 0o20000; constant
|