max 734 daemons/based/based_callbacks.c const char *max = crm_element_value(request, F_CIB_SCHEMA_MAX); max 740 daemons/based/based_callbacks.c (max? max : "none"), (upgrade_rc? upgrade_rc : "none")); max 746 daemons/based/based_callbacks.c } else if ((max == NULL) && based_is_primary) { max 750 daemons/based/based_callbacks.c } else if(max) { max 376 daemons/controld/controld_schedulerd.c int max = 0; max 392 daemons/controld/controld_schedulerd.c max = numXpathResults(xpathObj); max 395 daemons/controld/controld_schedulerd.c for (lpc = 0; lpc < max; lpc++) { max 401 daemons/controld/controld_schedulerd.c if(max == 0) { max 41 daemons/controld/controld_te_callbacks.c int lpc, max; max 104 daemons/controld/controld_te_callbacks.c max = numXpathResults(xpathObj); max 116 daemons/controld/controld_te_callbacks.c if ((controld_globals.transition_graph->pending == 0) && (max > 1)) { max 118 daemons/controld/controld_te_callbacks.c max); max 125 daemons/controld/controld_te_callbacks.c if (max == 1) { max 141 daemons/controld/controld_te_callbacks.c max = numXpathResults(xpathObj); max 142 daemons/controld/controld_te_callbacks.c if (max > 0) { max 145 daemons/controld/controld_te_callbacks.c for (lpc = 0; lpc < max; lpc++) { max 156 daemons/controld/controld_te_callbacks.c max = numXpathResults(xpathObj); max 157 daemons/controld/controld_te_callbacks.c for (lpc = 0; lpc < max; lpc++) { max 37 daemons/controld/controld_throttle.c int max; max 409 daemons/controld/controld_throttle.c long long max = 0LL; max 416 daemons/controld/controld_throttle.c pcmk__scan_ll(preference, &max, 0LL); max 418 daemons/controld/controld_throttle.c if (max > 0) { max 419 daemons/controld/controld_throttle.c throttle_job_max = (int) max; max 522 daemons/controld/controld_throttle.c r->max = throttle_job_max; max 534 daemons/controld/controld_throttle.c jobs = QB_MAX(1, r->max / 4); max 537 daemons/controld/controld_throttle.c jobs = QB_MAX(1, r->max / 2); max 540 daemons/controld/controld_throttle.c jobs = QB_MAX(1, r->max); max 552 daemons/controld/controld_throttle.c int max = 0; max 558 daemons/controld/controld_throttle.c crm_element_value_int(xml, F_CRM_THROTTLE_MAX, &max); max 568 daemons/controld/controld_throttle.c r->max = max; max 572 daemons/controld/controld_throttle.c from, load2str((enum throttle_state_e) mode), max, max 770 daemons/fenced/fenced_commands.c int last = 0, lpc = 0, max = 0, added = 0; max 777 daemons/fenced/fenced_commands.c max = strlen(hostmap); max 778 daemons/fenced/fenced_commands.c for (; lpc <= max; lpc++) { max 927 daemons/fenced/fenced_commands.c int max = 0; max 935 daemons/fenced/fenced_commands.c max = numXpathResults(xpath); max 937 daemons/fenced/fenced_commands.c if (max <= 0) { max 942 daemons/fenced/fenced_commands.c for (lpc = 0; lpc < max; lpc++) { max 1627 daemons/fenced/fenced_commands.c int max = 0; max 1635 daemons/fenced/fenced_commands.c max = strlen(devices); max 1636 daemons/fenced/fenced_commands.c for (lpc = 0; lpc <= max; lpc++) { max 1906 daemons/fenced/fenced_commands.c int max = g_list_length(list); max 1908 daemons/fenced/fenced_commands.c size_t alloc_size = 1 + (max?((max-1+(terminate_with_delim?1:0))*delim_len):0); max 1928 daemons/fenced/fenced_commands.c if (max && terminate_with_delim) { max 467 daemons/fenced/pacemaker-fenced.c int max = numXpathResults(xpathObj), lpc = 0; max 469 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < max; lpc++) { max 520 daemons/fenced/pacemaker-fenced.c int max = numXpathResults(xpathObj), lpc = 0; max 522 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < max; lpc++) { max 549 daemons/fenced/pacemaker-fenced.c int max = numXpathResults(xpathObj), lpc = 0; max 551 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < max; lpc++) { max 920 daemons/fenced/pacemaker-fenced.c int max = numXpathResults(xpath_obj), lpc = 0; max 926 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < max; lpc++) { max 944 daemons/fenced/pacemaker-fenced.c int max = numXpathResults(xpath_obj), lpc = 0; max 946 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < max; lpc++) { max 124 daemons/pacemakerd/pcmkd_corosync.c #define cs_repeat(counter, max, code) do { \ max 133 daemons/pacemakerd/pcmkd_corosync.c } while(counter < max) max 24 include/crm/common/io_internal.h unsigned int sequence, int max); max 42 include/crm/common/strings_internal.h int pcmk__compress(const char *data, unsigned int length, unsigned int max, max 238 include/crm/common/xml.h int update_validation(xmlNode **xml_blob, int *best, int max, max 129 lib/cib/cib_ops.c const char *max = crm_element_value(req, F_CIB_SCHEMA_MAX); max 133 lib/cib/cib_ops.c crm_trace("Processing \"%s\" event with max=%s", op, max); max 139 lib/cib/cib_ops.c if (max) { max 140 lib/cib/cib_ops.c max_version = get_schema_version(max); max 364 lib/cib/cib_ops.c int max = 0, lpc; max 368 lib/cib/cib_ops.c max = numXpathResults(xpathObj); max 372 lib/cib/cib_ops.c for (lpc = 0; lpc < max; lpc++) { max 658 lib/cib/cib_ops.c int lpc = 0, max = 0; max 689 lib/cib/cib_ops.c max = numXpathResults(xpathObj); max 691 lib/cib/cib_ops.c for (lpc = 0; lpc < max; lpc++) { max 732 lib/cib/cib_ops.c int max = 0; max 746 lib/cib/cib_ops.c max = numXpathResults(xpathObj); max 748 lib/cib/cib_ops.c if ((max < 1) max 752 lib/cib/cib_ops.c } else if (max < 1) { max 757 lib/cib/cib_ops.c if (max > 1) { max 767 lib/cib/cib_ops.c for (lpc = 0; lpc < max; lpc++) { max 78 lib/cluster/cpg.c #define cs_repeat(rc, counter, max, code) do { \ max 87 lib/cluster/cpg.c } while (counter < max) max 238 lib/common/acl.c int max = 0, lpc = 0; max 242 lib/common/acl.c max = numXpathResults(xpathObj); max 244 lib/common/acl.c for (lpc = 0; lpc < max; lpc++) { max 262 lib/common/acl.c acl_to_text(acl->mode), acl->xpath, max, max 263 lib/common/acl.c ((max == 1)? "" : "es")); max 462 lib/common/acl.c int max = 0; max 472 lib/common/acl.c max = numXpathResults(xpathObj); max 473 lib/common/acl.c for(lpc = 0; lpc < max; lpc++) { max 484 lib/common/acl.c user, acl->xpath, max, max 485 lib/common/acl.c pcmk__plural_alt(max, "match", "matches")); max 233 lib/common/crmcommon_private.h unsigned int pcmk__ipc_buffer_size(unsigned int max); max 188 lib/common/io.c unsigned int sequence, int max) max 197 lib/common/io.c if (max == 0) { max 200 lib/common/io.c if (max > 0 && sequence >= max) { max 175 lib/common/ipc_attrd.c int max = 5; max 177 lib/common/ipc_attrd.c while (max > 0) { max 178 lib/common/ipc_attrd.c crm_info("Connecting to cluster... %d retries remaining", max); max 185 lib/common/ipc_attrd.c sleep(5 - max); max 186 lib/common/ipc_attrd.c max--; max 31 lib/common/ipc_common.c pcmk__ipc_buffer_size(unsigned int max) max 53 lib/common/ipc_common.c return QB_MAX(max, global_max); max 1776 lib/common/iso8601.c int max = 128, scanned_pos = 0, printed_pos = 0, fmt_pos = 0, max 1778 lib/common/iso8601.c char nano_s[10], date_s[max+1], nanofmt_s[5] = "%", *tmp_fmt_s; max 1821 lib/common/iso8601.c date_len += strftime(&date_s[date_len], max-date_len, tmp_fmt_s, &tm); max 1832 lib/common/iso8601.c date_len += snprintf(&date_s[date_len], max-date_len, max 736 lib/common/mainloop.c int max = 10; max 756 lib/common/mainloop.c } while ((rc == G_SOURCE_CONTINUE) && (read_rc > 0) && --max > 0); max 379 lib/common/schemas.c int lpc, max; max 386 lib/common/schemas.c max = scandir(base, &namelist, schema_filter, schema_sort); max 387 lib/common/schemas.c if (max < 0) { max 393 lib/common/schemas.c for (lpc = 0; lpc < max; lpc++) { max 404 lib/common/schemas.c if ((lpc + 1) < max) { max 421 lib/common/schemas.c for (lpc = 0; lpc < max; lpc++) { max 1050 lib/common/schemas.c update_validation(xmlNode **xml_blob, int *best, int max, gboolean transform, max 1130 lib/common/schemas.c } else if (max > 0 && (lpc == max || next > max)) { max 1132 lib/common/schemas.c known_schemas[lpc].name, lpc, next, max); max 746 lib/common/strings.c pcmk__compress(const char *data, unsigned int length, unsigned int max, max 757 lib/common/strings.c if (max == 0) { max 758 lib/common/strings.c max = (length * 1.01) + 601; // Size guaranteed to hold result max 765 lib/common/strings.c compressed = calloc((size_t) max, sizeof(char)); max 768 lib/common/strings.c *result_len = max; max 471 lib/common/utils.c int max = 0; max 478 lib/common/utils.c max = strlen(crm_name); max 479 lib/common/utils.c for (; lpc < max; lpc++) { max 41 lib/common/xpath.c int lpc, max = numXpathResults(xpathObj); max 47 lib/common/xpath.c for (lpc = 0; lpc < max; lpc++) { max 61 lib/common/xpath.c int max = numXpathResults(xpathObj); max 66 lib/common/xpath.c if (index >= max) { max 67 lib/common/xpath.c crm_err("Requested index %d of only %d items", index, max); max 103 lib/common/xpath.c int lpc, max = numXpathResults(xpathObj); max 109 lib/common/xpath.c for (lpc = 0; lpc < max; lpc++) { max 122 lib/common/xpath.c for (lpc2 = 0; lpc2 < max; lpc2++) { max 216 lib/common/xpath.c int max; max 228 lib/common/xpath.c max = numXpathResults(xpathObj); max 230 lib/common/xpath.c if (max < 1) { max 237 lib/common/xpath.c } else if (max > 1) { max 244 lib/common/xpath.c for (lpc = 0; lpc < max; lpc++) { max 545 lib/fencing/st_client.c int rc = 0, lpc = 0, max = 0; max 565 lib/fencing/st_client.c max = numXpathResults(xpathObj); max 567 lib/fencing/st_client.c for (lpc = 0; lpc < max; lpc++) { max 585 lib/fencing/st_client.c return max; max 2392 lib/fencing/st_client.c int max = 0; max 2398 lib/fencing/st_client.c max = numXpathResults(xpath); max 2400 lib/fencing/st_client.c if (max <= 0) { max 2405 lib/fencing/st_client.c for (lpc = 0; lpc < max; lpc++) { max 106 lib/pengine/failcounts.c int max = numXpathResults(xpathObj); max 109 lib/pengine/failcounts.c for (lpc = 0; lpc < max; lpc++) { max 873 maint/gnulib/lib/bitset/table.c tbitset_resize (dst, max (BITSET_NBITS_ (src1), BITSET_NBITS_ (src2))); max 441 maint/gnulib/lib/bitset/vector.c vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2))); max 460 maint/gnulib/lib/bitset/vector.c vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2))); max 506 maint/gnulib/lib/bitset/vector.c vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2))); max 539 maint/gnulib/lib/bitset/vector.c vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2))); max 597 maint/gnulib/lib/bitset/vector.c vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2))); max 626 maint/gnulib/lib/bitset/vector.c vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2))); max 674 maint/gnulib/lib/bitset/vector.c vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2))); max 703 maint/gnulib/lib/bitset/vector.c vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2))); max 66 maint/gnulib/lib/canonicalize-lgpl.c # define __getcwd(buf, max) getcwd (buf, max, 0) max 71 maint/gnulib/lib/canonicalize-lgpl.c # define __getcwd(buf, max) getwd (buf) max 121 maint/gnulib/lib/ftoastr.h #define _GL_FLOAT_EXPONENT_STRLEN_BOUND(min, max) \ max 122 maint/gnulib/lib/ftoastr.h ( -100 < (min) && (max) < 100 ? 3 \ max 123 maint/gnulib/lib/ftoastr.h : -1000 < (min) && (max) < 1000 ? 4 \ max 124 maint/gnulib/lib/ftoastr.h : -10000 < (min) && (max) < 10000 ? 5 \ max 125 maint/gnulib/lib/ftoastr.h : -100000 < (min) && (max) < 100000 ? 6 \ max 126 maint/gnulib/lib/ftoastr.h : -1000000 < (min) && (max) < 1000000 ? 7 \ max 1985 maint/gnulib/lib/fts.c size_t len, max; max 1987 maint/gnulib/lib/fts.c for (max = 0; *argv; ++argv) max 1988 maint/gnulib/lib/fts.c if ((len = strlen(*argv)) > max) max 1989 maint/gnulib/lib/fts.c max = len; max 1990 maint/gnulib/lib/fts.c return (max + 1); max 169 maint/gnulib/lib/intprops.h #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ max 172 maint/gnulib/lib/intprops.h : (max) - (b) < (a)) max 176 maint/gnulib/lib/intprops.h #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ max 178 maint/gnulib/lib/intprops.h ? (max) + (b) < (a) \ max 183 maint/gnulib/lib/intprops.h #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \ max 185 maint/gnulib/lib/intprops.h ? (a) < - (max) \ max 192 maint/gnulib/lib/intprops.h #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ max 195 maint/gnulib/lib/intprops.h ? (a) < (max) / (b) \ max 203 maint/gnulib/lib/intprops.h : (max) / (b) < (a))) max 207 maint/gnulib/lib/intprops.h #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ max 208 maint/gnulib/lib/intprops.h ((min) < 0 && (b) == -1 && (a) < - (max)) max 215 maint/gnulib/lib/intprops.h #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ max 216 maint/gnulib/lib/intprops.h INT_DIVIDE_RANGE_OVERFLOW (a, b, min, max) max 225 maint/gnulib/lib/intprops.h #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ max 228 maint/gnulib/lib/intprops.h : (max) >> (b) < (a)) max 268 maint/gnulib/lib/intprops.h # define _GL_ADD_OVERFLOW(a, b, min, max) \ max 270 maint/gnulib/lib/intprops.h # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ max 272 maint/gnulib/lib/intprops.h # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ max 275 maint/gnulib/lib/intprops.h # define _GL_ADD_OVERFLOW(a, b, min, max) \ max 276 maint/gnulib/lib/intprops.h ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ max 280 maint/gnulib/lib/intprops.h # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ max 281 maint/gnulib/lib/intprops.h ((min) < 0 ? INT_SUBTRACT_RANGE_OVERFLOW (a, b, min, max) \ max 285 maint/gnulib/lib/intprops.h # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ max 287 maint/gnulib/lib/intprops.h || INT_MULTIPLY_RANGE_OVERFLOW (a, b, min, max)) max 289 maint/gnulib/lib/intprops.h #define _GL_DIVIDE_OVERFLOW(a, b, min, max) \ max 290 maint/gnulib/lib/intprops.h ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max) \ max 293 maint/gnulib/lib/intprops.h #define _GL_REMAINDER_OVERFLOW(a, b, min, max) \ max 294 maint/gnulib/lib/intprops.h ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max) \ max 295 maint/gnulib/lib/intprops.h : (a) < 0 ? (a) % (b) != ((max) - (b) + 1) % (b) \ max 296 maint/gnulib/lib/intprops.h : (b) < 0 && ! _GL_UNSIGNED_NEG_MULTIPLE (a, b, max)) max 302 maint/gnulib/lib/intprops.h #define _GL_UNSIGNED_NEG_MULTIPLE(a, b, max) \ max 304 maint/gnulib/lib/intprops.h ? (_GL_SIGNED_INT_MAXIMUM (b) == (max) \ max 81 maint/gnulib/lib/limits.in.h #define _GL_INTEGER_WIDTH(min, max) (((min) < 0) + _GL_COB128 (max)) max 164 maint/gnulib/lib/regex_internal.h # define REGEX_UINTEGER_WIDTH(max) REGEX_COB128 (max) max 2330 maint/gnulib/lib/regexec.c Idx max = mctx->state_log_top; max 2335 maint/gnulib/lib/regexec.c if (++cur_str_idx > max) max 29 maint/gnulib/tests/test-limits-h.c #define verify_width(width, min, max) \ max 30 maint/gnulib/tests/test-limits-h.c verify ((max) >> ((width) - 1 - ((min) < 0)) == 1) max 365 maint/gnulib/tests/test-stdint.c #define verify_width(width, min, max) \ max 366 maint/gnulib/tests/test-stdint.c _GL_VERIFY ((max) >> ((width) - 1 - ((min) < 0)) == 1, \ max 2009 tools/crm_mon.c int lpc = 0, max = numXpathResults(xpathObj); max 2011 tools/crm_mon.c for (lpc = 0; lpc < max; lpc++) {