Searched defs:test (Results 26 - 50 of 76) sorted by relevance

1234

/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/cmd/avs/dscfglockd/
H A Ddscfgcli.c44 test(int count) function
115 test(i);
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile37 test := TARGET= test macro
74 clean clobber lint test: $(SUBDIRS)
/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/lib/libc/port/locale/
H A Dfnmatch.c220 rangematch(const char *pattern, wchar_t test, int flags, char **newp, argument
239 test = towlower_l(test, loc);
283 c <= test && test <= c2 :
284 _collate_range_cmp(c, test, loc) <= 0 &&
285 _collate_range_cmp(test, c2, loc) <= 0)
287 } else if (c == test)
/illumos-gate/usr/src/cmd/sh/
H A Dtest.c33 * test expression
47 test(int argn, unsigned char *com[]) function
55 failed((unsigned char *)"test", nobracket);
73 failed((unsigned char *)"test", noarg);
92 failed((unsigned char *)"test", synmsg); */
135 failed((unsigned char *)"test", noparen);
/illumos-gate/usr/src/cmd/tic/
H A Dtic_read.c292 } test; local
294 test.num = 1;
295 return (test.byte[1]);
/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/uts/i86pc/os/
H A Dpci_orion.c98 * as to whether this code is inside the test for 8086/84c4.
139 uint32_t test; local
144 test = pci_mech1_getl(0, ncDevNo, 0, PCI_CONF_VENID);
145 } while (test != 0x84c48086UL);
158 test = pci_mech1_getl(0, ncDevNo, 0, PCI_82454_RW_CONTROL);
159 } while (test == 0x84c48086UL);
/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/lib/libtecla/common/
H A Dkeytab.c414 int test; /* The return value of strcmp() */ local
422 test = _kt_compare_strings(kt->table[mid].keyseq, kt->table[mid].nc,
424 if(test > 0)
426 else if(test < 0)
H A Dpcache.c1319 int test = strncmp(node->files[mid]+1, prefix, prefix_len); local
1320 if(test > 0)
1322 else if(test < 0)
/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c32 #define SEARCH_TEST (SEARCH_USER<<3)/* test for binding */
46 * multiple include test
49 * test
52 * INC_TEST test if include required
55 * test!=INC_CLEAR returns 1 if file can be included again
70 ppmultiple(register struct ppfile* fp, register struct ppsymbol* test) argument
75 message((-3, "search: %s: status=%s%s test=%s", fp->name, status == INC_CLEAR ? "[CLEAR]" : status == INC_TEST ? "[ONCE]" : status == INC_IGNORE ? "[IGNORE]" : status->name, (pp.mode & HOSTED) ? "[HOSTED]" : "", test == INC_CLEAR ? "[CLEAR]" : test == INC_TEST ? "[TEST]" : test
[all...]
/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...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_param_types.h191 test_params_t test; member in union:__anon378
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c351 call3_test_t *test; local
395 for (test = call3_tests; test->arginit; ++test) {
396 argbuf = realloc(argbuf, test->argsize);
397 resbuf = realloc(resbuf, test->ressize);
402 (test->arginit)(argbuf);
403 bzero(resbuf, test->ressize);
404 status = clnt_call(client, test->proc,
405 test
[all...]
/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/test/libc-tests/tests/common/
H A Dtest_common.c17 * Common handling for test programs.
38 struct test { struct
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtest.c22 * test expression
36 #include "test.h"
72 struct test struct
80 static char *nxtarg(struct test*,int);
81 static int expr(struct test*,int);
82 static int e3(struct test*);
112 struct test tdata;
137 /* posix portion for test */
189 * evaluate a test expression.
194 static int expr(struct test *t
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c172 } test; local
173 test.num = 1;
174 return (test.byte[1]);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c868 static char test[] = "NE*000 memory"; local
897 eth_pio_write(test, 8192, sizeof(test));
898 eth_pio_read(8192, testbuf, sizeof(test));
899 if (!memcmp(test, testbuf, sizeof(test)))
909 eth_pio_write(test, 16384, sizeof(test));
910 eth_pio_read(16384, testbuf, sizeof(test));
911 if (!memcmp(testbuf, test, sizeo
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c84 boolean_t test = B_FALSE; variable
137 test = B_TRUE;
139 if (test)
140 (void) printf("test=TRUE\n");
142 (void) printf("test=FALSE\n");
207 * fhtable to prune when start (for debug/test purposes)
336 if (!debug && !test) {
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c49 static int test; variable
297 if (test)
696 test++;
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dirs.h147 int (*test) __P((struct irs_ng *, const char *, member in struct:irs_ng
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c324 int test, b, rn_bit; local
380 test = (*cp ^ *cp2) & 0xff; /* find first bit that differs */
381 for (b = 7; (test >>= 1) > 0; )
420 * the search and satisfaction test and put the
734 * anyway, so the above test doesn't hurt.

Completed in 85 milliseconds

1234