Searched refs:tst_res_hexd (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/syscalls/writev/ |
D | writev07.c | 108 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/ |
D | quotactl04.c | 137 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()
|
D | quotactl01.c | 215 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/ |
D | tst_res_hexd.c | 13 tst_res_hexd(TPASS, tmp, sizeof(tmp), "%s%d", "dump", 1); in do_test()
|
D | .gitignore | 21 tst_res_hexd
|
/external/ltp/testcases/kernel/syscalls/mbind/ |
D | mbind01.c | 198 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/ |
D | fallocate04.c | 73 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/ |
D | tst_test.h | 55 #define tst_res_hexd(ttype, buf, size, arg_fmt, ...) \ macro
|
/external/ltp/ |
D | gen.bp | 22811 stem: "tst_res_hexd", 22813 srcs: ["lib/newlib_tests/tst_res_hexd.c"],
|