Searched refs:test (Results 126 - 150 of 287) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dt-exc.c18 #include <sm/test.h>
47 sm_test_begin(argc, argv, "test exception handling");
131 sm_exc_raisenew_x(&SmEtypeErr, "test %d", 0);
135 "test 0 got an exception, as expected:\n");
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
H A Dnul_ng.c77 ng->test = ng_test;
H A Dgetnetgrent.c125 return ((*ng->test)(ng, netgroup, host, user, domain));
/opensolaris-onvv-gate/usr/src/cmd/tic/
H A Dtic_read.c292 } test; local
294 test.num = 1;
295 return (test.byte[1]);
/opensolaris-onvv-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...]
H A Dppinput.c167 if (!(pp.option & NOPROTO) && !(pp.test & TEST_noproto) && ((pp.state & (COMPATIBILITY|TRANSITION)) == COMPATIBILITY || (pp.option & PLUSPLUS) || (pp.mode & EXTERNALIZE)) && (cur->buffer = pppopen(NiL, cur->fd, NiL, NiL, NiL, NiL, (PROTO_HEADER|PROTO_RETAIN)|(((pp.mode & EXTERNALIZE) || (pp.option & PROTOTYPED)) ? PROTO_FORCE : PROTO_PASS)|((pp.mode & EXTERNALIZE) ? PROTO_EXTERNALIZE : 0)|((pp.mode & MARKC) ? PROTO_PLUSPLUS : 0))))
561 if (pp.test & 0x0200) error(2, "%s: %s p=%lu next=<%lu,%lu> keep=<%lu,%lu> skip=<-,%lu> guard=%s", keyname(X_CHECKPOINT), fp->name, p, next_begin, next_end, keep_begin, keep_end, skip_end, fp->guard == INC_CLEAR ? "[CLEAR]" : fp->guard == INC_TEST ? "[TEST]" : fp->guard == INC_IGNORE ? "[IGNORE]" : fp->guard->name);
567 if (pp.test & 0x0100) error(2, "%s: %s IGNORE", keyname(X_CHECKPOINT), fp->name);
576 if (pp.test & 0x0100) error(2, "%s: copy <%lu,%lu> n=%lu p=%lu", keyname(X_CHECKPOINT), keep_begin, next_begin - 1, n, p);
622 if (pp.test & 0x0100) error(2, "%s: loop", keyname(X_CHECKPOINT));
665 if (pp.test & 0x1000) error(2, "checkpoint SKIP %s=%s [%s]", sym->name, s, sym->macro->value);
694 if (pp.test & 0x1000) error(2, "checkpoint LOAD %s=%s", sym->name, mac->value);
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.pm85 perl -w test.pl 2>test.out
86 ./splain < test.out
91 (perl -w test.pl >/dev/tty) >& test.out
92 ./splain < test.out
99 exec 3>&1; perl -w test.pl 2>&1 1>&3 3>&- | splain 1>&2 3>&-
H A Dbigfloatpl.t10 $test = 0;
20 ++$test;
25 print "ok $test\n";
27 print "not ok $test\n";
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c154 * test ioctls
164 int test; local
182 * test 1 -- don't find nonexistant buf
184 test = 1;
189 * test 2 - don't find stale buf
191 test = 2;
200 * test 3 -- don't find busy buf
202 test = 3;
211 * test 4 -- don't find not-done buf
213 test
272 int test; local
350 int test; member in struct:tothread
515 int test; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fps/fptest/
H A Dfps_ereport_mod.c291 uint32_t test; local
303 test = report->test_id;
368 if (nvlist_add_uint32(ereport, NAME_FPS_TEST_ID, test) != 0)
447 /* test id */
/opensolaris-onvv-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dremote_cfg.h335 rdr_test_t test; member in union:__anon429
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.h169 extern boolean_t test;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Ddebug.t20 my $test = 1;
22 sub ok { print "ok $test\n"; $test++ }
/opensolaris-onvv-gate/usr/src/common/crypto/arcfour/amd64/
H A Darcfour-x86_64.pl45 # improvement [I had to test it], while final Intel P4 performance
175 test \$-8,$len
208 test \$-8,$len
/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmagic.t13 my $test = 1;
18 printf "%s $test%s\n", $ok ? "ok" : "not ok",
22 printf "# Failed test at line %d\n", (caller)[2];
26 $test++;
33 printf "ok $test # skipped%s\n", defined $reason ? ": $reason" : '';
35 $test++;
132 $test += 4;
252 s{\bminiperl\b}{perl}; # so that test doesn't fail with miniperl
336 # test case-insignificance of %ENV (these tests must be enabled only
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t6 # test script for Sun::Solaris::Project
29 # 'use Sun::Solaris::Project;' counts as test 1
30 our $test = 1;
45 # Calling start() twice in a row will fail test.
46 # Calling start() and then exiting will fail test.
51 fatal("Started new test before finishing previous.");
53 $test++;
55 print "# Starting Test $test: @_\n" if (@_);
63 print("ok $test @_\n");
72 print("not ok $test
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A DFILES023 destest.c - Source for libdes.a test program.
/opensolaris-onvv-gate/usr/src/lib/libshell/common/data/
H A Dbuiltins.c64 "test", NV_BLTIN|BLT_ENV, bltin(test),
65 "[", NV_BLTIN|BLT_ENV, bltin(test),
1400 "[I:regress]:[intercept?Enable the regression test \aintercept\a. Must be "
1408 "[T?Enable implementation specific test code defined by mask.]#[mask]"
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/generic/
H A Dmode.h358 uchar_t test : 1; /* create test failure */ member in struct:mode_info_excpt_page
372 uchar_t test : 1; /* create test failure */ member in struct:mode_info_excpt_page
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dcopy.s100 subcc %o2, 1, %o2 ! test count
163 subcc %g3, 1, %g3 ! test count
233 subcc %o2, 1, %o2 ! test count
298 subcc %g3, 1, %g3 ! test count
368 subcc %o2, 1, %o2 ! test count
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c114 * ntfs_rl_are_mergeable - test if two runlists can be joined together
116 * @src: new runlist to test for mergeability with @dst
1750 * test_rl_dump_runlist - Runlist test: Display the contents of a runlist
1802 * test_rl_runlists_merge - Runlist test: Merge two runlists
1828 * test_rl_read_buffer - Runlist test: Read a file containing a runlist
1857 * test_rl_pure_src - Runlist test: Complicate the simple tests a little
1895 * test_rl_pure_test - Runlist test: Perform tests using simple runlists
1896 * @test:
1908 static void test_rl_pure_test(int test, BOOL contig, BOOL multi, int vcn, int len, runlist_element *file, int size) argument
1919 printf("Test %2d ----------\n", test);
2095 test_rl_frag(char *test) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcmp.s46 test %r9, %r9; \
58 test %rdx, %rdx
1821 test %r8d, %r8d
1860 test %dl, %dl
1863 test $0x01, %dl
1866 test $0x02, %dl
1869 test $0x04, %dl
1872 test $0x08, %dl
1875 test $0x10, %dl
1878 test
[all...]
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java1618 Object test = init.nextElement();
1619 val = test; // for exception..
1622 test = ((String)test).toLowerCase();
1625 test = new Opaque((byte[])test);
1629 if (allowed.indexOf(test) != -1) {

Completed in 216 milliseconds

1234567891011>>