Searched refs:MSG2 (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/config/test/ |
D | pragma_message_test.cpp | 12 #define MSG2 "second message" macro 13 BOOST_PRAGMA_MESSAGE(MSG2)
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
D | 3-1.c | 31 #define MSG2 "234567890" macro 46 const char *msgptr2 = MSG2; in main()
|
D | 3-2.c | 33 #define MSG2 "234567890" macro 48 const char *msgptr2 = MSG2; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
D | 3-1.c | 33 #define MSG2 "234567890" macro 48 const char *msgptr2 = MSG2; in main()
|
D | 3-2.c | 35 #define MSG2 "234567890" macro 50 const char *msgptr2 = MSG2; in main()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv07.c | 32 #define MSG2 "message type2" macro 76 MSGBUF snd_buf2 = {.mtype = MSGTYPE2, .mtext = MSG2}; in test_msg_except()
|
/third_party/openssl/test/ |
D | sslapitest.c | 2125 #define MSG2 "World." macro 2291 if (!TEST_true(SSL_write_early_data(serverssl, MSG2, strlen(MSG2), in test_early_data_read_write() 2293 || !TEST_size_t_eq(written, strlen(MSG2)) in test_early_data_read_write() 2295 || !TEST_mem_eq(buf, readbytes, MSG2, strlen(MSG2))) in test_early_data_read_write() 2690 if (!TEST_false(SSL_write_ex(clientssl, MSG2, strlen(MSG2), &written)) in early_data_skip_helper() 2709 if (!TEST_false(SSL_write_ex(clientssl, MSG2, strlen(MSG2), in early_data_skip_helper() 2746 if (!TEST_true(SSL_write_ex(clientssl, MSG2, strlen(MSG2), &written)) in early_data_skip_helper() 2747 || !TEST_size_t_eq(written, strlen(MSG2)) in early_data_skip_helper() 2751 || !TEST_mem_eq(buf, readbytes, MSG2, strlen(MSG2))) in early_data_skip_helper() 2843 || !SSL_write_ex(serverssl, MSG2, strlen(MSG2), &written) in test_early_data_not_sent() [all …]
|