Searched defs:length (Results 26 - 50 of 259) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfru_access.h53 uint32_t length; /* length of section in bytes */ member in struct:__anon1672
65 uint32_t length; /* ditto */ member in struct:__anon1673
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dstring2key.c63 register long length; local
74 keyblock->length = sizeof(mit_des_cblock);
78 && (salt->length == SALT_TYPE_AFS_LENGTH
80 || salt->length == (unsigned) -1)) {
88 afssalt.length = at - afssalt.data;
90 afssalt.length = strlen(afssalt.data);
94 length = data->length + (salt ? salt->length : 0);
96 copystr = malloc((size_t) length);
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dblocklist.c42 unsigned length);
44 unsigned offset, unsigned length);
47 unsigned length)
52 && offset == 0 && length == GRUB_DISK_SECTOR_SIZE)
62 if (offset == 0 && length == GRUB_DISK_SECTOR_SIZE)
68 print_blocklist (sector, 0, offset, length);
72 unsigned offset, unsigned length)
80 if (offset != 0 || length != 0)
81 grub_printf ("[%u-%u]", offset, offset + length);
46 read_blocklist(grub_disk_addr_t sector, unsigned offset, unsigned length) argument
71 print_blocklist(grub_disk_addr_t sector, unsigned num, unsigned offset, unsigned length) argument
H A Dhexdump.c33 {"length", 'n', 0, N_("Read only LENGTH bytes."), 0, ARG_TYPE_INT},
42 grub_ssize_t size, length; local
51 length = (state[1].set) ? grub_strtoul (state[1].arg, 0, 0) : 256;
54 hexdump (skip, (char *) (grub_addr_t) skip, length);
68 while (length)
72 len = length;
83 length -= len;
103 len = ((length) && (size > length)) ? length
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dbsm.c42 audit(char *record, int length) argument
44 return (syscall(SYS_auditsys, BSM_AUDIT, record, length));
90 auditon(int cmd, caddr_t data, int length) argument
92 return (syscall(SYS_auditsys, BSM_AUDITCTL, cmd, data, length));
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cr_callback.c347 DAT_COUNT length; local
369 length = (DAT_COUNT) prd_ptr->hello_msg.hi_clen;
370 cr_ptr->param.private_data_size = length;
372 prd_ptr->private_data, length);
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgen_nw.c165 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { argument
177 rval = (*nw->byaddr)(nw, net, length, type);
H A Dirp_nw.c137 * int length, int type)
142 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { argument
151 if (inet_net_ntop(type, net, length, paddr, sizeof paddr) == NULL) {
/osnet-11/usr/src/lib/libldap4/include/
H A Dhsearch.h35 unsigned int length; /* Size of the hash table */ member in struct:hash_table
36 unsigned int m; /* Log base 2 of length */
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamlib.h125 DWORD length; member in struct:oem_password
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwgetstr.c70 char rownum[LENGTH], colnum[LENGTH], length[LENGTH]; local
122 total -= (i = length[cpos]);
161 length[cpos] = (char)scrw;
166 /* Add the length of the */
170 length[cpos] = 1;
173 length[cpos] = TABSIZE-
177 length[cpos] = 2;
178 total += length[cpos];
H A Dwgetwstr.c55 char rownum[LENGTH], colnum[LENGTH], length[LENGTH]; local
103 total -= (i = length[cpos]);
127 /* Add the length of the */
130 length[cpos] = wcscrw(ch);
132 length[cpos] = 1;
134 length[cpos] = TABSIZE -
137 length[cpos] = 2;
138 total += length[cpos];
/osnet-11/usr/src/lib/libfru/libgenutil/
H A DStr.cc147 Str::length(void) const function in class:Str
158 for (j = 0; j < separators.length(); j++) {
/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_util.c53 ddump(const char *label, const void *data, size_t length) argument
72 for (byte_count = 0; byte_count < length; byte_count += i) {
83 for (i = 0; (i < 16) && ((byte_count + i) < length); i++) {
124 for (i = 0; (i < 16) && ((byte_count + i) < length); i++) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_make.c43 unsigned int sumlen=0, length; local
47 retval = asn1_make_length(buf,in_len, &length);
49 sumlen += length;
50 retval = asn1_make_id(buf,asn1class,construction,tagnum,&length);
52 sumlen += length;
68 int in_copy=in_len, length=0; local
74 length++;
76 retval = asn1buf_insert_octet(buf, (asn1_octet) (0x80 | (asn1_octet)(length&0x7F)));
78 length++;
79 *retlen = length;
99 int length = 0; local
157 asn1_make_string(asn1buf *buf, const unsigned int length, const char *string, int *retlen) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dimport_name.c68 data.length = enc_length;
97 ssize_t length; local
123 xmalloc(input_name_buffer->length + 1)) == NULL) {
129 memcpy(tmp, input_name_buffer->value, input_name_buffer->length);
130 tmp[input_name_buffer->length] = 0;
146 if (input_name_buffer->length != sizeof(krb5_principal)) {
186 (char *) xmalloc(input_name_buffer->length + 1)) == NULL) {
193 memcpy(tmp, input_name_buffer->value, input_name_buffer->length);
194 tmp[input_name_buffer->length] = 0;
215 end = cp + input_name_buffer->length;
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_xdr.c44 key->length = strlen(princ_name)+1;
76 * Need 2 bytes for the length of the base structure
82 * then XX bytes [ 2 for length + length for string ] for the principal,
83 * then (4 [type + length] + tl_data_length) bytes per tl_data
86 content->length = entry->len + entry->e_length;
92 content->length += unparse_princ_size;
93 content->length += 2;
98 content->length += tl_data->tl_data_length;
99 content->length
213 krb5_ui_2 length = entry->key_data[i].key_data_length[j]; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dfs.c112 unsigned long length;
155 blocks[i].length = grub_strtoul (p, &p, 0);
157 || blocks[i].length == 0
165 if (disk->total_sectors < blocks[i].offset + blocks[i].length)
171 file->size += (blocks[i].length << GRUB_DISK_SECTOR_BITS);
197 for (p = file->data; p->length && len > 0; p++)
199 if (sector < p->length)
205 >> GRUB_DISK_SECTOR_BITS) > p->length - sector)
206 size = ((p->length - sector) << GRUB_DISK_SECTOR_BITS) - offset;
218 sector -= p->length;
111 unsigned long length; member in struct:grub_fs_block
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Darcfour.c43 byte *outbuf, const byte *inbuf, unsigned int length )
50 while ( length-- )
66 byte *outbuf, const byte *inbuf, unsigned int length)
69 do_encrypt_stream (ctx, outbuf, inbuf, length );
65 encrypt_stream(void *context, byte *outbuf, const byte *inbuf, unsigned int length) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Darcfour.c42 byte *outbuf, const byte *inbuf, unsigned int length )
49 while ( length-- )
65 byte *outbuf, const byte *inbuf, unsigned int length)
68 do_encrypt_stream (ctx, outbuf, inbuf, length );
64 encrypt_stream(void *context, byte *outbuf, const byte *inbuf, unsigned int length) argument
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Ddvh.c34 grub_uint32_t length; member in struct:grub_dvh_partition_descriptor
95 if (block.dvh.parts[partnum].length == 0)
102 p.len = grub_be_to_cpu32 (block.dvh.parts[partnum].length);
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcprefix.c36 size_t length; /* prefix length */ member in struct:__anon1131
37 size_t empty; /* empty line prefix length */
80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp);
137 pfx->length = n;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpfmt_print.c67 int length = 0; local
110 length += status;
113 length += status;
148 length += status;
151 length += status;
160 length += status;
164 return (length);
/osnet-11/usr/src/lib/nsswitch/user/common/
H A Dgetprinter.c47 int length = 0; local
70 length = snprintf(args->buf.buffer, args->buf.buflen, "%s:%s=",
74 while ((length < args->buf.buflen) && (*value != NULL)) {
76 args->buf.buffer[length++] = '\\';
77 args->buf.buffer[length++] = *value++;
80 if (length >= args->buf.buflen) { /* the value was too big */
85 args->buf.buffer[length] = NULL; /* terminate, just in case */
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dutils.c104 get_kmd_kuser(krb5_context kcontext, const char *user, char *kuser, int length) argument
124 if (strlcpy(kuser, name, length) >= length) {
132 if (strlcpy(kuser, user, length) >= length) {

Completed in 105 milliseconds

1234567891011