Searched refs:testmsg (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sendmail/libsm/ |
H A D | t-smstdio.c | 26 static char testmsg[] = "hello, world\n"; variable 37 (void) sm_io_fprintf(fp, SM_TIME_DEFAULT, "%s", testmsg); 57 if (SM_TEST(n == strlen(testmsg))) 60 SM_TEST(strcmp(buf, testmsg) == 0);
|
/freebsd/crypto/openssl/test/ |
H A D | evp_fetch_prov_test.c | 142 const char testmsg[] = "Hello world"; in test_md() local 151 && TEST_true(calculate_digest(md, testmsg, sizeof(testmsg), exptd)) in test_md() 268 const unsigned char testmsg[] = "Hello world"; in test_cipher() local 271 && TEST_true(encrypt_decrypt(cipher, testmsg, sizeof(testmsg))); in test_cipher()
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 30-test_evp_fetch_prov.t | 115 my $testmsg = 119 "running evp_fetch_prov_test with $alg$testprovstr$testmsg";
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_sysv.c | 74 struct testmsg { struct 188 struct testmsg m; in ATF_TC_BODY() 345 struct testmsg m; in receiver()
|
/freebsd/contrib/tcpdump/ |
H A D | print-decnet.c | 178 struct testmsg /* hello and test message */ struct 235 struct testmsg cm_test; /* hello and test message */ 616 if (length < sizeof(struct testmsg)) in print_decnet_ctlmsg()
|