OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAGICSTR
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/fs/puffs/
t_basic.c
143
#define
MAGICSTR
"nakit ja muusiperunat maustevoilla"
151
strcpy(buf,
MAGICSTR
);
178
ATF_REQUIRE_STREQ(buf,
MAGICSTR
);
361
assert(sizeof(buf) > sizeof(
MAGICSTR
));
371
if (rump_sys_write(fd,
MAGICSTR
, sizeof(
MAGICSTR
)) != sizeof(
MAGICSTR
))
388
ATF_REQUIRE_STREQ(buf,
MAGICSTR
);
/src/tests/fs/vfs/
t_vfsops.c
73
#define
MAGICSTR
"just a string, I like A"
78
char buf[sizeof(
MAGICSTR
)];
88
if (rump_sys_write(fd,
MAGICSTR
, sizeof(
MAGICSTR
)) != sizeof(
MAGICSTR
))
116
if (rump_sys_read(fd, buf, sizeof(buf)) != sizeof(
MAGICSTR
))
119
ATF_REQUIRE_STREQ(buf,
MAGICSTR
);
Completed in 29 milliseconds
Indexes created Mon Sep 29 13:09:55 GMT 2025