Searched refs:MSG5 (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
H A D | 3-2.c | 39 #define MSG5 "567890" macro 51 const char *msgptr5 = MSG5; in main()
|
H A D | 3-1.c | 37 #define MSG5 "567890" macro 49 const char *msgptr5 = MSG5; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 3-2.c | 41 #define MSG5 "567890" macro 53 const char *msgptr5 = MSG5; in main()
|
H A D | 3-1.c | 39 #define MSG5 "567890" macro 51 const char *msgptr5 = MSG5; in main()
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 3332 #define MSG5 "a" macro 3539 if (!TEST_true(SSL_write_ex(clientssl, MSG5, strlen(MSG5), &written)) in test_early_data_read_write() 3540 || !TEST_size_t_eq(written, strlen(MSG5)) in test_early_data_read_write() 3587 || !TEST_size_t_eq(readbytes, strlen(MSG5))) in test_early_data_read_write() 3664 if (!TEST_true(SSL_write_ex(clientssl, MSG5, strlen(MSG5), &written)) in test_early_data_read_write() 3665 || !TEST_size_t_eq(written, strlen(MSG5)) in test_early_data_read_write() 3667 || !TEST_size_t_eq(readbytes, strlen(MSG5))) in test_early_data_read_write()
|
Completed in 14 milliseconds