HomeSort by relevance Sort by last modified time
    Searched defs:is (Results 1 - 25 of 43) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
qq.t 11 # This is() function is written to avoid ""
13 sub is { subroutine
23 # test is so broken that it's not helping
38 is ("\x53", chr 83);
39 is ("\x4EE", chr (78) . 'E');
40 is ("\x4i", chr (4) . 'i'); # This will warn
41 is ("\xh", chr (0) . 'h'); # This will warn
42 is ("\xx", chr (0) . 'x'); # This will warn
43 is ("\xx9", chr (0) . 'x9'); # This will warn. \x9 is tab in EBCDIC too
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
libnet_t.pl 13 sub is { subroutine
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
is_deeply.t 28 sub is ($$;$) { subroutine
81 is( $out, "not ok 1 - plain strings\n", 'plain strings' );
82 is( $err, <<ERR, ' right diagnostic' );
91 is( $out, "not ok 2 - different types\n", 'different types' );
101 is( $out, "not ok 3 - hashes with different values\n",
103 is( $err, <<ERR, ' right diagnostic' );
112 is( $out, "not ok 4 - hashes with different keys\n",
114 is( $err, <<ERR, ' right diagnostic' );
123 is( $out, "not ok 5 - arrays of different length\n",
125 is( $err, <<ERR, ' right diagnostic' )
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/
next.c 35 static int is ( char *, char *, unsigned int );
37 static int is();
78 || !is(parent, direntp->d_name, what)
98 is ( function
104 is (parent, name, what)
  /onnv/onnv-gate/usr/src/lib/libast/common/stdio/
fgets.c 3 * This software is part of the ast package *
5 * and is licensed under the *
9 * A copy of the License is available at *
30 unsigned char* is; local
39 is = (uchar*)us;
54 if((ps = (uchar*)memccpy((char*)is,(char*)ps,'\n',p)) != NIL(uchar*))
55 p = ps-is;
56 is += p;
60 { while(p-- && (*is++ = *ps++) != '\n')
68 while((*is++ = *ps++) != '\n'
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
URLAttributeVerifier.java 43 * a URL. Most of the work is done by the superclass. This class
79 InputStream is = null; local
89 is = url.openStream();
93 super.initialize(new InputStreamReader(is));
115 is.close();
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
encrypt.h 3 * Use is subject to license terms.
26 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
46 * It is the responsibility of any person or organization contemplating
51 * without fee is hereby granted, provided that the above copyright
60 * this software for any purpose. It is provided "as is" without express
85 int (*is)(unsigned char *, int); member in struct:__anon134
  /onnv/onnv-gate/usr/src/cmd/tbl/
t5.c 3 * Use is subject to license terms.
153 int irow, jcol, is; local
161 is = prev(irow);
162 if (is<0)
164 start = table[is][jcol].col;
165 strig = table[is][jcol].rcol;
170 while (is<irow)
172 table[is][jcol].rcol =0;
173 table[is][jcol].col= SPAN;
174 is = next(is)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
char_to_decimal.h 33 * file is at EOF, != EOF otherwise.
113 int is, iagree; variable
118 is = 1;
119 while (is <= 7 &&
120 UCASE(CURRENT) == infstring[is]) {
122 is++;
124 iagree = is;
126 is++; /* To account for infstring
137 good = cp - (is - 3);
140 good = cp - (is - 8)
156 int is; variable
    [all...]
pack_float.c 105 * the roundbit is pu->significand[roundword] & 0x80000000
110 int is; local
113 for (is = (roundword + 1); is < UNPACKED_SIZE; is++)
114 if (pu->significand[is] != 0) { /* Condense extra bits into
139 is = roundword;
141 is--;
142 pu->significand[is]++;
144 while ((pu->significand[is] == 0) && (is > 0))
    [all...]
double_decim.c 24 * Use is subject to license terms.
37 * for inexact or overflow in *ps. round is the round digit and sticky is 0
38 * or non-zero to indicate exact or inexact. pd->ndigits is expected to be
60 /* Now in ambiguous case; round up if lsd is odd. */
107 * length returned in *ndigs. Inexactness is indicated by setting
126 int e, i, is; local
173 for (is = 0; i <= 3;)
174 ds[is++] = s[i++]; /* Copy subsequent digits. */
179 _fourdigitsquick((short unsigned) pd->bsignificand[i], &(ds[is]));
221 int e, i, j, is, excess; local
344 char is[_INTEGER_SIZE], fs[DECIMAL_STRING_LENGTH]; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/fp/
pack_float.c 24 * Use is subject to license terms.
103 * the roundbit is pu->significand[roundword] & 0x80000000
107 int is; local
110 for (is = (roundword + 1); is < UNPACKED_SIZE; is++)
111 if (pu->significand[is] != 0) {
135 is = roundword;
137 is--;
138 pu->significand[is]++
    [all...]
__flt_decim.c 24 * Use is subject to license terms.
40 * Powers of ten rounded up. If i is the largest index such that
119 * n digits. The string is terminated by a null byte, and its length
120 * is returned.
122 * This routine assumes round-to-nearest mode is in effect and any
187 * *pe. On entry, nrx is the number of rounding errors already com-
188 * mitted in forming *x. On exit, *pe is 0 if *x was already integral
189 * and exact, 1 if the result is the correctly rounded integer value
192 * 1/2 - |*x - rx|, where rx is the nearest integer to *x).
268 int i, is, esum, eround, hd local
    [all...]
double_decim.c 24 * Use is subject to license terms.
37 * it is used below. Unfortunately, the Sun SPARC compilers are not
48 * is still built in v8 mode, and of course, x86 is another story.
68 * to base 10^4 in **ppd. The converted value is accurate to nsig
69 * significant digits. On exit, *sticky is nonzero if *pb had a
70 * nonzero fractional part. If pb->exponent > 0 and **ppd is not
79 * This routine does not check that **ppd is large enough to hold
157 * in *ps. If sticky is nonzero, then additional nonzero digits are
159 * filled in, and pd->fpclass is not modified. The resulting strin
179 int e, er, efirst, elast, i, is, j; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/
negprot.c 20 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
35 * Use is subject to license terms.
102 struct smb_iods *is = &ctx->ct_iods; local
133 * The initial TID is all ones, but
137 is->is_smbuid = 0;
250 * even if local setting is "disabled".
318 * EncryptionKey (length is eklen)
332 * Remainder is the security blob.
396 is->is_txmax = sv->sv_maxtx
    [all...]
rq.c 20 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
69 * Space for the SMB header is reserved here, and later
121 * Reserve space for the word count, which is filled in later by
167 * Reserve space for the byte count, which is filled in later by
205 * The pointer is char * type due to
251 * Default size is M_MINSIZE, but the
329 * This is all "internal" to this library, and used only
336 struct smb_iods *is = &ctx->ct_iods; local
342 rqp->rq_uid = is->is_smbuid
    [all...]
ssnsetup.c 20 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
35 * Use is subject to license terms.
311 * To allow this sharing, the crypto stuff is computed by
334 struct smb_iods *is = &ctx->ct_iods; local
346 * This is the mask of capabilies copied from the server.
386 /* mbc2 is required below */
425 * Note: err=0, means rq_status is valid.
436 is->is_smbuid = rqp->rq_uid;
502 * when signing is enabled, so adjust sv_caps
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_path.c 24 * Use is subject to license terms.
33 * This code does the audit path processes. Part of this is still in
36 * Note that audit debuging is enabled here. We will turn it off at
89 * if this is a new section, set its end
90 * if this is an extended section, reset its end
189 int is; /* index of where we are in source string */ local
197 is = (app->audp_sect[cnt] - s) - len;
198 if (is <= 2)
199 is = 0; /* catch leading // or ./ */
200 slashseen = (is > 0)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/cdt/
dthash.c 3 * This software is part of the ast package *
5 * and is licensed under the *
9 * A copy of the License is available at *
40 reg Dtlink_t *t, *r, *p, **s, **hs, **is, **olds; local
87 if((is = s + HINDEX(n,t->hash)) == hs)
93 t->right = *is; *is = t;
  /onnv/onnv-gate/usr/src/cmd/bnu/
pk0.c 24 * Use is subject to license terms.
257 int is,cc,xfr,count; local
271 is = pk->p_is[x];
273 if (is & B_COPY) {
278 if (is & B_RESID)
282 if (is & B_SHORT) {
457 * Don't send data packets if line is marked dead.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
More.pm 24 is isnt like unlike is_deeply
67 is ($this, $that, $test_name);
84 is( foo(42), 23, $test_name );
91 is( foo(42), 23, $test_name );
115 Test::Simple first. This is a drop in replacement for Test::Simple
118 The purpose of this module is to provide a wide range of testing
128 how many tests your script is going to run to protect against premature
131 The preferred way to do this is to declare a plan when you C<use Test::More>.
136 your script is going to run. In this case, you can declare that you
202 By convention, each test is assigned a number in order. This i
331 sub is ($$;$) { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/
test.pl 71 # Ensure that the message is properly escaped.
135 sub is ($$@) { subroutine
168 "# but it is.\n");
188 # (all string operators have alphabetic names, so tr/a-z// is true)
200 # Check that $got is within $range of $expected
201 # if $range is 0, then check it's exact
202 # else if $expected is 0, then $range is an absolute value
203 # otherwise $range is a fractional error.
210 # This is a fail, but doesn't need extra diagnostic
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
xdr_float.c 24 * Use is subject to license terms.
53 * which is very efficient as bit twiddling is all that is needed. All
54 * other machines can use this code but the code is inefficient as
60 * e.g. the exponent is too big/small.
113 struct ieee_single is; local
130 is.exp = 0;
131 is.mantissa = (vs.mantissa1 << 16) | vs.mantissa2;
133 is.mantissa >>= 3 - vs.exp
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ipfs.c 7 * Use is subject to license terms.
442 ipstate_save_t ips, *is, *ipshead = NULL, *is1, *ipstail = NULL; local
476 is = (ipstate_save_t *)malloc(sizeof(*is));
477 if(!is) {
482 bcopy((char *)&ips, (char *)is, sizeof(ips));
485 * Check to see if this is the first state entry that will
489 * who is referencing us when we get back the real pointer
493 if (is1->ips_rule == is->ips_rule)
496 is->ips_is.is_flags |= SI_NEWFR
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/pci-ide/
pci-ide.c 23 * Use is subject to license terms.
171 &mod_driverops, /* Type of module. This is PCI-IDE bus driver */
211 * Make sure bus-mastering is enabled, even if
217 * In case of error, return SUCCESS. This is because
236 * This is a pretty bad thing. However, for some
239 * properly resume. For now, all I want to do is
313 * is requested; adjust for the 2 tuples per controller.
398 * controller is "ata@0" and the Secondary controller "ata@1".
444 * The pciide_bus_map() function is responsible for turning requests
482 * which this one is and set its unit address
622 ddi_intrspec_t is; local
    [all...]

Completed in 720 milliseconds

1 2