max 370 lib/popt/popthelp.c int max = 0; max 379 lib/popt/popthelp.c if (len > max) max = len; max 394 lib/popt/popthelp.c if (len > max) max = len; max 400 lib/popt/popthelp.c return max; max 330 lib/replace/replace.c for (len = 0; len < max; len++) { max 208 lib/replace/snprintf.c int max; max 385 lib/replace/snprintf.c if (cnk->max < 0) max 386 lib/replace/snprintf.c cnk->max = 0; max 387 lib/replace/snprintf.c cnk->max = 10 * cnk->max + char_to_int (ch); max 394 lib/replace/snprintf.c if (cnk->max <= 0) /* what ?? */ max 396 lib/replace/snprintf.c cnk->num = cnk->max; max 397 lib/replace/snprintf.c cnk->max = -1; max 659 lib/replace/snprintf.c int len, min, max; max 663 lib/replace/snprintf.c if (cnk->max_star) max = cnk->max_star->value; max 664 lib/replace/snprintf.c else max = cnk->max; max 681 lib/replace/snprintf.c fmtint (buffer, &currlen, maxlen, cnk->value, 10, min, max, cnk->flags); max 685 lib/replace/snprintf.c fmtint (buffer, &currlen, maxlen, cnk->value, 8, min, max, cnk->flags); max 689 lib/replace/snprintf.c fmtint (buffer, &currlen, maxlen, cnk->value, 16, min, max, cnk->flags); max 693 lib/replace/snprintf.c fmtfp (buffer, &currlen, maxlen, cnk->fvalue, min, max, cnk->flags); max 701 lib/replace/snprintf.c if (max == -1) { max 702 lib/replace/snprintf.c max = strlen(cnk->strvalue); max 704 lib/replace/snprintf.c fmtstr (buffer, &currlen, maxlen, cnk->strvalue, cnk->flags, min, max); max 708 lib/replace/snprintf.c fmtint (buffer, &currlen, maxlen, (long)(cnk->strvalue), 16, min, max, cnk->flags); max 768 lib/replace/snprintf.c printf("fmtstr min=%d max=%d s=[%s]\n", min, max, value); max 774 lib/replace/snprintf.c for (strln = 0; strln < max && value[strln]; ++strln); /* strlen */ max 785 lib/replace/snprintf.c while (*value && (cnt < max)) { max 808 lib/replace/snprintf.c if (max < 0) max 809 lib/replace/snprintf.c max = 0; max 836 lib/replace/snprintf.c zpadlen = max - place; max 837 lib/replace/snprintf.c spadlen = min - MAX (max, place) - (signvalue ? 1 : 0); max 849 lib/replace/snprintf.c zpadlen, spadlen, min, max, place); max 971 lib/replace/snprintf.c if (max < 0) max 972 lib/replace/snprintf.c max = 6; max 992 lib/replace/snprintf.c if (max == 0) ufvalue += 0.5; /* if max = 0 we must round */ max 999 lib/replace/snprintf.c if (max > 9) max 1000 lib/replace/snprintf.c max = 9; max 1009 lib/replace/snprintf.c fracpart = ROUND((POW10(max)) * (ufvalue - intpart)); max 1011 lib/replace/snprintf.c if (fracpart >= POW10(max)) { max 1013 lib/replace/snprintf.c fracpart -= POW10(max); max 1047 lib/replace/snprintf.c padlen = min - iplace - max - 1 - ((signvalue) ? 1 : 0); max 1048 lib/replace/snprintf.c zpadlen = max - fplace; max 1084 lib/replace/snprintf.c if (max > 0) { max 1120 lib/replace/snprintf.c new_c->max = -1; max 1139 lib/replace/snprintf.c int max; max 1144 lib/replace/snprintf.c max = chunk->num; max 1147 lib/replace/snprintf.c l = (struct pr_chunk_x *)malloc(sizeof(struct pr_chunk_x) * max); max 1150 lib/replace/snprintf.c l = (struct pr_chunk_x *)realloc(*list, sizeof(struct pr_chunk_x) * max); max 1154 lib/replace/snprintf.c for (i = 0; i < max; i++) { max 1159 lib/replace/snprintf.c for (i = pos; i < max; i++) { max 1165 lib/replace/snprintf.c max = max_num; max 1176 lib/replace/snprintf.c for (i = 0; i < max; i++) { max 1186 lib/replace/snprintf.c return max; max 42 lib/zlib/contrib/infback9/inftree9.c unsigned min, max; /* minimum and maximum code lengths */ max 116 lib/zlib/contrib/infback9/inftree9.c for (max = MAXBITS; max >= 1; max--) max 117 lib/zlib/contrib/infback9/inftree9.c if (count[max] != 0) break; max 118 lib/zlib/contrib/infback9/inftree9.c if (root > max) root = max; max 119 lib/zlib/contrib/infback9/inftree9.c if (max == 0) return -1; /* no codes! */ max 131 lib/zlib/contrib/infback9/inftree9.c if (left > 0 && (type == CODES || max != 1)) max 248 lib/zlib/contrib/infback9/inftree9.c if (len == max) break; max 264 lib/zlib/contrib/infback9/inftree9.c while (curr + drop < max) { max 1689 lib/zlib/deflate.c uInt max; /* maximum length of run */ max 1709 lib/zlib/deflate.c max = s->lookahead < MAX_MATCH ? s->lookahead : MAX_MATCH; max 1715 lib/zlib/deflate.c } while (++run < max); max 206 lib/zlib/examples/gun.c int max; /* maximum bits per code for this stream */ max 228 lib/zlib/examples/gun.c max = flags & 0x1f; max 229 lib/zlib/examples/gun.c if (max < 9 || max > 16) { max 233 lib/zlib/examples/gun.c if (max == 9) /* 9 doesn't really mean 9 */ max 234 lib/zlib/examples/gun.c max = 10; max 263 lib/zlib/examples/gun.c if (end >= mask && bits < max) { max 270 lib/zlib/examples/gzlog.c size_t len, max; max 277 lib/zlib/examples/gzlog.c max = len + (len >> 12) + (len >> 14) + 11; max 278 lib/zlib/examples/gzlog.c out = malloc(max); max 306 lib/zlib/examples/gzlog.c strm.avail_out = max; max 333 lib/zlib/examples/gzlog.c len = max - strm.avail_out; max 42 lib/zlib/inftrees.c unsigned min, max; /* minimum and maximum code lengths */ max 114 lib/zlib/inftrees.c for (max = MAXBITS; max >= 1; max--) max 115 lib/zlib/inftrees.c if (count[max] != 0) break; max 116 lib/zlib/inftrees.c if (root > max) root = max; max 117 lib/zlib/inftrees.c if (max == 0) { /* no symbols to code at all */ max 137 lib/zlib/inftrees.c if (left > 0 && (type == CODES || max != 1)) max 255 lib/zlib/inftrees.c if (len == max) break; max 271 lib/zlib/inftrees.c while (curr + drop < max) { max 850 source3/lib/system.c int max; max 854 source3/lib/system.c max = groups_max(); max 875 source3/lib/system.c if (setlen > max) { max 877 source3/lib/system.c setlen, max)); max 878 source3/lib/system.c setlen = max; max 385 source3/lib/util_unistr.c for(len = 0; (len < max) && *(COPY_UCS2_CHAR(&c,src)); src++, len++) { max 678 source3/lib/util_unistr.c for (len = 0; (*COPY_UCS2_CHAR(&cp,(src+len))) && (len < max); len++) { max 682 source3/lib/util_unistr.c for ( /*nothing*/ ; len < max; len++ ) { max 704 source3/lib/util_unistr.c len = strnlen_w(src, max); max 691 source3/libsmb/clitrans.c uint32_t max, total, received; max 821 source3/libsmb/clitrans.c (unsigned)state->rparam.max, max 823 source3/libsmb/clitrans.c (unsigned)state->rdata.max, max 832 source3/libsmb/clitrans.c SSVAL(vwv + 2, 0, state->rparam.max); max 833 source3/libsmb/clitrans.c SSVAL(vwv + 3, 0, state->rdata.max); max 867 source3/libsmb/clitrans.c SIVAL(vwv, 11, state->rparam.max); max 868 source3/libsmb/clitrans.c SIVAL(vwv, 15, state->rdata.max); max 1074 source3/libsmb/clitrans.c if (total > blob->max) { max 1271 source3/libsmb/clitrans.c state->rparam.max = max_param; max 1285 source3/libsmb/clitrans.c state->rdata.max = max_data; max 277 source3/smbd/sec_ctx.c int max = groups_max(); max 285 source3/smbd/sec_ctx.c if (syscall(SYS_initgroups, (ngroups > max) ? max : ngroups, max 393 source4/heimdal/lib/asn1/gen.c t->range->min, t->range->max); max 555 source4/heimdal/lib/asn1/gen.c } else if (t->range->min == INT_MIN && t->range->max == INT_MAX) { max 557 source4/heimdal/lib/asn1/gen.c } else if (t->range->min == 0 && t->range->max == UINT_MAX) { max 559 source4/heimdal/lib/asn1/gen.c } else if (t->range->min == 0 && t->range->max == INT_MAX) { max 563 source4/heimdal/lib/asn1/gen.c name, t->range->min, t->range->max); max 211 source4/heimdal/lib/asn1/gen_decode.c if (r->min == r->max + 2 || r->min < r->max) max 216 source4/heimdal/lib/asn1/gen_decode.c name, length, r->max, forwstr); max 217 source4/heimdal/lib/asn1/gen_decode.c if (r->min - 1 == r->max || r->min < r->max) max 223 source4/heimdal/lib/asn1/gen_decode.c if (r->max == r->min) max 275 source4/heimdal/lib/asn1/gen_decode.c } else if (t->range->min == INT_MIN && t->range->max == INT_MAX) { max 277 source4/heimdal/lib/asn1/gen_decode.c } else if (t->range->min == 0 && t->range->max == UINT_MAX) { max 279 source4/heimdal/lib/asn1/gen_decode.c } else if (t->range->min == 0 && t->range->max == INT_MAX) { max 283 source4/heimdal/lib/asn1/gen_decode.c name, t->range->min, t->range->max); max 132 source4/heimdal/lib/asn1/gen_encode.c } else if (t->range->min == INT_MIN && t->range->max == INT_MAX) { max 134 source4/heimdal/lib/asn1/gen_encode.c } else if (t->range->min == 0 && t->range->max == UINT_MAX) { max 136 source4/heimdal/lib/asn1/gen_encode.c } else if (t->range->min == 0 && t->range->max == INT_MAX) { max 140 source4/heimdal/lib/asn1/gen_encode.c name, t->range->min, t->range->max); max 82 source4/heimdal/lib/asn1/gen_length.c } else if (t->range->min == INT_MIN && t->range->max == INT_MAX) { max 84 source4/heimdal/lib/asn1/gen_length.c } else if (t->range->min == 0 && t->range->max == UINT_MAX) { max 86 source4/heimdal/lib/asn1/gen_length.c } else if (t->range->min == 0 && t->range->max == INT_MAX) { max 90 source4/heimdal/lib/asn1/gen_length.c name, t->range->min, t->range->max); max 1844 source4/heimdal/lib/asn1/parse.c (yyval.range)->max = (yyvsp[(4) - (5)].value)->u.integervalue; max 1855 source4/heimdal/lib/asn1/parse.c (yyval.range)->max = (yyvsp[(2) - (5)].value)->u.integervalue - 1; max 1866 source4/heimdal/lib/asn1/parse.c (yyval.range)->max = (yyvsp[(4) - (5)].value)->u.integervalue; max 1877 source4/heimdal/lib/asn1/parse.c (yyval.range)->max = (yyvsp[(2) - (3)].value)->u.integervalue; max 348 source4/heimdal/lib/asn1/parse.y $$->max = $4->u.integervalue; max 356 source4/heimdal/lib/asn1/parse.y $$->max = $2->u.integervalue - 1; max 364 source4/heimdal/lib/asn1/parse.y $$->max = $4->u.integervalue; max 372 source4/heimdal/lib/asn1/parse.y $$->max = $2->u.integervalue; max 112 source4/heimdal/lib/asn1/symbol.h int max; max 554 source4/heimdal/lib/hcrypto/imath/imath.c mp_size ua, ub, uc, max; max 559 source4/heimdal/lib/hcrypto/imath/imath.c max = MAX(ua, ub); max 565 source4/heimdal/lib/hcrypto/imath/imath.c if(!s_pad(c, max)) max 569 source4/heimdal/lib/hcrypto/imath/imath.c uc = max; max 572 source4/heimdal/lib/hcrypto/imath/imath.c if(!s_pad(c, max + 1)) max 575 source4/heimdal/lib/hcrypto/imath/imath.c c->digits[max] = carry; max 637 source4/heimdal/lib/hcrypto/imath/imath.c mp_size ua, ub, uc, max; max 642 source4/heimdal/lib/hcrypto/imath/imath.c max = MAX(ua, ub); max 648 source4/heimdal/lib/hcrypto/imath/imath.c if(!s_pad(c, max)) max 652 source4/heimdal/lib/hcrypto/imath/imath.c uc = max; max 655 source4/heimdal/lib/hcrypto/imath/imath.c if(!s_pad(c, max + 1)) max 658 source4/heimdal/lib/hcrypto/imath/imath.c c->digits[max] = carry; max 672 source4/heimdal/lib/hcrypto/imath/imath.c if(!s_pad(c, max)) max 102 source4/heimdal/lib/hdb/mkey.c vno = max(vno, p->keytab.vno); max 898 source4/heimdal/lib/krb5/addr_families.c max_sockaddr_size = max(max_sockaddr_size, a->max_sockaddr_size); max 40 source4/heimdal/lib/krb5/log.c int max; max 155 source4/heimdal/lib/krb5/log.c fp->max = max; max 206 source4/heimdal/lib/krb5/log.c return krb5_addlog_func(context, facility, min, max, max 258 source4/heimdal/lib/krb5/log.c return krb5_addlog_func(context, fac, min, max, log_file, close_file, fd); max 267 source4/heimdal/lib/krb5/log.c int min = 0, max = -1, n; max 271 source4/heimdal/lib/krb5/log.c n = sscanf(p, "%d%c%d/", &min, &c, &max); max 275 source4/heimdal/lib/krb5/log.c max = -min; max 278 source4/heimdal/lib/krb5/log.c max = min; max 292 source4/heimdal/lib/krb5/log.c ret = open_file(context, f, min, max, NULL, NULL, stderr, 1); max 294 source4/heimdal/lib/krb5/log.c ret = open_file(context, f, min, max, "/dev/console", "w", NULL, 0); max 329 source4/heimdal/lib/krb5/log.c ret = open_file(context, f, min, max, fn, "a", file, keep_open); max 331 source4/heimdal/lib/krb5/log.c ret = open_file(context, f, min, max, strdup(p + 7), "w", NULL, 0); max 344 source4/heimdal/lib/krb5/log.c ret = open_syslog(context, f, min, max, severity, facility); max 415 source4/heimdal/lib/krb5/log.c (fac->val[i].max < 0 || fac->val[i].max >= level)) { max 107 source4/heimdal/lib/krb5/n-fold.c size_t maxlen = 2 * max(size, len); max 304 source4/heimdal/lib/roken/getarg.c max_len = max(max_len, len); max 276 source4/heimdal/lib/roken/parse_units.c max_sz = max(max_sz, strlen(u->name)); max 79 source4/heimdal/lib/roken/roken-common.h #ifndef max max 195 source4/heimdal/lib/roken/rtbl.c column->width = max (column->width, strlen (column->rows[i].data)); max 1109 source4/lib/wmi/wmi_wrap.c if (!min && !max) { max 1113 source4/lib/wmi/wmi_wrap.c name, (min == max ? "" : "at least "), (int)min); max 1124 source4/lib/wmi/wmi_wrap.c name, (min == max ? "" : "at least "), (int)min, (int)l); max 1126 source4/lib/wmi/wmi_wrap.c } else if (l > max) { max 1128 source4/lib/wmi/wmi_wrap.c name, (min == max ? "" : "at most "), (int)max, (int)l); max 1135 source4/lib/wmi/wmi_wrap.c for (; l < max; ++l) { max 2725 source4/lib/wmi/wmi_wrap.c if ((min <= x && x <= max)) { max 515 source4/torture/gentest.c return min + (r % (1+max-min)); max 2985 source4/torture/gentest.c int i, max; max 2990 source4/torture/gentest.c max = MIN(options.numops, base+chunk); max 2991 source4/torture/gentest.c for (i=base;i<max; i++) { max 2995 source4/torture/gentest.c options.numops, base, max-1); max 2998 source4/torture/gentest.c for (i=base;i<max; i++) { max 3014 source4/torture/gentest.c memmove(&op_parms[base], &op_parms[max], max 3015 source4/torture/gentest.c sizeof(op_parms[0]) * (options.numops - max)); max 3016 source4/torture/gentest.c options.numops = (ret+1) - (max - base); max 40 source4/torture/raw/oplock.c if ((v) < (min) || (v) > (max)) { \ max 42 source4/torture/raw/oplock.c __location__, #v, (int)v, (int)min, (int)max); \ max 1059 source4/torture/rpc/srvsvc.c int i, n, min, max; max 1072 source4/torture/rpc/srvsvc.c max = 4096; max 1074 source4/torture/rpc/srvsvc.c n = max; max 1093 source4/torture/rpc/srvsvc.c n += (max - min + 1)/2; max 1097 source4/torture/rpc/srvsvc.c if ((min + 1) >= max) break; /* found it */ max 1099 source4/torture/rpc/srvsvc.c max = n; max 1100 source4/torture/rpc/srvsvc.c n -= (max - min)/2; max 1107 source4/torture/rpc/srvsvc.c d_printf("Maximum length for type %2d, flags %08x: %d\n", i, r.in.flags, max); max 42 source4/torture/smb2/maxwrite.c int max = 80000000; max 45 source4/torture/smb2/maxwrite.c while (max > min) { max 49 source4/torture/smb2/maxwrite.c len = 1+(min+max)/2; max 61 source4/torture/smb2/maxwrite.c len, min, max); max 66 source4/torture/smb2/maxwrite.c max = len-1; max 102 source4/torture/smb2/maxwrite.c printf("converged: len=%d\n", max);