Searched refs:MSG2 (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv07.c | 38 #define MSG2 "messagetype2" macro 47 {MSGTYPE2, MSG2} 150 if (strcmp(rcv_buf.mtext, MSG2) == 0 && rcv_buf.type == MSGTYPE2) in test_msg_copy() 202 if (strcmp(rcv_buf.mtext, MSG2) == 0 && rcv_buf.type == MSGTYPE2) { in test_positive_msgtyp()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
H A D | 3-2.c | 33 #define MSG2 "234567890" macro 48 const char *msgptr2 = MSG2; in main()
|
H A D | 3-1.c | 31 #define MSG2 "234567890" macro 46 const char *msgptr2 = MSG2; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 3-2.c | 35 #define MSG2 "234567890" macro 50 const char *msgptr2 = MSG2; in main()
|
H A D | 3-1.c | 33 #define MSG2 "234567890" macro 48 const char *msgptr2 = MSG2; in main()
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 3329 #define MSG2 "World." macro 3507 if (!TEST_true(SSL_write_early_data(serverssl, MSG2, strlen(MSG2), in test_early_data_read_write() 3509 || !TEST_size_t_eq(written, strlen(MSG2)) in test_early_data_read_write() 3511 || !TEST_mem_eq(buf, readbytes, MSG2, strlen(MSG2))) in test_early_data_read_write() 3942 if (!TEST_false(SSL_write_ex(clientssl, MSG2, strlen(MSG2), &written)) in early_data_skip_helper() 3961 if (!TEST_false(SSL_write_ex(clientssl, MSG2, strlen(MSG2), in early_data_skip_helper() [all...] |
Completed in 8 milliseconds