/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd06.c | 31 TST_EXP_FAIL(msgsnd(queue_id, &snd_buf, MSGSIZE, 0), EIDRM, in verify_msgsnd() 41 while (msgsnd(queue_id, &snd_buf, MSGSIZE, IPC_NOWAIT) != -1) in do_test()
|
D | msgsnd05.c | 44 TST_EXP_FAIL(msgsnd(queue_id, &snd_buf, MSGSIZE, tc->flag), tc->exp_err, in verify_msgsnd() 84 while (msgsnd(queue_id, &snd_buf, MSGSIZE, IPC_NOWAIT) != -1) in setup()
|
D | msgsnd01.c | 34 TEST(msgsnd(queue_id, &snd_buf, MSGSIZE, 0)); in verify_msgsnd()
|
D | msgsnd02.c | 64 TST_EXP_FAIL(msgsnd(*tc->id, tc->buffer, tc->msgsz, 0), tc->exp_err, in verify_msgsnd()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | msg_comm.c | 77 if (msgsnd(id, &m, sizeof(struct sysv_msg) - sizeof(long), 0) == -1) { in chld1_msg() 119 if (msgsnd(id, &m, sizeof(struct sysv_msg) - sizeof(long), 0) == -1) { in chld2_msg()
|
D | mesgq_nstest.c | 137 n = msgsnd(id, &msg, strlen(msg.mtext), 0); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.mqueues | 35 //msgsnd 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 | msgsnd.c | 5 int msgsnd(int q, const void *m, size_t len, int flag) in msgsnd() function
|
/third_party/musl/porting/liteos_a/user/src/ipc/ |
D | msgsnd.c | 6 int msgsnd(int q, const void *m, size_t len, int flag) in msgsnd() function
|
/third_party/musl/ndk_musl_include/sys/ |
D | msg.h | 40 int msgsnd (int, const void *, size_t, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | msg.h | 40 int msgsnd (int, const void *, size_t, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | msg.h | 40 int msgsnd (int, const void *, size_t, int);
|
/third_party/musl/include/sys/ |
D | msg.h | 40 int msgsnd (int, const void *, size_t, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | msg.h | 40 int msgsnd (int, const void *, size_t, int);
|
/third_party/musl/libc-test/src/api/ |
D | sys_msg.c | 28 {int(*p)(int,const void*,size_t,int) = msgsnd;} in f()
|
/third_party/ltp/libs/libltpipc/ |
D | libmsgctl.c | 115 if (msgsnd(id, &buffer, size + 1, 0) < 0) { in dowriter()
|
/third_party/musl/libc-test/src/functional/ |
D | ipc_msg.c | 74 T(msgsnd(qid, &msg, sizeof msg.data, IPC_NOWAIT)); in snd()
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 191 msgsnd 189
|
D | arc.in | 191 msgsnd 189
|
D | mips_n32.in | 68 msgsnd 6067
|
D | mips_n64.in | 68 msgsnd 5067
|
D | s390x.in | 340 msgsnd 400
|
D | ia64.in | 87 msgsnd 1110
|
D | sparc64.in | 357 msgsnd 400
|
D | sh.in | 367 msgsnd 400
|