Home
last modified time | relevance | path

Searched refs:testmsg (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/sendmail/libsm/
H A Dt-smstdio.c26 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-12.1/contrib/netbsd-tests/kernel/
H A Dt_sysv.c76 struct testmsg { struct
207 struct testmsg m; in ATF_TC_BODY()
386 struct testmsg m; in receiver()
/freebsd-12.1/contrib/tcpdump/
H A Dprint-decnet.c208 struct testmsg /* hello and test message */ struct
265 struct testmsg cm_test; /* hello and test message */
658 if (length < sizeof(struct testmsg)) in print_decnet_ctlmsg()