Searched refs:bytes (Results 126 - 150 of 239) sorted by relevance

12345678910

/osnet-11/usr/src/lib/libgss/
H A Dg_imp_name.c196 unsigned int bytes; local
225 * mechoid Length is encoded twice; once in 2 bytes as
233 (expName.length - curLength), &bytes);
237 * 'bytes' is the length of the DER length, '1' is for the DER
240 if ((bytes + mechOid.length + 1) != mechOidLen)
287 curLength += 4; /* 4 bytes for name len */
291 /* next 4 bytes in the name are the name length */
309 * less than 256 bytes, so the first octet of the length is
318 /* next two bytes are the name oid */
H A Dg_glue.c45 * after the DER encoding. The parameter bytes will point to the number of
46 * bytes that made up the DER encoding of the length originally pointed to
51 unsigned int *bytes)
62 *bytes = 1;
75 * the number of bytes that contain the DER encoding of the length.
79 *bytes += octets;
81 /* See if the supplied buffer contains enough bytes for the length. */
102 * der_length_size: Return the number of bytes to encode a given length.
213 * <length> - could be multiple bytes
216 * <mech OID bytes>
50 gssint_get_der_length(unsigned char **buf, unsigned int buf_len, unsigned int *bytes) argument
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h101 * chain with size bytes of item. Overflow pages are simply bytes without any
126 char bytes[1]; /* data */ member in struct:_binternal
133 /* Get the number of bytes in the entry. */
160 /* Get the number of bytes in the entry. */
176 char bytes[1]; /* data */ member in struct:_bleaf
183 /* Get the number of bytes in the entry. */
186 /* Get the number of bytes in the user's key/data pair. */
208 char bytes[1]; member in struct:_rleaf
215 /* Get the number of bytes i
[all...]
H A Dbt_split.c194 a.data = tbl->bytes;
196 b.data = bl->bytes;
247 memmove(dest, bl->bytes, nksize ? nksize : bl->ksize);
249 bt_preserve(t, *(db_pgno_t *)bl->bytes) == RET_ERROR)
565 memmove(dest, bl->bytes, bl->ksize);
572 bt_preserve(t, *(db_pgno_t *)bl->bytes) == RET_ERROR)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D40_abs_cache.t16 # * bytes()
20 # * reduce_size_to(bytes)
40 insert update rekey expire ckeys bytes
237 # (34-37) bytes
239 $B = $h->bytes;
244 $B = $h->bytes;
H A D41_heap.t224 # (22-23) bytes
226 $B = $h->bytes;
230 $B = $h->bytes;
/osnet-11/usr/src/lib/libuvfs/common/
H A Dfs.c199 uint8_t *bytes = (uint8_t *)stuff; local
205 rc[2*i] = hex[bytes[i] >> 4];
206 rc[2*i+1] = hex[bytes[i] & 0x0f];
/osnet-11/usr/src/lib/libnsl/xpol/
H A Dxpol_lib.c122 int bytes; local
131 bytes = xdr_sizeof(xdr_xpol_rule, ctxt->xc_rules);
133 mem = malloc(bytes);
135 xdrmem_create(&xdrs, mem, bytes, XDR_ENCODE);
141 0, mem, bytes);
/osnet-11/usr/src/lib/efcode/engine/
H A Dinteractive.c372 int bytes, len; local
376 for (bytes = 0; bytes < len; bytes++) {
377 if ((buffer[bytes] == '\n') || (buffer[bytes] == '\r'))
378 buffer[bytes] = ' ';
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_memory.c527 unsigned char *bytes = NULL; local
531 bytes = malloc (bytecount);
532 if (bytes == NULL) { err = ENOMEM; }
538 data.data = (char *) bytes;
545 string [i] = charlist[bytes[i] % (sizeof (charlist) - 1)];
550 if (bytes != NULL) { free (bytes); }
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.pm8 use bytes (); # for $bytes::hint_bits
165 if ($^H & $bytes::hint_bits) { # "use bytes" in effect?
166 use bytes;
410 in C<bytes> mode and out of it, the function should check the current
411 state of C<bytes>-flag as in:
413 use bytes (); # for $bytes::hint_bits
415 if ($^H & $bytes
[all...]
H A Dutf8.t47 { use bytes; $a = "\xc3\xa4" }
74 { use bytes; $length_bytes = length($s) }
94 { use bytes; $length_bytes = length($s) }
171 qr/^Malformed UTF-8 character \(\d bytes?, need \d, .+\).*start\d+,end$/sm
177 binmode(P, ":bytes") if $has_perlio;
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c1020 jbyteArray bytes = 0; local
1031 bytes = (*jenv)->NewByteArray(jenv, len);
1032 if (!bytes) {
1035 (*jenv)->SetByteArrayRegion(jenv, bytes, 0, len,
1038 (*jenv)->DeleteLocalRef(jenv, bytes);
1042 bytes);
1043 (*jenv)->DeleteLocalRef(jenv, bytes);
1051 jbyteArray bytes = NULL; local
1062 bytes = (*jenv)->CallObjectMethod(jenv, jstr, g_strbytes_jm);
1067 len = (*jenv)->GetArrayLength(jenv, bytes);
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java105 * @param dis Input stream with the auth block bytes queued up as the
508 * @param dis Input stream with the auth block bytes queued up as the
569 * Gets the size of this auth block, after externalization, in bytes.
571 * @return The number of bytes in this auth block.
813 // get the SPI String bytes
838 byte[] bytes = new byte[4];
840 dis.readFully(bytes, 0, 4);
842 long a = (long)(bytes[0] & 0xFF);
843 long b = (long)(bytes[1] & 0xFF);
844 long c = (long)(bytes[
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dconfopt.c259 ssize_t bytes; local
301 bytes = write(tdd, tmpbuf, strlen(tmpbuf));
304 if (bytes != strlen(tmpbuf)) {
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s55 ! if it is not aligned, attempts to copy bytes until it is.
57 ! for zero bytes, based upon destination alignment.
146 sth %g1, [%o2 - 3] ! store bytes 2, 3
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_delete.c176 if (rl->flags & P_BIGDATA && __ovfl_delete(t, rl->bytes) == RET_ERROR)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Drequire.t29 use bytes;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DTabs.pm87 it, unexpand will add tabs when it can save bytes by doing so. Invisible
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c103 * file are stored as two bytes with low-high ordering.
109 unsigned char bytes[2]; local
111 if (read(fd, bytes, 2) != 2)
114 return (short) (bytes[0] + bytes[1] * 256);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c120 * file are stored as two bytes with low-high ordering.
125 unsigned char bytes[2]; local
127 if (read(fd, bytes, 2) != 2)
130 return ((short) (bytes[0] + bytes[1] * 256));
140 * 2) the size, in bytes, of the names sections;
141 * 3) the number of bytes in the boolean section;
144 * 6) the size, in bytes, of the string table.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Ddowngrade.t42 # is stored in utf8, not bytes.
53 # involving whether scalars are being stored in bytes or in utf8.
209 my $bytes = thaw $tests{'Short 8 bit utf8 data as bytes'};
210 thaw_scalar ('Short 8 bit utf8 data', $$bytes);
211 thaw_scalar ('Long 8 bit utf8 data', $$bytes x 256);
212 $bytes = thaw $tests{'Short 24 bit utf8 data as bytes'};
213 thaw_scalar ('Short 24 bit utf8 data', $$bytes);
214 thaw_scalar ('Long 24 bit utf8 data', $$bytes
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm47 Write I<length> bytes of data from I<scalar> starting at I<offset>.
59 Read I<length> bytes of data into I<scalar> starting at I<offset>.
/osnet-11/usr/src/cmd/sendmail/src/
H A Dalias.c650 long naliases, bytes, longest; local
660 naliases = bytes = longest = 0;
841 bytes += lhssize + rhssize;
863 message("%s: %ld aliases, longest %ld bytes, %ld bytes total",
864 map->map_file, naliases, longest, bytes);
867 "%s: %ld aliases, longest %ld bytes, %ld bytes total",
868 map->map_file, naliases, longest, bytes);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm96 will be 16 bytes long.
115 multiple of 4 bytes long. If you want interoperability with other
199 16 bytes long.
222 bytes long. If you want interoperability with other base64 encoded
282 algorithm is only defined for strings of bytes, it can not be used on

Completed in 53 milliseconds

12345678910