Searched defs:min_count (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c141 int min_count; local
767 * at least min_count times
770 * <regex...>{min_count} compiles to
772 * <min_count><min_count>
774 * <regex...>{min_count,} compiles to
776 * <min_count><UNLIMITED>
778 * <regex...>{min_count,max_count} compiles to
780 * <min_count><max_count>
782 * (<regex...>){min_count,max_coun
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h131 uint32_t min_count; member in struct:devid_min_rec::did_min_name
/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c718 int min_count = 4; /* min repeat count */ local
720 if (nextlen == 0) max_count = 138, min_count = 3;
727 } else if (count < min_count) {
739 max_count = 138, min_count = 3;
741 max_count = 6, min_count = 3;
743 max_count = 7, min_count = 4;
763 int min_count = 4; /* min repeat count */ local
766 if (nextlen == 0) max_count = 138, min_count = 3;
772 } else if (count < min_count) {
790 max_count = 138, min_count
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dtrees.c716 int min_count = 4; /* min repeat count */ local
718 if (nextlen == 0) max_count = 138, min_count = 3;
725 } else if (count < min_count) {
737 max_count = 138, min_count = 3;
739 max_count = 6, min_count = 3;
741 max_count = 7, min_count = 4;
761 int min_count = 4; /* min repeat count */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
770 } else if (count < min_count) {
788 max_count = 138, min_count
[all...]
/illumos-gate/usr/src/head/
H A Dmeta.h615 int min_count; member in struct:md_im_names
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2075 int min_count = 4; /* min repeat count */ local
2077 if (nextlen == 0) max_count = 138, min_count = 3;
2084 } else if (count < min_count) {
2096 max_count = 138, min_count = 3;
2098 max_count = 6, min_count = 3;
2100 max_count = 7, min_count = 4;
2120 int min_count = 4; /* min repeat count */ local
2123 if (nextlen == 0) max_count = 138, min_count = 3;
2129 } else if (count < min_count) {
2147 max_count = 138, min_count
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2911 int min_count = 4; /* min repeat count */ local
2913 if (nextlen == 0) max_count = 138, min_count = 3;
2920 } else if (count < min_count) {
2932 max_count = 138, min_count = 3;
2934 max_count = 6, min_count = 3;
2936 max_count = 7, min_count = 4;
2958 int min_count = 4; /* min repeat count */ local
2961 if (nextlen == 0) max_count = 138, min_count = 3;
2967 } else if (count < min_count) {
2989 max_count = 138, min_count
[all...]

Completed in 129 milliseconds