Home
last modified time | relevance | path

Searched refs:TEST_STRING (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/ipc/
Dmsgque.c18 #define TEST_STRING "Test sysv5 msg" macro
176 memcpy(msgbuf.mtext, TEST_STRING, sizeof(TEST_STRING)); in fill_msgque()
177 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(TEST_STRING), in fill_msgque()