Searched defs:maxcount (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c967 int maxcount = 0; local
987 maxcount = count;
988 slot_names = malloc(sizeof (*slot_names) * maxcount);
989 bzero(slot_names, sizeof (*slot_names) * maxcount);
1020 if (count != maxcount)
1024 return (maxcount);
1027 di_slot_names_free(maxcount, slot_names);
/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c425 size_t maxcount; local
620 maxcount = (size_t)iop->_cnt;
622 maxcount);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c1022 I32 mincount, maxcount, minnext, deltanext, fl = 0; local
1038 maxcount = REG_INFTY;
1051 maxcount = REG_INFTY;
1065 maxcount = ARG2(scan);
1098 if ((mincount != maxcount - 1) && (maxcount != REG_INFTY))
1136 && (next_is_eval || !(mincount == 0 && maxcount == 1))
1139 && maxcount <= REG_INFTY/3) /* Complement check for big count */
1146 is_inf_internal |= ((maxcount == REG_INFTY
1150 delta += (minnext + deltanext) * maxcount
[all...]

Completed in 268 milliseconds