OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tst_res_hexd
(Results
1 - 6
of
6
) sorted by null
/external/ltp/lib/newlib_tests/
tst_res_hexd.c
23
char tmp[] = "Hello from
tst_res_hexd
";
25
tst_res_hexd
(TPASS, tmp, sizeof(tmp), "%s%d", "dump", 1);
/external/ltp/testcases/kernel/syscalls/writev/
writev07.c
117
tst_res_hexd
(TFAIL, wr_iovec[0].iov_base, TST_RET,
119
tst_res_hexd
(TFAIL, tmp, TST_RET,
/external/ltp/testcases/kernel/syscalls/mbind/
mbind01.c
210
tst_res_hexd
(TINFO, exp_mask->maskp,
212
tst_res_hexd
(TINFO, getnodemask->maskp,
/external/ltp/testcases/kernel/syscalls/quotactl/
quotactl01.c
201
tst_res_hexd
(TINFO, tc->res_data, tc->sz, "retval: ");
202
tst_res_hexd
(TINFO, tc->set_data, tc->sz, "expected: ");
/external/ltp/include/
tst_test.h
61
#define
tst_res_hexd
(ttype, buf, size, arg_fmt, ...) \
macro
/external/ltp/testcases/kernel/syscalls/fallocate/
fallocate04.c
87
tst_res_hexd
(TINFO, exp_buf, size, "expected:");
88
tst_res_hexd
(TINFO, rbuf, size, "but read:");
Completed in 639 milliseconds