Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/writev/
Dwritev07.c108 tst_res_hexd(TFAIL, wr_iovec[0].iov_base, TST_RET, in test_partially_valid_iovec()
110 tst_res_hexd(TFAIL, tmp, TST_RET, in test_partially_valid_iovec()
/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl04.c137 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: "); in verify_quota()
138 tst_res_hexd(TINFO, tc->set_data, tc->sz, "expected: "); in verify_quota()
Dquotactl01.c215 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: "); in verify_quota()
216 tst_res_hexd(TINFO, tc->set_data, tc->sz, "expected: "); in verify_quota()
/external/ltp/lib/newlib_tests/
Dtst_res_hexd.c13 tst_res_hexd(TPASS, tmp, sizeof(tmp), "%s%d", "dump", 1); in do_test()
D.gitignore21 tst_res_hexd
/external/ltp/testcases/kernel/syscalls/mbind/
Dmbind01.c198 tst_res_hexd(TINFO, exp_mask->maskp, in do_test()
200 tst_res_hexd(TINFO, getnodemask->maskp, in do_test()
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c73 tst_res_hexd(TINFO, exp_buf, size, "expected:"); in check_file_data()
74 tst_res_hexd(TINFO, rbuf, size, "but read:"); in check_file_data()
/external/ltp/include/
Dtst_test.h55 #define tst_res_hexd(ttype, buf, size, arg_fmt, ...) \ macro
/external/ltp/
Dgen.bp22811 stem: "tst_res_hexd",
22813 srcs: ["lib/newlib_tests/tst_res_hexd.c"],