/illumos-gate/usr/src/test/util-tests/tests/xargs/ |
H A D | xargs_test.ksh | 21 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" 94 test_start $t "-i multiple lines handling" 106 test_start $t "-E handling" 116 test_start $t "newlines in arguments" 126 test_start $t "limited counts via -n3" 138 test_start $t "multiple lines via -L2" [all …]
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 814 ac_mem_test_start_t test_start; in mtest_run() local 822 (void) memset((void *)&test_start, 0, sizeof (test_start)); in mtest_run() 823 mema_cmd_init(&cmd, &test_start, outputstr, 0); in mtest_run() 824 dump_ioctl(AC_MEM_TEST_START, &test_start); in mtest_run() 827 dump_ioctl_res(AC_MEM_TEST_START, &test_start, ret, ret_errno); in mtest_run() 835 if (ret_errno == EBUSY && test_start.tester_pid > 0) { in mtest_run() 840 if (kill(test_start.tester_pid, 0) != -1 || 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() [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/poll/ |
H A D | poll_test.c | 116 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 D | wcsrtombs_test.c | 87 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 D | newlocale_test.c | 140 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 D | sigqueue_queue_size.c | 33 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 D | printf_test.ksh | 20 test_start() { function 203 test_start $t "${tests[$i][desc]}"
|
/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/ |
H A D | nl_langinfo_test.c | 187 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/common/ |
H A D | test_common.h | 32 extern test_t test_start(const char *name, ...);
|
H A D | test_common.c | 60 test_start(const char *format, ...) in test_start() function
|
/illumos-gate/usr/src/test/libc-tests/tests/fpround/ |
H A D | fpround_test.c | 86 t = test_start("*printf() floating-point rounding tests."); in main()
|
/illumos-gate/usr/src/test/libc-tests/tests/i18n/ |
H A D | bindtextdomain_test.c | 121 test_t t = test_start(tc->name); in main()
|
/illumos-gate/usr/src/test/libc-tests/tests/wctype/ |
H A D | wctype_test.c | 42 test_t t = test_start(#x "_should is subset of " #y);\
|
/illumos-gate/usr/src/test/libc-tests/tests/fexecve/ |
H A D | fexecve_test.c | 52 t = test_start(msg); in forkit()
|
/illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 823 t = test_start("finding compiler"); in find_compiler() 972 t = test_start("%s : %c%s", sym_test_name(st), in test_compile()
|