Searched defs:is (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dqq.t11 # 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 ("\xx
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dlibnet_t.pl13 sub is { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dis_deeply.t28 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(
[all...]
/osnet-11/usr/src/lib/libast/common/stdio/
H A Dfgets.c3 * 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
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreFactory.java43 * DA/slpd is configured. It could be an in-memory database,
156 * @param is The object input stream for the service store.
162 static ServiceStore deserializeServiceStore(BufferedReader is) argument
169 deserialize(is, ss);
207 // If initial character is "#" or ";", ignore the line.
208 // It's a comment. Also if the line is empty.
270 // If lifetime is maximum, then set to LIFETIME_PERMANENT.
357 // If this is the scope attribute, save until later.
410 // locale, so add a record. Note that any crypto is
411 // added when the registration is actuall
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_negprot.c101 struct smb_iods *is = &ctx->ct_iods; local
135 * The initial TID is all ones, but
139 is->is_smbuid = 0;
230 * is FALSE, smb client will not sign.
281 * EncryptionKey (length is eklen)
295 * Remainder is the security blob.
360 is->is_txmax = sv->sv_maxtx;
361 if (is->is_txmax > 0x8000)
362 is->is_txmax = 0x8000;
366 * This is jus
[all...]
H A Dsmbfs_ssnsetup.c287 * If the return code from smbfs_gss_init_sec is EBADE, then NTLMSSP
307 * To allow this sharing, the crypto stuff is computed by
331 struct smb_iods *is = &ctx->ct_iods; local
345 * This is the mask of capabilies copied from the server.
385 /* mbc2 is required below */
424 * Note: err=0, means rq_status is valid.
436 is->is_smbuid = rqp->rq_uid;
505 * when signing is enabled, so adjust sv_caps.
H A Dsmbfs_rq.c74 * 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
268 * This is all "internal" to this library, and used only
275 struct smb_iods *is = &ctx->ct_iods; local
281 rqp->rq_uid = is->is_smbuid;
283 rqp->rq_mid = is->is_next_mid++;
391 * the oldest server we talk to is NT. But if
H A Dsmbfs_util.c579 smbfs_dump_iod_ssn(smb_iod_ssn_t *is) argument
582 struct smbioc_ossn *ssn = &is->iod_ossn;
590 (void) printf(" ct_authflags=0x%x\n", is->iod_authflags);
593 if (bcmp(zeros, &is->iod_nthash, NTLM_HASH_SZ))
594 smbfs_hexdump(&is->iod_nthash, NTLM_HASH_SZ);
599 if (bcmp(zeros, &is->iod_lmhash, NTLM_HASH_SZ))
600 smbfs_hexdump(&is->iod_lmhash, NTLM_HASH_SZ);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dbootsector.c6 This program is free software; you can redistribute it and/or modify
11 This program is distributed in the hope that it will be useful,
124 because the first cluster is number 2. (0 and 1 are not real clusters,
125 and referencing them is a bug)
140 "GNU Parted is known not to work properly with sector "
164 _("The file system's CHS geometry is (%d, %d, %d), "
165 "which is invalid. The partition table's CHS "
166 "geometry is (%d, %d, %d). If you select Ignore, "
213 _("FAT boot sector says logical sector size is 0. "
214 "This is weir
398 fat_info_sector_read(FatInfoSector* is, const PedFileSystem* fs) argument
422 fat_info_sector_generate(FatInfoSector* is, const PedFileSystem* fs) argument
442 fat_info_sector_write(const FatInfoSector* is, PedFileSystem *fs) argument
[all...]
/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddthash.c3 * 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;
/osnet-11/usr/src/lib/libc/port/fp/
H A Dpack_float.c24 * 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...]
H A D__flt_decim.c24 * 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, esu local
[all...]
H A Ddouble_decim.c36 * it is used below. Unfortunately, the Sun SPARC compilers are not
47 * is still built in v8 mode, and of course, x86 is another story.
67 * to base 10^4 in **ppd. The converted value is accurate to nsig
68 * significant digits. On exit, *sticky is nonzero if *pb had a
69 * nonzero fractional part. If pb->exponent > 0 and **ppd is not
78 * This routine does not check that **ppd is large enough to hold
156 * in *ps. If sticky is nonzero, then additional nonzero digits are
158 * filled in, and pd->fpclass is not modified. The resulting string
159 * is store
178 int e, er, efirst, elast, i, is, ris, j; local
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_float.c50 * which is very efficient as bit twiddling is all that is needed. All
51 * other machines can use this code but the code is inefficient as
57 * e.g. the exponent is too big/small.
110 struct ieee_single is; local
127 is.exp = 0;
128 is.mantissa = (vs.mantissa1 << 16) | vs.mantissa2;
130 is.mantissa >>= 3 - vs.exp;
131 is
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl71 # 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
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm24 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 assigne
331 sub is ($$;$) { subroutine
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c4 This file is part of the GNU C Library.
7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
36 /* This function allocate the buffers. It is necessary to call
301 /* The next step uses the assumption that wchar_t is encoded
340 /* It is an invalid character or '\0'. Just use the byte. */
455 /* It is an invalid character or '\0'. Just use the byte. */
526 This function is used in case of REG_ICASE. */
628 case is present at or after offset. */
643 character at offset is an
1056 Idx i1, i2, is, id, delta, sbase; local
1199 Idx is, id, sbase, delta; local
[all...]
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c60 * returns +<previous id> if the token is not found. This value
61 * is used to help determine where in the record the problem
62 * occurred. The common failure case is that the parsing of
63 * token M is incorrect and the buffer pointer ends up pointing
90 /* here if token id is not in table */
342 DPRINT((dbfp, "text_token: l is %d\n%s\n", ctx->out.sf_textlen,
376 return (-1); /* other than IP type is not implemented */
752 * the sequence of strings is converted to a single string with
1174 int is; /* index of where we are in source string */ local
1180 for (is
[all...]
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c10 * Permission is granted to use, copy, create derivative works
13 * Michigan is not used in any advertising or publicity
17 * University of Michigan is included in any copy of any
57 * Q: What is this SILLYDECRYPT stuff about?
62 * ActivCard library is fixed in the future, this
1080 /* because ASN1_INTEGER_set is used to set a 'long' we will do
1135 /* This is the place where smartcard signature needs to be calculated */
1155 /* if this is not draft9 request, include digest signed attribute */
1407 /* Verify that the received message is CMS SignedData message. */
1860 /* verify that the received message is PKCS
3134 PKCS7_ISSUER_AND_SERIAL *is = NULL; local
6241 PKCS7_ISSUER_AND_SERIAL *is = NULL; local
6445 PKCS7_ISSUER_AND_SERIAL *is = NULL; local
6525 PKCS7_ISSUER_AND_SERIAL *is = NULL; local
6603 PKCS7_ISSUER_AND_SERIAL *is = NULL; local
[all...]

Completed in 94 milliseconds