Searched refs:MSG5 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/usr.bin/leave/ |
| HD | leave.c | 189 #define MSG5 "\07\07That was the last time I'll tell you. Bye.\n" in doalarm() macro 190 (void)write(STDOUT_FILENO, MSG5, sizeof(MSG5) - 1); in doalarm()
|
| /freebsd-14-stable/crypto/openssl/test/ |
| HD | 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()
|