max               732 daemons/based/based_callbacks.c         const char *max = crm_element_value(request, F_CIB_SCHEMA_MAX);
max               738 daemons/based/based_callbacks.c                   (max? max : "none"), (upgrade_rc? upgrade_rc : "none"));
max               744 daemons/based/based_callbacks.c         } else if ((max == NULL) && cib_is_master) {
max               748 daemons/based/based_callbacks.c         } else if(max) {
max               363 daemons/controld/controld_schedulerd.c     int max = 0;
max               372 daemons/controld/controld_schedulerd.c     max = numXpathResults(xpathObj);
max               375 daemons/controld/controld_schedulerd.c     for (lpc = 0; lpc < max; lpc++) {
max               381 daemons/controld/controld_schedulerd.c     if(max == 0) {
max                46 daemons/controld/controld_te_callbacks.c     int lpc, max;
max                87 daemons/controld/controld_te_callbacks.c     max = numXpathResults(xpathObj);
max                89 daemons/controld/controld_te_callbacks.c     for (lpc = 0; lpc < max; lpc++) {
max               126 daemons/controld/controld_te_callbacks.c     max = numXpathResults(xpathObj);
max               138 daemons/controld/controld_te_callbacks.c     if ((transition_graph->pending == 0) && (max > 1)) {
max               140 daemons/controld/controld_te_callbacks.c                   max);
max               146 daemons/controld/controld_te_callbacks.c     if (max == 1) {
max               162 daemons/controld/controld_te_callbacks.c     max = numXpathResults(xpathObj);
max               163 daemons/controld/controld_te_callbacks.c     if (max > 0) {
max               166 daemons/controld/controld_te_callbacks.c         for (lpc = 0; lpc < max; lpc++) {
max               177 daemons/controld/controld_te_callbacks.c     max = numXpathResults(xpathObj);
max               178 daemons/controld/controld_te_callbacks.c     for (lpc = 0; lpc < max; lpc++) {
max               615 daemons/controld/controld_te_callbacks.c             int lpc = 0, max = numXpathResults(xpathObj);
max               617 daemons/controld/controld_te_callbacks.c             for (lpc = 0; lpc < max; lpc++) {
max                37 daemons/controld/controld_throttle.c     int max;
max               408 daemons/controld/controld_throttle.c     long long max = 0LL;
max               415 daemons/controld/controld_throttle.c         pcmk__scan_ll(preference, &max, 0LL);
max               417 daemons/controld/controld_throttle.c     if (max > 0) {
max               418 daemons/controld/controld_throttle.c         throttle_job_max = (int) max;
max               502 daemons/controld/controld_throttle.c         r->max = throttle_job_max;
max               514 daemons/controld/controld_throttle.c             jobs = QB_MAX(1, r->max / 4);
max               517 daemons/controld/controld_throttle.c             jobs = QB_MAX(1, r->max / 2);
max               520 daemons/controld/controld_throttle.c             jobs = QB_MAX(1, r->max);
max               532 daemons/controld/controld_throttle.c     int max = 0;
max               538 daemons/controld/controld_throttle.c     crm_element_value_int(xml, F_CRM_THROTTLE_MAX, &max);
max               548 daemons/controld/controld_throttle.c     r->max = max;
max               552 daemons/controld/controld_throttle.c               from, load2str((enum throttle_state_e) mode), max,
max               669 daemons/fenced/fenced_commands.c     int last = 0, lpc = 0, max = 0, added = 0;
max               676 daemons/fenced/fenced_commands.c     max = strlen(hostmap);
max               677 daemons/fenced/fenced_commands.c     for (; lpc <= max; lpc++) {
max               847 daemons/fenced/fenced_commands.c     int max = 0;
max               855 daemons/fenced/fenced_commands.c     max = numXpathResults(xpath);
max               857 daemons/fenced/fenced_commands.c     if (max <= 0) {
max               862 daemons/fenced/fenced_commands.c     for (lpc = 0; lpc < max; lpc++) {
max              1524 daemons/fenced/fenced_commands.c     int max = 0;
max              1532 daemons/fenced/fenced_commands.c     max = strlen(devices);
max              1533 daemons/fenced/fenced_commands.c     for (lpc = 0; lpc <= max; lpc++) {
max              1715 daemons/fenced/fenced_commands.c     int max = g_list_length(list);
max              1717 daemons/fenced/fenced_commands.c     size_t alloc_size = 1 + (max?((max-1+(terminate_with_delim?1:0))*delim_len):0);
max              1737 daemons/fenced/fenced_commands.c         if (max && terminate_with_delim) {
max               430 daemons/fenced/pacemaker-fenced.c     int max = numXpathResults(xpathObj), lpc = 0;
max               432 daemons/fenced/pacemaker-fenced.c     for (lpc = 0; lpc < max; lpc++) {
max               479 daemons/fenced/pacemaker-fenced.c     int max = numXpathResults(xpathObj), lpc = 0;
max               481 daemons/fenced/pacemaker-fenced.c     for (lpc = 0; lpc < max; lpc++) {
max               508 daemons/fenced/pacemaker-fenced.c     int max = numXpathResults(xpathObj), lpc = 0;
max               510 daemons/fenced/pacemaker-fenced.c     for (lpc = 0; lpc < max; lpc++) {
max               889 daemons/fenced/pacemaker-fenced.c         int max = numXpathResults(xpath_obj), lpc = 0;
max               895 daemons/fenced/pacemaker-fenced.c         for (lpc = 0; lpc < max; lpc++) {
max               913 daemons/fenced/pacemaker-fenced.c         int max = numXpathResults(xpath_obj), lpc = 0;
max               915 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                75 include/crm/common/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               232 include/crm/common/xml.h int update_validation(xmlNode **xml_blob, int *best, int max,
max               100 lib/cib/cib_ops.c     const char *max = crm_element_value(req, F_CIB_SCHEMA_MAX);
max               104 lib/cib/cib_ops.c     crm_trace("Processing \"%s\" event with max=%s", op, max);
max               110 lib/cib/cib_ops.c     if (max) {
max               111 lib/cib/cib_ops.c         max_version = get_schema_version(max);
max               359 lib/cib/cib_ops.c         int max = 0, lpc;
max               363 lib/cib/cib_ops.c             max = numXpathResults(xpathObj);
max               367 lib/cib/cib_ops.c         for (lpc = 0; lpc < max; lpc++) {
max               605 lib/cib/cib_ops.c     int lpc = 0, max = 0;
max               637 lib/cib/cib_ops.c     max = numXpathResults(xpathObj);
max               639 lib/cib/cib_ops.c     for (lpc = 0; lpc < max; lpc++) {
max               679 lib/cib/cib_ops.c     int max = 0;
max               693 lib/cib/cib_ops.c     max = numXpathResults(xpathObj);
max               695 lib/cib/cib_ops.c     if (max < 1 && pcmk__str_eq(op, CIB_OP_DELETE, pcmk__str_casei)) {
max               698 lib/cib/cib_ops.c     } else if (max < 1) {
max               703 lib/cib/cib_ops.c         if (max > 1) {
max               712 lib/cib/cib_ops.c     for (lpc = 0; lpc < max; lpc++) {
max               119 lib/cib/cib_utils.c     int max = PCMK__NELEM(known_paths);
max               121 lib/cib/cib_utils.c     for (; lpc < max; lpc++) {
max               134 lib/cib/cib_utils.c     int max = PCMK__NELEM(known_paths);
max               136 lib/cib/cib_utils.c     for (; 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               256 lib/common/acl.c         int max = 0, lpc = 0;
max               260 lib/common/acl.c         max = numXpathResults(xpathObj);
max               262 lib/common/acl.c         for (lpc = 0; lpc < max; lpc++) {
max               273 lib/common/acl.c                   acl_to_text(acl->mode), acl->xpath, max,
max               274 lib/common/acl.c                   ((max == 1)? "" : "es"));
max               429 lib/common/acl.c         int max = 0;
max               439 lib/common/acl.c             max = numXpathResults(xpathObj);
max               440 lib/common/acl.c             for(lpc = 0; lpc < max; lpc++) {
max               451 lib/common/acl.c                       user, acl->xpath, max,
max               452 lib/common/acl.c                       pcmk__plural_alt(max, "match", "matches"));
max                55 lib/common/attrd_client.c     int max = 5;
max                71 lib/common/attrd_client.c     while (max > 0) {
max                73 lib/common/attrd_client.c             crm_info("Connecting to cluster... %d retries remaining", max);
max                90 lib/common/attrd_client.c             sleep(5 - max);
max                91 lib/common/attrd_client.c             max--;
max                96 lib/common/attrd_client.c             sleep(5 - max);
max                97 lib/common/attrd_client.c             max--;
max                83 lib/common/crmcommon_private.h                     int *max, int depth);
max                86 lib/common/crmcommon_private.h void pcmk__buffer_add_char(char **buffer, int *offset, int *max, char c);
max               256 lib/common/crmcommon_private.h unsigned int pcmk__ipc_buffer_size(unsigned int max);
max                36 lib/common/digest.c     int offset = 0, max = 0;
max                39 lib/common/digest.c     pcmk__buffer_add_char(&buffer, &offset, &max, ' ');
max                40 lib/common/digest.c     pcmk__xml2text(an_xml_node, 0, &buffer, &offset, &max, 0);
max                41 lib/common/digest.c     pcmk__buffer_add_char(&buffer, &offset, &max, '\n');
max                96 lib/common/digest.c     int offset, max;
max               116 lib/common/digest.c                        &buffer, &offset, &max, 0);
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                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              1633 lib/common/iso8601.c     int max = 128, scanned_pos = 0, printed_pos = 0, fmt_pos = 0,
max              1635 lib/common/iso8601.c     char nano_s[10], date_s[max+1], nanofmt_s[5] = "%", *tmp_fmt_s;
max              1678 lib/common/iso8601.c         date_len += strftime(&date_s[date_len], max-date_len, tmp_fmt_s, &tm);
max              1689 lib/common/iso8601.c             date_len += snprintf(&date_s[date_len], max-date_len,
max               756 lib/common/mainloop.c             int max = 10;
max               776 lib/common/mainloop.c             } while ((rc == G_SOURCE_CONTINUE) && (read_rc > 0) && --max > 0);
max               519 lib/common/patchset.c                 int lpc = 0, max = 0;
max               522 lib/common/patchset.c                 max = strlen(prefix);
max               527 lib/common/patchset.c                 for (lpc = 2; lpc < max; lpc++) {
max               381 lib/common/schemas.c     int lpc, max;
max               388 lib/common/schemas.c     max = scandir(base, &namelist, schema_filter, schema_sort);
max               389 lib/common/schemas.c     if (max < 0) {
max               395 lib/common/schemas.c         for (lpc = 0; lpc < max; lpc++) {
max               406 lib/common/schemas.c             if ((lpc + 1) < max) {
max               423 lib/common/schemas.c         for (lpc = 0; lpc < max; lpc++) {
max              1047 lib/common/schemas.c update_validation(xmlNode **xml_blob, int *best, int max, gboolean transform,
max              1127 lib/common/schemas.c             } else if (max > 0 && (lpc == max || next > max)) {
max              1129 lib/common/schemas.c                           known_schemas[lpc].name, lpc, next, max);
max               749 lib/common/strings.c pcmk__compress(const char *data, unsigned int length, unsigned int max,
max               760 lib/common/strings.c     if (max == 0) {
max               761 lib/common/strings.c         max = (length * 1.01) + 601; // Size guaranteed to hold result
max               768 lib/common/strings.c     compressed = calloc((size_t) max, sizeof(char));
max               771 lib/common/strings.c     *result_len = max;
max               514 lib/common/utils.c     int max = 0;
max               521 lib/common/utils.c     max = strlen(crm_name);
max               522 lib/common/utils.c     for (; lpc < max; lpc++) {
max                65 lib/common/xml.c #define buffer_print(buffer, max, offset, fmt, args...) do {            \
max                66 lib/common/xml.c         int rc = (max);                                                 \
max                68 lib/common/xml.c             rc = snprintf((buffer) + (offset), (max) - (offset), fmt, ##args); \
max                74 lib/common/xml.c         } else if(rc >= ((max) - (offset))) {                           \
max                76 lib/common/xml.c             (max) = QB_MAX(CHUNK_SIZE, (max) * 2);                      \
max                77 lib/common/xml.c             tmp = pcmk__realloc((buffer), (max));                       \
max                87 lib/common/xml.c insert_prefix(int options, char **buffer, int *offset, int *max, int depth)
max                92 lib/common/xml.c         if ((*buffer) == NULL || spaces >= ((*max) - (*offset))) {
max                93 lib/common/xml.c             (*max) = QB_MAX(CHUNK_SIZE, (*max) * 2);
max                94 lib/common/xml.c             (*buffer) = pcmk__realloc((*buffer), (*max));
max              1414 lib/common/xml.c dump_xml_attr(xmlAttrPtr attr, int options, char **buffer, int *offset, int *max)
max              1432 lib/common/xml.c     buffer_print(*buffer, *max, *offset, " %s=\"%s\"",
max              1442 lib/common/xml.c     int max = 0;
max              1458 lib/common/xml.c         insert_prefix(options, &buffer, &offset, &max, depth);
max              1461 lib/common/xml.c             buffer_print(buffer, max, offset, "<!--%s-->", data->content);
max              1464 lib/common/xml.c             buffer_print(buffer, max, offset, "<%s", name);
max              1490 lib/common/xml.c                 buffer_print(buffer, max, offset, " %s=\"%s\"",
max              1496 lib/common/xml.c                 buffer_print(buffer, max, offset, "/>");
max              1499 lib/common/xml.c                 buffer_print(buffer, max, offset, ">");
max              1502 lib/common/xml.c                 buffer_print(buffer, max, offset, "/>");
max              1518 lib/common/xml.c         max = 0;
max              1531 lib/common/xml.c         insert_prefix(options, &buffer, &offset, &max, depth);
max              1532 lib/common/xml.c         buffer_print(buffer, max, offset, "</%s>", name);
max              1702 lib/common/xml.c dump_filtered_xml(xmlNode * data, int options, char **buffer, int *offset, int *max)
max              1706 lib/common/xml.c             dump_xml_attr(a, options, buffer, offset, max);
max              1712 lib/common/xml.c dump_xml_element(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
max              1716 lib/common/xml.c     CRM_ASSERT(max != NULL);
max              1727 lib/common/xml.c         *max = 0;
max              1733 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
max              1734 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<%s", name);
max              1737 lib/common/xml.c         dump_filtered_xml(data, options, buffer, offset, max);
max              1741 lib/common/xml.c             dump_xml_attr(a, options, buffer, offset, max);
max              1746 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "/>");
max              1749 lib/common/xml.c         buffer_print(*buffer, *max, *offset, ">");
max              1753 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
max              1759 lib/common/xml.c             pcmk__xml2text(xChild, options, buffer, offset, max, depth + 1);
max              1762 lib/common/xml.c         insert_prefix(options, buffer, offset, max, depth);
max              1763 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "</%s>", name);
max              1766 lib/common/xml.c             buffer_print(*buffer, *max, *offset, "\n");
max              1772 lib/common/xml.c dump_xml_text(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
max              1774 lib/common/xml.c     CRM_ASSERT(max != NULL);
max              1785 lib/common/xml.c         *max = 0;
max              1788 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
max              1790 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
max              1793 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
max              1798 lib/common/xml.c dump_xml_cdata(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
max              1800 lib/common/xml.c     CRM_ASSERT(max != NULL);
max              1811 lib/common/xml.c         *max = 0;
max              1814 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
max              1816 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<![CDATA[");
max              1817 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
max              1818 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "]]>");
max              1821 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
max              1826 lib/common/xml.c dump_xml_comment(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
max              1828 lib/common/xml.c     CRM_ASSERT(max != NULL);
max              1839 lib/common/xml.c         *max = 0;
max              1842 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
max              1844 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<!--");
max              1845 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
max              1846 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "-->");
max              1849 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
max              1868 lib/common/xml.c                int *max, int depth)
max              1872 lib/common/xml.c         *max = 0;
max              1913 lib/common/xml.c             buffer_print(*buffer, *max, *offset, "%s",
max              1921 lib/common/xml.c             crm_err("xmlNodeDump() -> %dbytes took %ds", *max, next - now);
max              1933 lib/common/xml.c             dump_xml_element(data, options, buffer, offset, max, depth);
max              1938 lib/common/xml.c                 dump_xml_text(data, options, buffer, offset, max, depth);
max              1942 lib/common/xml.c             dump_xml_comment(data, options, buffer, offset, max, depth);
max              1945 lib/common/xml.c             dump_xml_cdata(data, options, buffer, offset, max, depth);
max              1984 lib/common/xml.c pcmk__buffer_add_char(char **buffer, int *offset, int *max, char c)
max              1986 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%c", c);
max              1993 lib/common/xml.c     int offset = 0, max = 0;
max              1997 lib/common/xml.c                    &buffer, &offset, &max, 0);
max              2005 lib/common/xml.c     int offset = 0, max = 0;
max              2008 lib/common/xml.c                    &max, 0);
max              2016 lib/common/xml.c     int offset = 0, max = 0;
max              2018 lib/common/xml.c     pcmk__xml2text(an_xml_node, 0, &buffer, &offset, &max, 0);
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              1027 lib/fencing/st_client.c     int rc = 0, lpc = 0, max = 0;
max              1047 lib/fencing/st_client.c         max = numXpathResults(xpathObj);
max              1049 lib/fencing/st_client.c         for (lpc = 0; lpc < max; lpc++) {
max              1067 lib/fencing/st_client.c     return max;
max              2729 lib/fencing/st_client.c     int max = 0;
max              2735 lib/fencing/st_client.c     max = numXpathResults(xpath);
max              2737 lib/fencing/st_client.c     if (max <= 0) {
max              2742 lib/fencing/st_client.c     for (lpc = 0; lpc < max; lpc++) {
max                37 lib/pacemaker/pcmk_sched_bundle.c                          int max, int per_host_max, pe_working_set_t * data_set);
max               572 lib/pacemaker/pcmk_sched_clone.c                     int max, int per_host_max, pe_working_set_t * data_set);
max               576 lib/pacemaker/pcmk_sched_clone.c                     int max, int per_host_max, pe_working_set_t * data_set) 
max               593 lib/pacemaker/pcmk_sched_clone.c     all_coloc = (max < available_nodes) ? true : false;
max               596 lib/pacemaker/pcmk_sched_clone.c         loop_max = max / available_nodes;
max               603 lib/pacemaker/pcmk_sched_clone.c                  max, rsc->id, available_nodes, per_host_max, loop_max);
max               606 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter = children; gIter != NULL && allocated < max; gIter = gIter->next) {
max               623 lib/pacemaker/pcmk_sched_clone.c                      child->id, child_node->details->uname, max - allocated,
max               624 lib/pacemaker/pcmk_sched_clone.c                      max);
max               647 lib/pacemaker/pcmk_sched_clone.c     pe_rsc_trace(rsc, "Done pre-allocating (%d of %d)", allocated, max);
max               663 lib/pacemaker/pcmk_sched_clone.c         } else if (allocated >= max) {
max               664 lib/pacemaker/pcmk_sched_clone.c             pe_rsc_debug(rsc, "Child %s not allocated - limit reached %d %d", child->id, allocated, max);
max               675 lib/pacemaker/pcmk_sched_clone.c                  allocated, rsc->id, max);
max                54 lib/pengine/bundle.c             char *buffer, int max)
max                71 lib/pengine/bundle.c                 return snprintf(buffer, max, " --add-host=%s-%d:%s",
max                76 lib/pengine/bundle.c             return snprintf(buffer, max, " --hosts-entry=%s=%s-%d",
max               176 lib/pengine/bundle.c         int offset = 0, max = 4096;
max               177 lib/pengine/bundle.c         char *buffer = calloc(1, max+1);
max               201 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " --restart=no");
max               209 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -h %s-%d",
max               213 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " -e PCMK_stderr=1");
max               217 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --link-local-ip=%s",
max               220 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --net=%s",
max               225 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%s", data->control_port);
max               227 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%d", DEFAULT_REMOTE_PORT);
max               241 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", source, mount->target);
max               245 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", mount->source, mount->target);
max               248 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, ":%s", mount->options);
max               256 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s:%s",
max               261 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s", port->source, port->target);
max               266 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " %s",
max               271 lib/pengine/bundle.c             offset += snprintf(buffer + offset, max - offset, " %s",
max               340 lib/pengine/bundle.c         int offset = 0, max = 4096;
max               341 lib/pengine/bundle.c         char *buffer = calloc(1, max+1);
max               374 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -h %s-%d",
max               378 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " -e PCMK_stderr=1");
max               383 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --link-local-ip=%s",
max               386 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --net=%s",
max               391 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%s", data->control_port);
max               393 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%d", DEFAULT_REMOTE_PORT);
max               407 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", source, mount->target);
max               411 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", mount->source, mount->target);
max               414 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, ":%s", mount->options);
max               422 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s:%s",
max               427 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s", port->source, port->target);
max               432 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " %s",
max               437 lib/pengine/bundle.c             offset += snprintf(buffer + offset, max - offset, " %s",
max               506 lib/pengine/bundle.c         int offset = 0, max = 4096;
max               507 lib/pengine/bundle.c         char *buffer = calloc(1, max+1);
max               539 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --hostname=%s-%d",
max               543 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_stderr=1");
max               547 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --link-local-ip=%s",
max               550 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --net=%s",
max               555 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_remote_port=%s", data->control_port);
max               557 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_remote_port=%d", DEFAULT_REMOTE_PORT);
max               571 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --volume vol%d,kind=host,source=%s", volid, source);
max               573 lib/pengine/bundle.c                     offset += snprintf(buffer+offset, max-offset, ",%s", mount->options);
max               575 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target);
max               579 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --volume vol%d,kind=host,source=%s", volid, mount->source);
max               581 lib/pengine/bundle.c                     offset += snprintf(buffer+offset, max-offset, ",%s", mount->options);
max               583 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target);
max               592 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset,
max               596 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --port=%s:%s", port->target, port->source);
max               601 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " %s",
max               606 lib/pengine/bundle.c             offset += snprintf(buffer + offset, max - offset, " %s",
max              1192 lib/pengine/bundle.c         int offset = 0, max = 1024;
max              1251 lib/pengine/bundle.c         buffer = calloc(1, max+1);
max              1267 lib/pengine/bundle.c                                   max-offset);
max              1284 lib/pengine/bundle.c         int offset = 0, max = 1024;
max              1285 lib/pengine/bundle.c         char *buffer = calloc(1, max+1);
max              1292 lib/pengine/bundle.c                                   max-offset);
max               104 lib/pengine/failcounts.c         int max = numXpathResults(xpathObj);
max               107 lib/pengine/failcounts.c         for (lpc = 0; lpc < max; lpc++) {
max              2162 lib/pengine/utils.c             long max = 1024;
max              2166 lib/pengine/utils.c             char *digests_all = calloc(max, sizeof(char));
max              2167 lib/pengine/utils.c             char *digests_secure = calloc(max, sizeof(char));
max              2188 lib/pengine/utils.c                     digests_all+digests_all_offset, max-digests_all_offset,
max              2192 lib/pengine/utils.c                     digests_secure+digests_secure_offset, max-digests_secure_offset,
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               269 maint/gnulib/lib/intprops.h # define _GL_ADD_OVERFLOW(a, b, min, max)                               \
max               271 maint/gnulib/lib/intprops.h # define _GL_SUBTRACT_OVERFLOW(a, b, min, max)                          \
max               273 maint/gnulib/lib/intprops.h # define _GL_MULTIPLY_OVERFLOW(a, b, min, max)                          \
max               276 maint/gnulib/lib/intprops.h # define _GL_ADD_OVERFLOW(a, b, min, max)                                \
max               277 maint/gnulib/lib/intprops.h    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
max               281 maint/gnulib/lib/intprops.h # define _GL_SUBTRACT_OVERFLOW(a, b, min, max)                           \
max               282 maint/gnulib/lib/intprops.h    ((min) < 0 ? INT_SUBTRACT_RANGE_OVERFLOW (a, b, min, max)             \
max               286 maint/gnulib/lib/intprops.h # define _GL_MULTIPLY_OVERFLOW(a, b, min, max)                           \
max               288 maint/gnulib/lib/intprops.h     || INT_MULTIPLY_RANGE_OVERFLOW (a, b, min, max))
max               290 maint/gnulib/lib/intprops.h #define _GL_DIVIDE_OVERFLOW(a, b, min, max)                             \
max               291 maint/gnulib/lib/intprops.h   ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max)  \
max               294 maint/gnulib/lib/intprops.h #define _GL_REMAINDER_OVERFLOW(a, b, min, max)                          \
max               295 maint/gnulib/lib/intprops.h   ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max)  \
max               296 maint/gnulib/lib/intprops.h    : (a) < 0 ? (a) % (b) != ((max) - (b) + 1) % (b)                     \
max               297 maint/gnulib/lib/intprops.h    : (b) < 0 && ! _GL_UNSIGNED_NEG_MULTIPLE (a, b, max))
max               303 maint/gnulib/lib/intprops.h #define _GL_UNSIGNED_NEG_MULTIPLE(a, b, max)                            \
max               305 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               163 maint/gnulib/lib/regex_internal.h # define REGEX_UINTEGER_WIDTH(max) REGEX_COB128 (max)
max              2353 maint/gnulib/lib/regexec.c       Idx max = mctx->state_log_top;
max              2358 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              2040 tools/crm_mon.c     int lpc = 0, max = numXpathResults(xpathObj);
max              2042 tools/crm_mon.c     for (lpc = 0; lpc < max; lpc++) {
max               113 tools/crm_rule.c     int max = 0;
max               128 tools/crm_rule.c     max = numXpathResults(xpathObj);
max               130 tools/crm_rule.c     if (max == 0) {
max               134 tools/crm_rule.c     } else if (max > 1) {
max               146 tools/crm_rule.c     max = numXpathResults(xpathObj);
max               148 tools/crm_rule.c     if (max != 1) {
max               160 tools/crm_rule.c     max = numXpathResults(xpathObj);
max               162 tools/crm_rule.c     if (max == 0) {
max               169 tools/crm_rule.c         max = numXpathResults(xpathObj);
max               171 tools/crm_rule.c         if (max == 0) {