Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh20 test_start() { function
47 test_start $t "-I handling"
57 test_start $t "-n 1 handling"
70 test_start $t "-I before -n 1"
83 test_start $t "-n 1 before -I"
93 test_start $t "-i multiple lines handling"
105 test_start $t "-E handling"
115 test_start $t "newlines in arguments"
125 test_start $t "limited counts via -n3"
137 test_start $t "multiple lines via -L2"
[all …]
/titanic_41/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c816 ac_mem_test_start_t test_start; in mtest_run() local
824 (void) memset((void *)&test_start, 0, sizeof (test_start)); in mtest_run()
825 mema_cmd_init(&cmd, &test_start, outputstr, 0); in mtest_run()
826 dump_ioctl(AC_MEM_TEST_START, &test_start); in mtest_run()
829 dump_ioctl_res(AC_MEM_TEST_START, &test_start, ret, ret_errno); in mtest_run()
837 if (ret_errno == EBUSY && test_start.tester_pid > 0) { in mtest_run()
842 if (kill(test_start.tester_pid, 0) != -1 || in mtest_run()
851 bname, test_start.tester_pid); in mtest_run()
859 test_stop.handle = test_start.handle; in mtest_run()
872 (void) memset((void *)&test_start, 0, in mtest_run()
[all …]
/titanic_41/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()
/titanic_41/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()
/titanic_41/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()
/titanic_41/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()
/titanic_41/usr/src/test/util-tests/tests/printf/
H A Dprintf_test.ksh20 test_start() { function
203 test_start $t "${tests[$i][desc]}"
/titanic_41/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
/titanic_41/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()
/titanic_41/usr/src/test/libc-tests/tests/fpround/
H A Dfpround_test.c86 t = test_start("*printf() floating-point rounding tests."); in main()
/titanic_41/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c42 test_t t = test_start(#x "_should is subset of " #y);\
/titanic_41/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c720 t = test_start("finding compiler"); in find_compiler()
881 t = test_start("%s : %c%s", sym_test_name(st), in test_compile()