OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:teststr2
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/fs/ffs/
t_fifos.c
30
#define
teststr2
"haha, charade"
macro
55
if (rump_sys_write(fd,
teststr2
, sizeof(
teststr2
)) != sizeof(
teststr2
))
90
if (rump_sys_read(fd, buf, sizeof(buf)) != sizeof(
teststr2
))
94
if (strcmp(
teststr2
, buf) != 0)
95
atf_tc_fail("got invalid str, %s vs. %s", buf,
teststr2
);
Completed in 11 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025