Searched refs:MSG_WR (Results 1 – 4 of 4) sorted by relevance
38 #define MSG_WR 0200 /* write permission for the queue */ macro39 #define MSG_RW MSG_RD | MSG_WR
68 int test_flags[] = { MSG_RD, MSG_WR, MSG_RD | MSG_WR };
86 TEST(msgget(msgkey, IPC_CREAT | IPC_EXCL | MSG_RD | MSG_WR)); in main()
182 msgget(msgkey2, IPC_CREAT | IPC_EXCL | MSG_RD | MSG_WR)) == -1) { in setup()