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

/linux-master/tools/testing/selftests/ipc/
H A Dmsgque.c20 #define TEST_STRING "Test sysv5 msg" macro
178 memcpy(msgbuf.mtext, TEST_STRING, sizeof(TEST_STRING));
179 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(TEST_STRING),

Completed in 213 milliseconds