Searched refs:MSG5 (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/leave/ |
H A D | leave.c | 177 #define MSG5 "\07\07That was the last time I'll tell you. Bye.\n" in doalarm() macro 178 (void)write(STDOUT_FILENO, MSG5, sizeof(MSG5) - 1); in doalarm()
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 3348 #define MSG5 "a" macro 3582 if (!TEST_true(SSL_write_ex(clientssl, MSG5, strlen(MSG5), &written)) in test_early_data_read_write() 3583 || !TEST_size_t_eq(written, strlen(MSG5)) in test_early_data_read_write() 3630 || !TEST_size_t_eq(readbytes, strlen(MSG5))) in test_early_data_read_write() 3707 if (!TEST_true(SSL_write_ex(clientssl, MSG5, strlen(MSG5), &written)) in test_early_data_read_write() 3708 || !TEST_size_t_eq(written, strlen(MSG5)) in test_early_data_read_write() 3710 || !TEST_size_t_eq(readbytes, strlen(MSG5))) in test_early_data_read_write()
|