/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv07.c | 62 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, MSGTYPE2, MSG_EXCEPT)); in test_msg_except() 89 TEST(msgrcv(queue_id, &rcv_buf, msg_len, MSGTYPE1, MSG_NOERROR)); in test_msg_noerror() 122 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, 0, MSG_COPY | IPC_NOWAIT)); in test_msg_copy() 142 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, 1, MSG_COPY | IPC_NOWAIT)); in test_msg_copy() 172 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, 0, 0)); in test_zero_msgtyp() 194 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, MSGTYPE2, 0)); in test_positive_msgtyp() 219 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, -MSGTYPE2, 0)); in test_negative_msgtyp()
|
D | msgrcv06.c | 27 TST_EXP_FAIL2(msgrcv(queue_id, &rcv_buf, MSGSIZE, 1, 0), EIDRM, in verify_msgrcv()
|
D | msgrcv05.c | 33 TST_EXP_FAIL2(msgrcv(queue_id, &rcv_buf, MSGSIZE, 1, 0), EINTR, in verify_msgrcv()
|
D | msgrcv08.c | 45 TEST(msgrcv(queue_id, &rcv_buf, sizeof(rcv_buf.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR)); in verify_msgrcv()
|
D | msgrcv03.c | 62 …TST_EXP_FAIL2(msgrcv(queue_id, &rcv_buf, MSGSIZE, tc->msg_type, MSG_COPY | tc->msg_flag), tc->exp_… in verify_msgrcv()
|
D | msgrcv01.c | 30 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, 1, 0)); in verify_msgrcv()
|
D | msgrcv02.c | 66 TST_EXP_FAIL2(msgrcv(*tc->id, tc->buffer, tc->msgsz, tc->msgtyp, tc->msgflag), tc->exp_err, in verify_msgrcv()
|
/third_party/musl/libc-test/src/functional/ |
D | ipc_msg.c | 98 if (msgrcv(qid, &msg, 0, msgtyp, 0) != -1 || errno != E2BIG) in rcv() 102 T(msgrcv(qid, &msg, sizeof msg.data, msgtyp, IPC_NOWAIT)); in rcv() 107 if (msgrcv(qid, &msg, sizeof msg.data, msgtyp, MSG_NOERROR|IPC_NOWAIT) != -1 || errno != ENOMSG) in rcv()
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.mqueues | 34 //msgrcv NO LOW WON'T 40 msgclt, msgget, msgrcv, msgsnd will not be tested at this time as they do
|
/third_party/musl/src/ipc/ |
D | msgrcv.c | 5 ssize_t msgrcv(int q, void *m, size_t len, long type, int flag) in msgrcv() function
|
/third_party/musl/porting/liteos_a/user/src/ipc/ |
D | msgrcv.c | 7 ssize_t msgrcv(int q, void *m, size_t len, long type, int flag) in msgrcv() function
|
/third_party/musl/ndk_musl_include/sys/ |
D | msg.h | 39 ssize_t msgrcv (int, void *, size_t, long, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | msg.h | 39 ssize_t msgrcv (int, void *, size_t, long, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | msg.h | 39 ssize_t msgrcv (int, void *, size_t, long, int);
|
/third_party/musl/include/sys/ |
D | msg.h | 39 ssize_t msgrcv (int, void *, size_t, long, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | msg.h | 39 ssize_t msgrcv (int, void *, size_t, long, int);
|
/third_party/musl/libc-test/src/api/ |
D | sys_msg.c | 27 {ssize_t(*p)(int,void*,size_t,long,int) = msgrcv;} in f()
|
/third_party/ltp/libs/libltpipc/ |
D | libmsgctl.c | 52 size = msgrcv(id, &buffer, 100, type, 0); in doreader()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | msg_comm.c | 87 n = msgrcv(id, &rec, sizeof(struct sysv_msg) - sizeof(long), in chld1_msg()
|
D | mesgq_nstest.c | 57 n = msgrcv(id, &msg, READMAX, 5, 0); in mesgq_read()
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 190 msgrcv 188
|
D | arc.in | 190 msgrcv 188
|
D | mips_n32.in | 69 msgrcv 6068
|
D | mips_n64.in | 69 msgrcv 5068
|
D | s390x.in | 341 msgrcv 401
|