OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTSTR
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/rump/rumpkern/
t_copy.c
65
#define
TESTSTR
"jippii, lisaa puuroa"
70
char buf[sizeof(
TESTSTR
)+1];
78
ATF_REQUIRE_EQ(thefun(
TESTSTR
, buf, sizeof(buf), &len), 0);
79
ATF_REQUIRE_EQ(len, sizeof(
TESTSTR
));
80
ATF_REQUIRE_STREQ(
TESTSTR
, buf);
84
ATF_REQUIRE_EQ(thefun(
TESTSTR
, buf, sizeof(buf)-1, &len), 0);
85
ATF_REQUIRE_EQ(len, sizeof(
TESTSTR
));
86
ATF_REQUIRE_STREQ(
TESTSTR
, buf);
90
ATF_REQUIRE_EQ(thefun(
TESTSTR
, buf, sizeof(buf)-2, NULL), ENAMETOOLONG);
/src/tests/rump/rumpkern/h_client/
h_forkcli.c
76
#define
TESTSTR
"i am your fatherrrrrrr"
77
#define TESTSLEN (sizeof(
TESTSTR
)-1)
103
if (strcmp(
TESTSTR
, buf) != 0)
107
if (rump_sys_write(pipetti[1],
TESTSTR
, TESTSLEN) != TESTSLEN)
/src/tests/lib/libc/stdio/
t_fmemopen.c
74
#define
TESTSTR
(s) { s, sizeof(s)-1 }
75
TESTSTR
("\0he quick brown fox jumps over the lazy dog"),
76
TESTSTR
("T\0e quick brown fox jumps over the lazy dog"),
77
TESTSTR
("Th\0 quick brown fox jumps over the lazy dog"),
78
TESTSTR
("The\0quick brown fox jumps over the lazy dog"),
79
TESTSTR
("The \0uick brown fox jumps over the lazy dog"),
80
TESTSTR
("The q\0ick brown fox jumps over the lazy dog"),
81
TESTSTR
("The qu\0ck brown fox jumps over the lazy dog"),
82
TESTSTR
("The qui\0k brown fox jumps over the lazy dog"),
83
TESTSTR
("The quic\0 brown fox jumps over the lazy dog")
[
all
...]
/src/tests/fs/vfs/
t_io.c
44
#define
TESTSTR
"this is a string. collect enough and you'll have Em"
45
#define TESTSZ sizeof(
TESTSTR
)
93
ATF_REQUIRE_EQ(rump_sys_write(fd,
TESTSTR
, TESTSZ), TESTSZ);
95
ATF_REQUIRE_STREQ(buf,
TESTSTR
);
Completed in 39 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025