Searched refs:count (Results 601 - 625 of 878) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libndr/common/
H A Dndr_process.c65 * long count;
80 * | count | | flag | | flag |
87 * |level|#1.next #1.str #1.flag|#2.next #2.str #2.flag|"bar"|"foo"|count|
89 * level |<----------------------- head -------------------------->|count
119 * |level #1.next #2.next #2.str "bar" #2.flag #1.str "foo" #1.flag count|
1926 int count; local
1951 count = 0;
1957 count = smb_mbtowc((smb_wchar_t *)&wide_char, valp,
1959 if (count < 0) {
1961 } else if (count
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppcall.c65 count(macro);
238 * arg[0][-2] holds the actual arg count
427 count(function);
456 count(token);
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c123 int repeat; /* repeat count for motion cmds */
124 int lastrepeat; /* last repeat count for motion cmds */
1327 /*** get any repeat count ***/
1593 register int count; local
1746 count = vp->repeat;
1747 while( count-- )
1771 count = strchr(paren_chars,nextc)-paren_chars;
1772 if(count < 3)
1776 nextmotion = paren_chars[count+3];
1779 nextmotion = paren_chars[count
[all...]
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dlibdevalloc.c1114 int count = 0; local
1129 count = 1;
1132 if (count)
1135 count++;
1153 int count = 0; local
1178 count = 1;
1182 if (count)
1186 count++;
1188 if (count)
1232 int count local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_bay.c307 /* count SMBIOS extended port connector structures */
316 if (smbc->count > 0) {
324 smbc->count + 1);
326 for (i = 0; i < smbc->count; i++) {
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dadmin.h590 int *count);
594 int *count);
606 int count);
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa.c389 * than or equal to the count parameter). The flags are going to indicate
393 __db_xa_recover(xids, count, rmid, flags)
395 long count, flags;
520 if (ret == count)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/t/
H A Dndbm.t337 my $count = 0 ;
340 return sub { ++$count ;
342 $result{$name} = "$name - $count: [@kept]" ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/t/
H A Dodbm.t339 my $count = 0 ;
342 return sub { ++$count ;
344 $result{$name} = "$name - $count: [@kept]" ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/t/
H A Dsdbm.t341 my $count = 0 ;
344 return sub { ++$count ;
346 $result{$name} = "$name - $count: [@kept]" ;
/osnet-11/usr/src/lib/libuvfs/common/
H A Dname.c451 uint32_t count = 0; local
461 ++count;
466 return (count);
/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetAssociatedPathOidList.c206 int count = 0; local
312 count = di_path_prop_lookup_bytes(path,
320 count)) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c269 CK_ULONG_PTR count)
279 if (count == NULL) {
290 *count = mech_list_len;
295 if (*count < mech_list_len) {
296 *count = mech_list_len;
304 *count = mech_list_len;
311 "C_GetMechanismList", rc, *count);
1093 CK_ULONG count = 0; local
1122 count = MIN(ulMaxObjectCount, (sess->find_count - sess->find_idx));
1125 count * sizeo
266 SC_GetMechanismList( CK_SLOT_ID sid, CK_MECHANISM_TYPE_PTR pMechList, CK_ULONG_PTR count) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dwhirlpool.c59 size_t count;
1307 if (context->count == BLOCK_SIZE)
1312 context->count = 0;
1317 if (context->count)
1319 while (buffer_n && (context->count < BLOCK_SIZE))
1321 context->buffer[context->count++] = *buffer++;
1334 context->count = 0;
1338 while (buffer_n && (context->count < BLOCK_SIZE))
1340 context->buffer[context->count++] = *buffer++;
1378 context->buffer[context->count
58 size_t count; member in struct:__anon546
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dwhirlpool.c59 size_t count;
1307 if (context->count == BLOCK_SIZE)
1312 context->count = 0;
1317 if (context->count)
1319 while (buffer_n && (context->count < BLOCK_SIZE))
1321 context->buffer[context->count++] = *buffer++;
1334 context->count = 0;
1338 while (buffer_n && (context->count < BLOCK_SIZE))
1340 context->buffer[context->count++] = *buffer++;
1378 context->buffer[context->count
58 size_t count; member in struct:__anon590
[all...]
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h157 int count; member in struct:inter_grp
/osnet-11/usr/src/lib/libshell/common/include/
H A Dedit.h77 short count; member in struct:Histmatch
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_itf.c367 int count = 0; local
375 for (count = 0; count < sip_sent_by_count; count++) {
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_auth.c43 unsigned int count; local
46 if ((count = oemtoucs(dst, src, length, OEM_CPG_1252)) == 0) {
52 count = length;
55 return (count * sizeof (smb_wchar_t));
/osnet-11/usr/src/lib/libnisdb/
H A Dnisdb_rw.h145 uint32_t count; /* Lock depth for thread */ member in struct:__nisdb_rwlock
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dwkssvc_svc.c192 info0->count = 1;
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h117 int count; member in struct:uentry
/osnet-11/usr/src/lib/libdhcpdu/common/
H A Drfc2136.c386 int count; local
464 count = ancount;
465 count += arcount;
466 while (--count >= 0 && data < m_bound) {
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h218 * int *count - the number of elements in the string array
700 * int * - count of the number of modes found.
714 * The array created is returned and count is set to the
719 * int *count - Will contain the number of elements in the array.
722 char **fs_create_array_from_accesslist(char *access_list, int *count, int *err);
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_fault.c550 char count[32]; local
576 (void) snprintf(count, sizeof (count), "%d",
579 buf, pad, "component-count", count);

Completed in 67 milliseconds

<<21222324252627282930>>