/external/ltp/testcases/kernel/sched/process_stress/ |
D | process.c | 103 char mtext[80]; /* message text */ member 223 strcpy(sndbuf.mtext, text); in send_message() 243 char mtext[80]; in severe() local 247 vsprintf(mtext, fmt, args); in severe() 250 rc = send_message(msgerr, 2, mtext); in severe() 334 char mtext[80]; in cleanup() local 337 sprintf(mtext, "%d", sig); in cleanup() 338 rc = send_message(msgerr, 3, mtext); in cleanup() 341 errno, msgerr, 3, mtext); in cleanup() 351 char mtext[80]; in nextofkin() local [all …]
|
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv08.c | 53 char mtext[16]; /* message data */ member 66 if (msgsnd(msqid, &msbs, sizeof(msbs.mtext), IPC_NOWAIT)) in msr() 69 sret = msgrcv(msqid, &msbr, sizeof(msbr.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR); in msr() 80 if ((size_t)sret != sizeof(msbs.mtext)) in msr() 82 sret, sizeof(msbs.mtext)); in msr()
|
D | msgrcv07.c | 75 MSGBUF snd_buf1 = {.mtype = MSGTYPE1, .mtext = MSG1}; in test_msg_except() 76 MSGBUF snd_buf2 = {.mtype = MSGTYPE2, .mtext = MSG2}; in test_msg_except() 102 if (strcmp(rcv_buf.mtext, MSG1) == 0 && in test_msg_except() 117 MSGBUF snd_buf1 = {.mtype = MSGTYPE1, .mtext = MSG1}; in test_msg_noerror() 140 if (strncmp(rcv_buf.mtext, MSG1, msg_len) == 0 && in test_msg_noerror()
|
D | msgrcv01.c | 159 if (strcmp(rcv_buf.mtext, cmp_buf.mtext) == 0) { in do_child()
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
D | mesgq_nstest.c | 48 char mtext[80]; /* text of the message */ member 62 n, msg.mtype, n, msg.mtext); in mesgq_read() 136 strcpy(msg.mtext, "Message of type 5!"); in main() 137 n = msgsnd(id, &msg, strlen(msg.mtext), 0); in main()
|
D | msg_comm.c | 47 char mtext[MSGSIZE]; member 76 m.mtext[0] = 'A'; in chld1_msg() 118 m.mtext[0] = 'B'; in chld2_msg()
|
/external/linux-kselftest/tools/testing/selftests/ipc/ |
D | msgque.c | 16 char mtext[MAX_MSG_SIZE]; member 107 if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) { in check_and_destroy_queue() 177 memcpy(msgbuf.mtext, TEST_STRING, sizeof(TEST_STRING)); in fill_msgque() 185 memcpy(msgbuf.mtext, ANOTHER_TEST_STRING, sizeof(ANOTHER_TEST_STRING)); in fill_msgque()
|
/external/strace/tests/ |
D | ipc_msgbuf.c | 94 char mtext[msgsz]; in main() member 97 .mtext = text_string in main()
|
/external/strace/tests-mx32/ |
D | ipc_msgbuf.c | 94 char mtext[msgsz]; in main() member 97 .mtext = text_string in main()
|
/external/strace/tests-m32/ |
D | ipc_msgbuf.c | 94 char mtext[msgsz]; in main() member 97 .mtext = text_string in main()
|
/external/ltp/testcases/kernel/syscalls/ipc/lib/ |
D | libipc.c | 106 m_buf->mtext[i] = ascii_a + (i % 26); in init_buf() 110 m_buf->mtext[i] = '\0'; in init_buf()
|
D | ipcmsg.h | 50 char mtext[MSGSIZE + 1]; /* add 1 here so the message can be 1024 */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | msg.h | 40 char mtext[1]; /* message text */ member
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tree-construction.txt | 1852 current node is an mtext element in the MathML namespace.
|