Searched refs:count (Results 676 - 700 of 878) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c508 int i, j, count; local
750 int count = 0; local
751 while (hostlist && hostlist[count])
752 count++;
753 if (count == 0) {
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c500 int count;
506 count = GRUB_OHCI_BULK_EDS;
513 count = GRUB_OHCI_CTRL_EDS;
526 if (ed_next && (i < count))
537 if (i >= count) /* No. */
498 int count; local
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_cvt.c530 int count; local
532 count = readlink(link, buf, len - 1);
533 if (count != -1)
534 buf[count] = '\0';
535 return (count);
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c915 int mid, count; local
941 count = sun_header->msg_count;
943 struct_size_old = (int)(OLD_MSG_STRUCT_SIZE * count);
944 struct_size = (int)(MSG_STRUCT_SIZE * count);
946 if ((((count - 1) / 2) != mid) ||
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c218 int i, bytes, count, last; local
241 if ((count = m_wio_put('\0', &convert)) < 0) {
249 for (count = i = 0; i < cc->_n; ++i, count += bytes)
256 return (count);
/osnet-11/usr/src/common/mpi/
H A Dmpi.c272 (well, unless you count the stack space needed for this call and the
1099 int count; local
1142 count = MP_USED(a) - 1;
1143 if (count > 0) {
1145 s_mpv_mul_d(pa, count, d, MP_DIGITS(sqr) + 1);
1146 for (ix = 3; --count > 0; ix += 2) {
1148 s_mpv_mul_d_add(pa, count, d, MP_DIGITS(sqr) + ix);
3015 /* {{{ s_mp_setz(dp, count) */
3018 /* Set 'count' digits pointed to by dp to be zeroes */
3019 void s_mp_setz(mp_digit *dp, mp_size count) argument
3039 s_mp_copy(const mp_digit *sp, mp_digit *dp, mp_size count) argument
4860 int count; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c867 I32 count; local
890 count = (SP - PL_stack_base) - (PL_markstack_ptr[-1] - 1);
900 if (shift < count)
901 shift = count; /* Avoid shifting too often --Ben Tilly */
908 while (count--)
1441 I32 count = 0; local
1444 count = POPi;
1462 count++;
1463 if (!count--)
3071 int count; local
3826 int count; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2185 uint_t count; local
2188 &child, &count) == 0) {
2189 for (int i = 0; i < count; i++) {
2289 uint_t count; local
2293 ZPOOL_CONFIG_CHILDREN, &child, &count) != 0)
2296 for (i = 0; i < count; i++) {
2318 uint_t count; local
2330 &child, &count) != 0)
2337 if (strcmp(type, VDEV_TYPE_ROOT) != 0 || count != 1 ||
3526 uint64_t count; local
[all...]
H A Dlibzfs_diff.c1162 int count, j; local
1166 count = 0;
1175 if (j == ZFIELD_MAX_FIELD || count >= ZFIELD_MAX_FIELD)
1177 di->fields[count] = j;
1178 count++;
1180 di->nfields = count;
H A Dlibzfs_import.c164 int count; local
173 for (count = 0; src >= ne->ne_name && dst >= path;
174 src--, dst--, count++)
179 * At this point, 'count' is the number of characters
182 if (count > matched || best == NULL) {
184 matched = count;
1800 uint_t i, count; local
1808 &list, &count) == 0) {
1809 for (i = 0; i < count; i++) {
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_cache.c673 int count = 0; local
682 if (count == 0)
689 ++count;
/osnet-11/usr/src/lib/libds/common/
H A Dlibds.c124 uint_t count = 0; local
130 count++;
133 return (count);
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c889 /* count the width of the line */
892 int count = 0; local
905 count++;
910 if (size != 0 && (count % 4) == 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.pm516 my $count;
559 $old_diag{$_} = ++$count;
578 if ($VERBOSE and not $count) {
/osnet-11/usr/src/lib/libcmd/common/
H A Dod.c52 "\b--skip\b or \b--count\b position the file into the middle of a "
79 "[N:count|read-bytes?Output only \bbytes\b bytes of data.]#[bytes]"
88 "count or size code may follow all but the \ba\b, \bc\b, \bC\b, \bm\b "
229 size_t count; member in struct:State_s
1139 if (state->count)
1141 if (state->total >= state->count)
1146 else if ((state->total += n) > state->count)
1147 n -= state->total - state->count;
1353 state.count = opt_info.num;
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_entry.c968 int count __attribute__ ((unused)))
1010 static int count = -1; local
1017 count++;
1019 count = 0;
1101 p += (count % num_sections)
1122 count = -1;
H A Dcmdline.c164 print_completion (const char *item, grub_completion_type_t type, int count) argument
166 if (count == 0)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c191 u32 count; member in struct:TLanList::__anon284
287 list->buffer[2].count = 0;
302 rx_ring[i].buffer[0].count =
306 rx_ring[i].buffer[1].count = 0;
685 tail_list->buffer[0].count = TLAN_LAST_BUFFER | (u32) s;
686 tail_list->buffer[1].count = 0;
1170 * The io address and interrupt count
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfastfind.c52 * FF_ESC 4 byte big-endian out-of-range count+FF_OFF follows
482 if (j == EOF || fp->decode.count >= sizeof(fp->decode.path))
484 fp->decode.path[fp->decode.count++] = j;
755 p = fp->decode.path + (fp->decode.count += n);
806 fp->decode.count += c - FF_OFF;
807 for (p = fp->decode.path + fp->decode.count; (c = sfgetc(fp->fp)) > FF_ESC;)
823 b += fp->decode.count;
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c48 #define BOUNDS_CHECK(ptr, count) \
50 if ((ptr) + (count) > eob) { \
H A Dns_verify.c49 #define BOUNDS_CHECK(ptr, count) \
51 if ((ptr) + (count) > eom) { \
/osnet-11/usr/src/lib/libparted/
H A DMakefile.com79 $(LIBFATFS)/clstdup.o $(LIBFATFS)/count.o \
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c186 ush freq; /* frequency count */
354 * - I can't count above 4
1488 /* repeat previous bit length 3-6 times (2 bits of repeat count) */
1491 /* repeat a zero length 3-10 times (3 bits of repeat count) */
1494 /* repeat a zero length 11-138 times (7 bits of repeat count) */
2073 int count = 0; /* repeat count of the current code */ local
2074 int max_count = 7; /* max repeat count */
2075 int min_count = 4; /* min repeat count */
2082 if (++count < max_coun
2118 int count = 0; /* repeat count of the current code */ local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm264 hold a reference count on the object it references. Also when the reference
265 count on that object reaches zero, REF will be set to undef.
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s106 ld [%fp + 64], %l1 ! get argument count
166 inc %o2 ! increment count

Completed in 94 milliseconds

<<21222324252627282930>>