Home
last modified time | relevance | path

Searched refs:TST_EXP_FD (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/lib/newlib_tests/
Dtest_macros01.c36 TST_EXP_FD(fail_fd(), "fail_fd()"); in do_test()
38 TST_EXP_FD(pass_fd(), "pass_fd()"); in do_test()
40 TST_EXP_FD(inval_val(), "inval_val()"); in do_test()
42 TST_EXP_FD(zero_val(), "zero_val()"); in do_test()
Dtest_macros05.c41 TST_EXP_FD(MACRO_FAIL()); in do_test()
/third_party/ltp/testcases/kernel/syscalls/epoll_create/
Depoll_create01.c27 TST_EXP_FD(do_epoll_create(tc[n]), "epoll_create(%d)", tc[n]); in run()
/third_party/ltp/include/
Dtst_test_macros.h87 #define TST_EXP_FD(SCALL, ...) \ macro
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen11.c284 TST_EXP_FD(open(tc[n].path, tc[n].flags, tc[n].mode), in verify_open()
/third_party/ltp/doc/
Dc-test-api.txt262 TST_EXP_FD(open(fname, O_RDONLY), "open(%s, O_RDONLY)", fname);
269 The 'TST_EXP_FD()' is the same as 'TST_EXP_PASS()' the only difference is that