Home
last modified time | relevance | path

Searched refs:test_start (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh21 test_start() { function
48 test_start $t "-I handling"
58 test_start $t "-n 1 handling"
71 test_start $t "-I before -n 1"
84 test_start $t "-n 1 before -I"
106 test_start $t "-E handling"
116 test_start $t "newlines in arguments"
149 test_start $t "argument sizes"
162 test_start $t "bare -e"
172 test_start $t "-E ''"
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c814 ac_mem_test_start_t test_start; in mtest_run() local
822 (void) memset((void *)&test_start, 0, sizeof (test_start)); in mtest_run()
849 bname, test_start.tester_pid); in mtest_run()
857 test_stop.handle = test_start.handle; in mtest_run()
870 (void) memset((void *)&test_start, 0, in mtest_run()
871 sizeof (test_start)); in mtest_run()
888 handle.drvhandle = (void *)&test_start; in mtest_run()
890 handle.bank_size = test_start.bank_size; in mtest_run()
891 handle.page_size = test_start.page_size; in mtest_run()
893 handle.lines_per_page = test_start.page_size / test_start.line_size; in mtest_run()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c116 test_start(const char *testName, const char *format, ...) in test_start() function
237 test_start(testName, "poll for %d sec with no fds\n", timeout); in poll_no_fd_test()
270 test_start(testName, "poll for %d sec with fds\n", timeout); in poll_with_fds_test()
298 test_start(testName, "poll for %d sec with no fds\n", timeout); in dev_poll_no_fd_test()
327 test_start(testName, "poll for %d sec with fds\n", timeout); in dev_poll_with_fds_test()
/illumos-gate/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c87 t = test_start("wcsrtombs (locale %s)", locale); in test_wcsrtombs_1()
128 t = test_start("wcsrtombs_l (locale %s)", locale); in test_wcsrtombs_l()
236 t = test_start("wcsrtombs_partial"); in test_wcsrtombs_partial()
283 t = test_start("wcsrtombs_negative"); in test_wcsrtombs_negative()
316 t = test_start("wcsrntombs_partial"); in test_wcsnrtombs_partial()
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c140 t = test_start(tname); in test_newlocale_negative()
169 t = test_start(tname); in test_newlocale_categories()
204 t = test_start(tname); in test_newlocale_composite()
/illumos-gate/usr/src/test/os-tests/tests/sigqueue/
H A Dsigqueue_queue_size.c33 test_start(const char *test_name, const char *format, ...) in test_start() function
83 test_start(test_name, "queue maximum number of signals\n"); in sigqueue_maximum_test()
/illumos-gate/usr/src/test/util-tests/tests/printf/
H A Dprintf_test.ksh20 test_start() { function
203 test_start $t "${tests[$i][desc]}"
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.h32 extern test_t test_start(const char *name, ...);
H A Dtest_common.c60 test_start(const char *format, ...) in test_start() function
/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c187 t = test_start(tname); in test_nl_langinfo_1()
220 t = test_start(tname); in test_nl_langinfo_l()
/illumos-gate/usr/src/test/libc-tests/tests/fpround/
H A Dfpround_test.c86 t = test_start("*printf() floating-point rounding tests."); in main()
/illumos-gate/usr/src/test/libc-tests/tests/i18n/
H A Dbindtextdomain_test.c121 test_t t = test_start(tc->name); in main()
/illumos-gate/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c42 test_t t = test_start(#x "_should is subset of " #y);\
/illumos-gate/usr/src/test/libc-tests/tests/fexecve/
H A Dfexecve_test.c52 t = test_start(msg); in forkit()
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c766 t = test_start("finding compiler"); in find_compiler()
948 t = test_start("%s : %c%s", sym_test_name(st), in test_compile()