Symbol: MSG_MTYPE_1
regress/lib/libc/sys/t_msgctl.c
195
struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgctl.c
228
sizeof(struct msg), MSG_MTYPE_1, IPC_NOWAIT);
regress/lib/libc/sys/t_msgctl.c
308
struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgctl.c
331
(void)msgrcv(id, &msg, sizeof(struct msg), MSG_MTYPE_1, IPC_NOWAIT);
regress/lib/libc/sys/t_msgrcv.c
112
struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgrcv.c
124
if (msgrcv(id, &msg, MSG_LEN, MSG_MTYPE_1, 0) < 0)
regress/lib/libc/sys/t_msgrcv.c
159
struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgrcv.c
168
MSG_LEN, MSG_MTYPE_1, IPC_NOWAIT) == -1);
regress/lib/libc/sys/t_msgrcv.c
175
MSG_LEN, MSG_MTYPE_1, IPC_NOWAIT) == -1);
regress/lib/libc/sys/t_msgrcv.c
180
MSG_LEN, MSG_MTYPE_1, IPC_NOWAIT) == -1);
regress/lib/libc/sys/t_msgrcv.c
185
SSIZE_MAX, MSG_MTYPE_1, IPC_NOWAIT) == -1);
regress/lib/libc/sys/t_msgrcv.c
192
MSG_LEN - 1, MSG_MTYPE_1, IPC_NOWAIT) == -1);
regress/lib/libc/sys/t_msgrcv.c
211
struct msg msg1 = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgrcv.c
225
(void)msgrcv(id, &msg2, MSG_LEN, MSG_MTYPE_1, IPC_NOWAIT);
regress/lib/libc/sys/t_msgrcv.c
248
struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgrcv.c
269
if (msgrcv(id, &msg, MSG_LEN, MSG_MTYPE_1,
regress/lib/libc/sys/t_msgrcv.c
311
struct msg msg1 = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgrcv.c
312
struct msgsmall msg2 = { MSG_MTYPE_1, { 'x', 'y' } };
regress/lib/libc/sys/t_msgrcv.c
320
MSG_MTYPE_1, IPC_NOWAIT | MSG_NOERROR);
regress/lib/libc/sys/t_msgrcv.c
82
struct msg msg1 = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgrcv.c
83
struct msg msg2 = { MSG_MTYPE_1, { 'x', 'y', 'z' } };
regress/lib/libc/sys/t_msgrcv.c
90
(void)msgrcv(id, &msg2, MSG_LEN, MSG_MTYPE_1, IPC_NOWAIT);
regress/lib/libc/sys/t_msgsnd.c
133
struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgsnd.c
179
struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgsnd.c
223
struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgsnd.c
269
struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } };
regress/lib/libc/sys/t_msgsnd.c
82
struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } };