Searched refs:count (Results 726 - 750 of 878) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c1070 /* count how many addresss are in there */
1662 int count = 0; local
1673 /* count the number of field and make sure none are empty */
1675 for (count = 1, q = buffer ; q != buffend ; q++) {
1681 count++;
1686 if (count > 0) {
1687 count++ ; /*%< for NULL at end */
1688 aptr = arr = malloc(count * sizeof (char *));
1694 memset(arr, 0x0, count * sizeof (char *));
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamr_svc.c1232 * The total count and the returned count are returned as total size
1332 param->users.count = retcnt;
1347 param->users.count = 0;
1382 param->count = 0;
1392 param->count = 0;
1398 param->count = 1;
1402 param->groups->count = 1;
1839 param->aliases->count = i;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.c1053 unsigned int count; local
1062 sect += count) {
1064 count = (st_block-sect) < BLOCK_MAX_BUFF ?
1066 if (!ped_geometry_read(fs->geom, extract_buffer, sect, count))
1068 if (!fwrite (extract_buffer, count * PED_SECTOR_SIZE_DEFAULT,
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c1086 int count = 0; local
1098 count++;
1100 if (count != 0) {
1102 ber_tl_data = (struct berval **) calloc (count + 1,
1131 ber_tl_data[count] = NULL;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dprimegen.c39 static int is_prime (gcry_mpi_t n, int steps, unsigned int *count);
871 unsigned int count=0;
900 if ( is_prime( prime, rm_rounds, &count ) )
916 is_prime (gcry_mpi_t n, int steps, unsigned int *count)
940 ++*count;
869 unsigned int count=0; local
914 is_prime(gcry_mpi_t n, int steps, unsigned int *count) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dprimegen.c38 static int is_prime (gcry_mpi_t n, int steps, unsigned int *count);
870 unsigned int count=0;
899 if ( is_prime( prime, rm_rounds, &count ) )
915 is_prime (gcry_mpi_t n, int steps, unsigned int *count)
939 ++*count;
868 unsigned int count=0; local
913 is_prime(gcry_mpi_t n, int steps, unsigned int *count) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm108 my $count = 0;
112 map { ref $_ ? $;.pack('N',$count++).$; : $_ }
173 my $count = 0;
183 $count++;
196 return $count;
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c225 for (i = 0; i < map->count; i++, dev_ptr++) {
228 /* Does not count if WWN == 0 */
236 for (i = 0; i < map->count; i++, dev_ptr++) {
239 /* Does not count if WWN == 0 */
1207 /* new device count */
1214 * with a new count and retry.
1229 /* new device count */
1239 I_DPRINTF(" Device count was %d"
1260 * if new count is smaller than the original number from
1261 * FCIO_GET_NUM_DEVS, adjust new count an
3338 int pathcnt = 1, count; local
3751 int i, err, count; local
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c1260 int count = 0; local
1262 for (*dnlpp = NULL; (argc > 0); ++count, --argc, ++argv) {
1274 return (count);
3262 int count = 0; local
3264 for (*nlpp = NULL; (argc > 0); ++count, --argc, ++argv) {
3276 return (count);
3560 int count = 0; local
3562 for (*hspnlpp = NULL; (argc > 0); ++count, --argc, ++argv) {
3574 return (count);
3793 /* cleanup and return count o
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c695 want_certs = MAXINT; /* count them all */
2487 CK_ULONG count = sizeof (rsa_pri_attrs) / sizeof (CK_ATTRIBUTE); local
2495 rsa_pri_attrs, count)) != CKR_OK) {
2507 for (i = 0; i < count; i++) {
2521 rsa_pri_attrs, count)) != CKR_OK) {
2552 for (i = 0; i < count; i++) {
2650 CK_ULONG count = sizeof (ec_attrs) / sizeof (CK_ATTRIBUTE); local
2664 for (i = 0; i < count; i++) {
2677 ec_attrs, count)) != CKR_OK) {
2690 for (i = 0; i < count;
2711 CK_ULONG count = sizeof (dsa_pri_attrs) / sizeof (CK_ATTRIBUTE); local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c87 #define RF_warned 2 /* warned about big count? */
562 /* Update the count-of-usability, remove useless subpatterns,
3444 backtrack, unless the minimum count is zero and we
3614 int count = 0; local
3646 count = locinput - old;
3651 /* count initialised to
3659 count++;
3662 /* count initialised to
3672 count++;
3681 if (regrepeat(scan, count) < coun
4264 I32 count = 0, res = 1; local
[all...]
H A Dpp_sys.c1543 SSize_t count; local
1622 count = PerlSock_recvfrom(PerlIO_fileno(IoIFP(io)), buffer, length, offset,
1624 if (count < 0)
1630 SvCUR_set(bufsv, count);
1675 count = PerlSock_recv(PerlIO_fileno(IoIFP(io)),
1681 count = PerlLIO_read(PerlIO_fileno(IoIFP(io)),
1694 count = PerlSock_recvfrom(PerlIO_fileno(IoIFP(io)), buffer, length, 0,
1700 count = PerlIO_read(IoIFP(io), buffer, length);
1702 if (count == 0 && PerlIO_error(IoIFP(io)))
1703 count
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_lgrp.c781 * arg 'count'. Local groups are either in BUILTIN domain
789 smb_lgrp_numbydomain(smb_domain_type_t dom_type, int *count) argument
803 *count = 0;
811 rc = smb_lgrp_gtbl_count(db, dom_idx, count);
1504 smb_lgrp_gtbl_count(sqlite3 *db, int dom_idx, int *count) argument
1512 *count = 0;
1525 syslog(LOG_DEBUG, "failed to count (%s)", NULL_MSGCHK(errmsg));
1534 *count = nrow;
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c264 int count = 0; local
297 if (count && cur.type == prev.type && cur.addr == prev.addr + prev.size)
308 count++;
325 count++;
334 *len = count * sizeof (struct grub_e820_mmap);
335 *cnt = count;
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dvideo_fb.c123 grub_video_fb_get_palette (unsigned int start, unsigned int count, argument
129 for (i = 0; (i < count) && ((i + start) < framebuffer.palette_size); i++)
136 grub_video_fb_set_palette (unsigned int start, unsigned int count, argument
140 if (start + count > framebuffer.palette_size)
142 framebuffer.palette_size = start + count;
152 for (i = 0; (i < count) && ((i + start) < framebuffer.palette_size); i++)
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s56 * if (count < 17) {
60 * if (count < 128) {
75 * For remaining count copy as much data in 8-byte chunk from source to
85 * if (count < 128) {
86 * if count < 3
109 * if (count < 512) {
113 * } else { src/dst aligned; count > 512
121 * if src is word aligned and count < 512
124 * if count < 512
227 andn %o2, 7, %o3 ! %o3 count i
[all...]
/osnet-11/usr/src/lib/libsec/common/
H A Daclutils.c368 acl_to_aclp(enum acl_type type, void *acl, int count) argument
378 aclp->acl_cnt = count;
697 "Invalid ACL count"));
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c1203 int count = len + 4; local
1208 count += 4;
1209 if ((base = malloc(count)) == NULL) {
1213 count = 3;
1216 (void) strcpy(base + count, ",dc=");
1217 count += 4;
1219 base[count++] = domain[i];
1222 base[count] = '\0';
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_subr.c114 * the structure count as well as the id(s) of the struct types.
126 stype->count = 0;
141 stype->count = cnt;
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c137 efiemu_memcpy (void *to, void *from, int count) argument
140 for (i = 0; i < count; i++)
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c655 if (transq_hdr.count >= transq_count_max) {
657 transq_hdr.count));
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dmkbimage339 dd if=/dev/zero of=$image bs=$block_size count=$(($cyl_size * $cylinders))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm86 my ($self,$count) = @_;
89 "This page has been updated ",$self->strong($count)," times.",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm480 my($count,$hashh,$hashb,$ref) = (0);
499 $count += $len;
500 print $hashh "#" x (int($count / $hashb));
501 $count %= $hashb;
754 my($count,$hashh,$hashb,$ref) = (0);
770 $count += $len;
771 print $hashh "#" x (int($count / $hashb));
772 $count %= $hashb;
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c2322 int maxwidth, int count)
2329 num_line = (count / num_col) + (count % num_col > 0);
2333 if ((i * num_col) + j >= count)
2464 int i, count; local
2473 count = i;
2476 qsort(table, count, sizeof (zfs_command_t), command_compare);
2484 print_as_columns(fp, print_command_entry, &cp, max_cmd_len, count);
2321 print_as_columns(FILE *fp, void func(FILE *, int, void *), void *ptr, int maxwidth, int count) argument

Completed in 107 milliseconds

<<21222324252627282930>>