Searched refs:test (Results 1 - 25 of 164) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libsaveargs/tests/functional/
H A Dbasic.c20 test(long a, long b, long c, long d) function
30 test(1, 2, 3, 4);
H A Dalign.c20 test(long a, long b, long c, long d, long e) function
30 test(1, 2, 3, 4, 5);
H A Dbig-struct-ret-and-spill.c26 test(long a, long b, long c, long d, long e, long f, long g, long h) function
36 test(1, 2, 3, 4, 5, 6, 7, 8);
H A Dbig-struct-ret.c26 test(long a, long b, long c, long d) function
36 test(1, 2, 3, 4);
H A Dsmall-struct-ret-and-spill.c25 test(long a, long b, long c, long d, long e, long f, long g, long h) function
35 test(1, 2, 3, 4, 5, 6, 7, 8);
H A Dsmall-struct-ret.c25 test(long a, long b, long c, long d) function
35 test(1, 2, 3, 4);
H A Dstack-spill.c20 test(long a, long b, long c, long d, long e, long f, long g, long h) function
30 test(1, 2, 3, 4, 5, 6, 7, 8);
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_test.c61 caddr_t va; /* test target VA */
63 uint_t in_test; /* count of threads in test */
100 struct test_info *test; local
135 * again, instead return the current test info.
149 * find the test entry
153 for (test = test_base; test != NULL; test = test->next) {
154 if (test
237 struct test_info *test, **prev; local
301 struct test_info *test, **prev; local
354 struct test_info *test; local
506 struct test_info *test; local
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/providers/
H A Derr.D_PDESC_ZERO.nonprofile.d31 * Simple profile provider test;
45 profile:::test
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrlen.s60 test %edx, %edx
71 test %edx, %edx /* if no null byte, %edx must be 0 */
77 test %edx, %edx
83 test %edx, %edx
89 test %edx, %edx
113 test %dl, %dl
115 test $0x01, %dl
118 test $0x02, %dl
122 test $0x04, %dl
125 test
[all...]
H A Dstrcpy.s37 test %edx, %edx
54 test %edx, %edx /* edx will be 0 if chars are non-null */
75 test %edx, %edx
159 test %edx, %edx /* edx will be 0 if chars are non-null */
172 test %edx, %edx
184 test %edx, %edx
197 test %edx, %edx
209 test %edx, %edx
236 test %edx, %edx
257 test
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d42 printf("sdt:::test failed.\n");
46 sdt:::test
57 sdt:::test
65 trace("test timed out");
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrtok.c112 char blah[80], test[80]; local
118 printf("String tokenizer test:\n");
119 strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function.");
120 for (word = strtok(test, sep); word; word = strtok(NULL, sep))
122 strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function.");
124 for (word = strtok_r(test, sep, &brkt); word;
/illumos-gate/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c73 struct wcsrtombs_test *test; member in struct:__anon4441
81 test_wcsrtombs_1(const char *locale, struct wcsrtombs_test *test) argument
97 for (int i = 0; test[i].mbs[0] != 0; i++) {
99 const wchar_t *wcs = test[i].wcs;
105 if (cnt != strlen(test[i].mbs)) {
107 cnt, strlen(test[i].mbs));
109 if (strcmp(mbs, test[i].mbs) != 0) {
111 mbs, test[i].mbs);
121 test_wcsrtombs_l(const char *locale, struct wcsrtombs_test *test) argument
143 for (int i = 0; test[
167 test_wcsrtombs_thr_iter(test_t t, const char *locale, struct wcsrtombs_test *test) argument
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c179 test_nl_langinfo_1(const char *locale, struct langinfo_test *test) argument
197 for (int i = 0; test[i].value != NULL; i++) {
198 v = nl_langinfo(test[i].param);
200 test[i].param, test[i].value, v);
201 if (strcmp(v, test[i].value) != 0) {
204 test[i].param, test[i].value, v);
211 test_nl_langinfo_l(const char *locale, struct langinfo_test *test) argument
235 for (int i = 0; test[
[all...]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest.tcl10 # Run a test
15 set sqlfile test$cnt.sql
70 # puts [format $format {SQLite 2.4 (test):} $t]
131 set fd [open test$cnt.sql w]
142 set fd [open test$cnt.sql w]
155 set fd [open test$cnt.sql w]
166 set fd [open test$cnt.sql w]
175 set fd [open test$cnt.sql w]
183 set fd [open test$cnt.sql w]
194 set fd [open test
[all...]
H A Dspeedtest2.tcl10 # Run a test
15 set sqlfile test$cnt.sql
62 # puts [format $format {SQLite 2.4 (test):} $t]
121 set fd [open test$cnt.sql w]
133 set fd [open test$cnt.sql w]
139 set fd [open test$cnt.sql w]
150 set fd [open test$cnt.sql w]
156 set fd [open test$cnt.sql w]
167 set fd [open test$cnt.sql w]
173 set fd [open test
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-path.c17 #include <sm/test.h>
26 sm_test_begin(argc, argv, "test path handling");
H A Dt-fopen.c17 #include <sm/test.h>
28 sm_test_begin(argc, argv, "test sm_io_fopen");
H A Dt-match.c17 #include <sm/test.h>
33 sm_test_begin(argc, argv, "test sm_match");
H A Dt-strio.c16 #include <sm/test.h>
27 sm_test_begin(argc, argv, "test strio");
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.h17 * Common handling for test programs.
27 typedef struct test *test_t;
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.s39 ENTRY(test) function
64 SET_SIZE(test)
76 call test
/illumos-gate/usr/src/cmd/factor/
H A Dfactor.c57 int test = 1; local
70 test = 0;
74 while(test == 1){
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c336 test (char *buffer, char *expected) function
354 test ("", "d41d8cd98f00b204e9800998ecf8427e");
355 test ("a", "0cc175b9c0f1b6a831c399e269772661");
356 test ("abc", "900150983cd24fb0d6963f7d28e17f72");
357 test ("message digest", "f96b697d7cb7938d525a2f31aaf161d0");
358 test ("abcdefghijklmnopqrstuvwxyz", "c3fcd3d76192e4007dfb496cca67e13b");
359 test ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
361 test ("12345678901234567890123456789012345678901234567890123456789012345678901234567890",
363 test ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz3456",
365 test ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz34
[all...]

Completed in 144 milliseconds

1234567