Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dt-smstdio.c28 static char testmsg[] = "hello, world\n"; variable
39 (void) sm_io_fprintf(fp, SM_TIME_DEFAULT, "%s", testmsg);
59 if (SM_TEST(n == strlen(testmsg)))
62 SM_TEST(strcmp(buf, testmsg) == 0);