Searched refs:count (Results 426 - 450 of 878) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c97 int count; local
101 count = __m_screen->_unget._count - 1;
102 if (count) {
104 __m_screen->_unget._stack, count * sizeof (int));
121 /* Assumes count > 0 */
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c287 obj_delay_freed.count = 0;
293 ses_delay_freed.count = 0;
393 obj_delay_freed.count = 0;
404 ses_delay_freed.count = 0;
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c163 * "status type: 0xstatus count"
166 l_format_ifp_status_msg(char *status_msg_buf, int count, int status) argument
176 " %d"), status, count);
181 " %d"), status, count);
186 " %d"), status, count);
191 " %d"), status, count);
196 " %d"), status, count);
201 " %d"), status, count);
206 " %d"), status, count);
211 " %d"), status, count);
274 l_format_fc_status_msg(char *status_msg_buf, int count, int status) argument
3815 int err = 0, i, count; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetfilter.c518 int count; local
524 count = 0;
525 words[ count ] = NULL;
530 ( count + 2 ) * sizeof( char * ))) == NULL ) {
534 words[ count ] = word;
535 words[ ++count ] = NULL;
540 return( count );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm72 my $count = 0;
93 $count++;
96 $count;
139 sub count subroutine
156 my $count = $vec->count;
158 $str .= " $count";
317 =item count ()
/osnet-11/usr/src/lib/libsasl/lib/
H A Dmd5.c124 context->count[0] = context->count[1] = 0;
145 index = (unsigned int)((context->count[0] >> 3) & 0x3F);
148 if ((context->count[0] += ((UINT4)inputLen << 3))
150 context->count[1]++;
151 context->count[1] += ((UINT4)inputLen >> 29);
190 Encode (bits, context->count, 8);
193 index = (unsigned int)((context->count[0] >> 3) & 0x3f);
432 * in the state field, and none of it is left over in the count and
464 hmac->ictx.count[
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_util.c303 * sa_name_adjust(path, count)
305 * Add a ~<count> in place of last few characters. The total number of
306 * characters is dependent on count.
309 sa_name_adjust(char *path, int count) argument
314 if (count > 10)
316 if (count > 100)
318 if (count > 1000)
321 (void) sprintf(path + len, "~%d", count);
418 int count; local
430 count
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_mbuf.c496 uint_t count; local
503 count = smbfs_mb_left(m, mbp->mb_pos);
504 if (count == 0) {
510 if (count > size)
511 count = size;
512 size -= count;
514 if (count == 1) {
517 bcopy(mbp->mb_pos, dst, count);
518 dst += count;
521 mbp->mb_pos += count;
[all...]
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c286 int count; local
288 count = SSL_read_f(conn->ssl, buf, size);
290 count = read(conn->fd, buf, size);
292 if (count <= 0) {
296 return (count);
302 int count; local
305 count = SSL_write_f(conn->ssl, buf, size);
307 count = send(conn->fd, buf, size, 0);
309 if (count <= 0) {
313 return (count);
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/efi/
H A Defidisk.c387 int count; local
392 for (d = hd_devices, count = 0; d; d = d->next, count++)
394 grub_snprintf (buf, sizeof (buf), "hd%d", count);
401 for (d = fd_devices, count = 0; d; d = d->next, count++)
403 grub_snprintf (buf, sizeof (buf), "fd%d", count);
409 for (d = cd_devices, count = 0; d; d = d->next, count++)
411 grub_snprintf (buf, sizeof (buf), "cd%d", count);
[all...]
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in426 count=5
428 while test $count -gt 0; do
439 count=`expr $count - 1`
441 if test $count -eq 0; then
/osnet-11/usr/src/lib/libsqlite/src/
H A Dprintf.c206 int count; /* Total number of characters output */ local
234 count = length = 0;
243 count += amt;
249 count++;
515 *(va_arg(ap,int*)) = count;
599 count += idx;
612 count += nspace;
622 count += length;
628 count += nspace;
640 return errorflag ? -1 : count;
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c579 int count; local
593 count = PRLDAP_TPD_ARRAY_INCREMENT *
597 if ( count > tsdhdr->ptpdh_tpd_count ) {
598 newdataitems = (PRLDAP_ErrorInfo *)PR_Calloc( count, sizeof( void * ));
608 tsdhdr->ptpdh_tpd_count = count;
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c112 find_dt(FILE *fp, uint_t flags, uint_t query, int count, argument
127 for (nrecords = 0; count < 0 || nrecords < count; ) {
173 * Caller just wants a count of the number of matching
248 lookup_dt(void *handle, boolean_t partial, uint_t query, int count, argument
264 retval = find_dt(fp, partial ? FIND_PARTIAL : 0, query, count, targetp,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.xs405 SSize_t count = 0;
426 count = PerlIO_write(PerlIONext(f),s,len);
427 if ((STRLEN)count != len) {
448 count = PerlIO_unread(PerlIONext(f),s,len);
449 if ((STRLEN)count != len) {
482 count = PerlIO_unread(PerlIONext(f),s,len);
483 if ((STRLEN)count != len) {
555 PerlIOEncode_write(pTHX_ PerlIO *f, const void *vbuf, Size_t count)
561 const char *end = ptr+count;
582 return PerlIOBuf_write(aTHX_ f, vbuf, count);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm172 my($count) = 0;
227 $count += rmtree(\@files,$verbose,$safe);
238 ++$count;
270 ++$count;
276 $count;
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c187 (void) strncpy(pwp->data[pwp->count], string, MAXWORDLEN);
188 pwp->data[pwp->count][MAXWORDLEN - 1] = '\0';
192 ++(pwp->count);
199 if ((pwp->flags & PFOR_FLUSH) || !(pwp->count % NUMWORDS)) {
232 pwp->count = 0;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table.cc138 count = 0;
155 --count;
178 ++count;
189 * [loc1...locn] are the entries. n2 <= n1 because we never count beyond n1.
198 listend = nslots+count+2; // end of freelist
210 answer[liststart] = count; /* size of freelist */
314 count = 0;
347 i <= last_used && i < table_size && done < count;
357 table_size = last_used = count = 0;
503 if (count
[all...]
H A Ddb_mindex2.cc452 long count = 0; local
470 dbie = satisfy_query(qi, &count, &valid, FALSE);
471 if (dbie != 0 && (count != 1 || !valid)) {
473 "%s: count=%d, valid=%s",
474 myself, count, valid ? "TRUE" : "FALSE");
668 long count; local
671 dbie = satisfy_query(q, &count, &valid, FALSE);
672 if (dbie != 0 && count == 1 && valid)
1435 long l, count; local
1521 dbie = satisfy_query_dbonly(qc, &count, FALS
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c525 static int io_all(void *fd, void *buf, int count, int do_write) argument
530 while (count > 0) {
532 i = write(*(int *)fd, buf, count);
534 i = read(*(int *)fd, buf, count);
536 i = dev->d_ops->read(dev, buf, count);
541 count -= i;
636 static void image_skip_clusters(s64 count) argument
638 if (opt.save_image && count > 0) {
642 typeof(count) count_buf;
644 char buff[1 + sizeof(count)];
718 write_empty_clusters(s32 csize, s64 count, struct progress_bar *progress, u64 *p_counter) argument
735 s64 pos = 0, count; local
1089 s64 i, pos, count; local
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c791 PRInt32 count; local
797 count = read(fd, buf, sizeof (buf));
798 if (count > 0) {
799 (void) PK11_RandomUpdate(buf, count);
1373 int count; local
1446 for (count = 0, pubnode = PUBKEY_LIST_HEAD(publist);
1447 !PUBKEY_LIST_END(pubnode, publist) && count < maxkeys;
1463 keys[count].kstype = KMF_KEYSTORE_NSS;
1464 keys[count].keyclass = KMF_ASYM_PUB;
1465 keys[count]
[all...]
/osnet-11/usr/src/lib/libsum/common/
H A Dsum-md5.c50 used with permission. The block count is not printed."
62 UINT4 count[2]; /* # bits handled mod 2^64 (lsb)*/ member in struct:Md5_s
123 context->count[0] = context->count[1] = 0;
297 index = (unsigned int)((context->count[0] >> 3) & 0x3f);
300 if ((context->count[0] += ((UINT4)inputLen << 3)) < ((UINT4)inputLen << 3))
301 context->count[1]++;
302 context->count[1] += ((UINT4)inputLen >> 29);
332 md5_encode(bits, context->count, sizeof(bits));
335 index = (unsigned int)((context->count[
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c407 int i, count = 0; local
438 count++;
447 "ib_state_fini: cleaned %d hcas\n", count);
628 int count = 0; local
645 (void) sprintf(line_buf, "%s-ib%d", localhost, count + 1);
650 hca_ptr->port_num = count + 1;
652 count++;
654 if (count >= 2) break;
657 return (count);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dtiger.c38 int count; member in struct:__anon544
599 hd->count = 0;
725 if( hd->count == 64 ) /* flush the buffer */
729 hd->count = 0;
734 if( hd->count )
736 for( ; inlen && hd->count < 64; inlen-- )
737 hd->buf[hd->count++] = *inbuf++;
746 hd->count = 0;
752 for( ; inlen && hd->count < 64; inlen-- )
753 hd->buf[hd->count
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtiger.c38 int count; member in struct:__anon588
599 hd->count = 0;
725 if( hd->count == 64 ) /* flush the buffer */
729 hd->count = 0;
734 if( hd->count )
736 for( ; inlen && hd->count < 64; inlen-- )
737 hd->buf[hd->count++] = *inbuf++;
746 hd->count = 0;
752 for( ; inlen && hd->count < 64; inlen-- )
753 hd->buf[hd->count
[all...]

Completed in 90 milliseconds

<<11121314151617181920>>