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               614 daemons/controld/controld_te_callbacks.c             int lpc = 0, max = numXpathResults(xpathObj);
max               616 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               623 daemons/fenced/fenced_commands.c     int last = 0, lpc = 0, max = 0, added = 0;
max               630 daemons/fenced/fenced_commands.c     max = strlen(hostmap);
max               631 daemons/fenced/fenced_commands.c     for (; lpc <= max; lpc++) {
max               785 daemons/fenced/fenced_commands.c     int max = 0;
max               793 daemons/fenced/fenced_commands.c     max = numXpathResults(xpath);
max               795 daemons/fenced/fenced_commands.c     if (max <= 0) {
max               800 daemons/fenced/fenced_commands.c     for (lpc = 0; lpc < max; lpc++) {
max              1033 daemons/fenced/fenced_commands.c     int max = g_list_length(list);
max              1035 daemons/fenced/fenced_commands.c     for (lpc = 0; lpc < max; lpc++) {
max              1390 daemons/fenced/fenced_commands.c     int max = 0;
max              1398 daemons/fenced/fenced_commands.c     max = strlen(devices);
max              1399 daemons/fenced/fenced_commands.c     for (lpc = 0; lpc <= max; lpc++) {
max               429 daemons/fenced/pacemaker-fenced.c     int max = numXpathResults(xpathObj), lpc = 0;
max               431 daemons/fenced/pacemaker-fenced.c     for (lpc = 0; lpc < max; lpc++) {
max               478 daemons/fenced/pacemaker-fenced.c     int max = numXpathResults(xpathObj), lpc = 0;
max               480 daemons/fenced/pacemaker-fenced.c     for (lpc = 0; lpc < max; lpc++) {
max               507 daemons/fenced/pacemaker-fenced.c     int max = numXpathResults(xpathObj), lpc = 0;
max               509 daemons/fenced/pacemaker-fenced.c     for (lpc = 0; lpc < max; lpc++) {
max               863 daemons/fenced/pacemaker-fenced.c         int max = numXpathResults(xpath_obj), lpc = 0;
max               869 daemons/fenced/pacemaker-fenced.c         for (lpc = 0; lpc < max; lpc++) {
max               887 daemons/fenced/pacemaker-fenced.c         int max = numXpathResults(xpath_obj), lpc = 0;
max               889 daemons/fenced/pacemaker-fenced.c         for (lpc = 0; lpc < max; lpc++) {
max               873 daemons/pacemakerd/pacemakerd.c     static int max = SIZEOF(pcmk_children);
max               876 daemons/pacemakerd/pacemakerd.c     for (start_seq = 1; start_seq < max; start_seq++) {
max               877 daemons/pacemakerd/pacemakerd.c         for (lpc = 0; lpc < max; lpc++) {
max              1063 daemons/pacemakerd/pacemakerd.c     static int max = SIZEOF(pcmk_children);
max              1066 daemons/pacemakerd/pacemakerd.c     for (start_seq = 1; start_seq < max; start_seq++) {
max              1068 daemons/pacemakerd/pacemakerd.c         for (lpc = 0; lpc < max; lpc++) {
max               121 daemons/pacemakerd/pcmkd_corosync.c #define cs_repeat(counter, max, code) do {		\
max               130 daemons/pacemakerd/pcmkd_corosync.c     } while(counter < max)
max                73 include/crm/common/internal.h                                  unsigned int sequence, int max);
max                41 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               120 lib/cib/cib_utils.c     int max = PCMK__NELEM(known_paths);
max               122 lib/cib/cib_utils.c     for (; lpc < max; lpc++) {
max               135 lib/cib/cib_utils.c     int max = PCMK__NELEM(known_paths);
max               137 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              1634 lib/common/iso8601.c     int max = 128, scanned_pos = 0, printed_pos = 0, fmt_pos = 0,
max              1636 lib/common/iso8601.c     char nano_s[10], date_s[max+1], nanofmt_s[5] = "%", *tmp_fmt_s;
max              1679 lib/common/iso8601.c         date_len += strftime(&date_s[date_len], max-date_len, tmp_fmt_s, &tm);
max              1690 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               520 lib/common/patchset.c                 int lpc = 0, max = 0;
max               523 lib/common/patchset.c                 max = strlen(prefix);
max               528 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               748 lib/common/strings.c pcmk__compress(const char *data, unsigned int length, unsigned int max,
max               759 lib/common/strings.c     if (max == 0) {
max               760 lib/common/strings.c         max = (length * 1.01) + 601; // Size guaranteed to hold result
max               767 lib/common/strings.c     compressed = calloc((size_t) max, sizeof(char));
max               770 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                66 lib/common/xml.c #define buffer_print(buffer, max, offset, fmt, args...) do {            \
max                67 lib/common/xml.c         int rc = (max);                                                 \
max                69 lib/common/xml.c             rc = snprintf((buffer) + (offset), (max) - (offset), fmt, ##args); \
max                75 lib/common/xml.c         } else if(rc >= ((max) - (offset))) {                           \
max                77 lib/common/xml.c             (max) = QB_MAX(CHUNK_SIZE, (max) * 2);                      \
max                78 lib/common/xml.c             tmp = pcmk__realloc((buffer), (max));                       \
max                88 lib/common/xml.c insert_prefix(int options, char **buffer, int *offset, int *max, int depth)
max                93 lib/common/xml.c         if ((*buffer) == NULL || spaces >= ((*max) - (*offset))) {
max                94 lib/common/xml.c             (*max) = QB_MAX(CHUNK_SIZE, (*max) * 2);
max                95 lib/common/xml.c             (*buffer) = pcmk__realloc((*buffer), (*max));
max              1420 lib/common/xml.c dump_xml_attr(xmlAttrPtr attr, int options, char **buffer, int *offset, int *max)
max              1438 lib/common/xml.c     buffer_print(*buffer, *max, *offset, " %s=\"%s\"", p_name, p_value);
max              1447 lib/common/xml.c     int max = 0;
max              1463 lib/common/xml.c         insert_prefix(options, &buffer, &offset, &max, depth);
max              1466 lib/common/xml.c             buffer_print(buffer, max, offset, "<!--%s-->", data->content);
max              1469 lib/common/xml.c             buffer_print(buffer, max, offset, "<%s", name);
max              1495 lib/common/xml.c                 buffer_print(buffer, max, offset, " %s=\"%s\"", p_name, p_copy);
max              1500 lib/common/xml.c                 buffer_print(buffer, max, offset, "/>");
max              1503 lib/common/xml.c                 buffer_print(buffer, max, offset, ">");
max              1506 lib/common/xml.c                 buffer_print(buffer, max, offset, "/>");
max              1522 lib/common/xml.c         max = 0;
max              1535 lib/common/xml.c         insert_prefix(options, &buffer, &offset, &max, depth);
max              1536 lib/common/xml.c         buffer_print(buffer, max, offset, "</%s>", name);
max              1706 lib/common/xml.c dump_filtered_xml(xmlNode * data, int options, char **buffer, int *offset, int *max)
max              1710 lib/common/xml.c             dump_xml_attr(a, options, buffer, offset, max);
max              1716 lib/common/xml.c dump_xml_element(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
max              1720 lib/common/xml.c     CRM_ASSERT(max != NULL);
max              1731 lib/common/xml.c         *max = 0;
max              1737 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
max              1738 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<%s", name);
max              1741 lib/common/xml.c         dump_filtered_xml(data, options, buffer, offset, max);
max              1745 lib/common/xml.c             dump_xml_attr(a, options, buffer, offset, max);
max              1750 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "/>");
max              1753 lib/common/xml.c         buffer_print(*buffer, *max, *offset, ">");
max              1757 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
max              1763 lib/common/xml.c             pcmk__xml2text(xChild, options, buffer, offset, max, depth + 1);
max              1766 lib/common/xml.c         insert_prefix(options, buffer, offset, max, depth);
max              1767 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "</%s>", name);
max              1770 lib/common/xml.c             buffer_print(*buffer, *max, *offset, "\n");
max              1776 lib/common/xml.c dump_xml_text(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
max              1778 lib/common/xml.c     CRM_ASSERT(max != NULL);
max              1789 lib/common/xml.c         *max = 0;
max              1792 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
max              1794 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
max              1797 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
max              1802 lib/common/xml.c dump_xml_cdata(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
max              1804 lib/common/xml.c     CRM_ASSERT(max != NULL);
max              1815 lib/common/xml.c         *max = 0;
max              1818 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
max              1820 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<![CDATA[");
max              1821 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
max              1822 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "]]>");
max              1825 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
max              1830 lib/common/xml.c dump_xml_comment(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
max              1832 lib/common/xml.c     CRM_ASSERT(max != NULL);
max              1843 lib/common/xml.c         *max = 0;
max              1846 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
max              1848 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<!--");
max              1849 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
max              1850 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "-->");
max              1853 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
max              1872 lib/common/xml.c                int *max, int depth)
max              1876 lib/common/xml.c         *max = 0;
max              1917 lib/common/xml.c             buffer_print(*buffer, *max, *offset, "%s",
max              1925 lib/common/xml.c             crm_err("xmlNodeDump() -> %dbytes took %ds", *max, next - now);
max              1937 lib/common/xml.c             dump_xml_element(data, options, buffer, offset, max, depth);
max              1942 lib/common/xml.c                 dump_xml_text(data, options, buffer, offset, max, depth);
max              1946 lib/common/xml.c             dump_xml_comment(data, options, buffer, offset, max, depth);
max              1949 lib/common/xml.c             dump_xml_cdata(data, options, buffer, offset, max, depth);
max              1988 lib/common/xml.c pcmk__buffer_add_char(char **buffer, int *offset, int *max, char c)
max              1990 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%c", c);
max              1997 lib/common/xml.c     int offset = 0, max = 0;
max              2001 lib/common/xml.c                    &buffer, &offset, &max, 0);
max              2009 lib/common/xml.c     int offset = 0, max = 0;
max              2012 lib/common/xml.c                    &max, 0);
max              2020 lib/common/xml.c     int offset = 0, max = 0;
max              2022 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               965 lib/fencing/st_client.c     int rc = 0, lpc = 0, max = 0;
max               985 lib/fencing/st_client.c         max = numXpathResults(xpathObj);
max               987 lib/fencing/st_client.c         for (lpc = 0; lpc < max; lpc++) {
max              1005 lib/fencing/st_client.c     return max;
max              2661 lib/fencing/st_client.c     int max = 0;
max              2667 lib/fencing/st_client.c     max = numXpathResults(xpath);
max              2669 lib/fencing/st_client.c     if (max <= 0) {
max              2674 lib/fencing/st_client.c     for (lpc = 0; lpc < max; lpc++) {
max                35 lib/pacemaker/pcmk_sched_bundle.c                          int max, int per_host_max, pe_working_set_t * data_set);
max               570 lib/pacemaker/pcmk_sched_clone.c                     int max, int per_host_max, pe_working_set_t * data_set);
max               574 lib/pacemaker/pcmk_sched_clone.c                     int max, int per_host_max, pe_working_set_t * data_set) 
max               591 lib/pacemaker/pcmk_sched_clone.c     all_coloc = (max < available_nodes) ? true : false;
max               594 lib/pacemaker/pcmk_sched_clone.c         loop_max = max / available_nodes;
max               601 lib/pacemaker/pcmk_sched_clone.c                  max, rsc->id, available_nodes, per_host_max, loop_max);
max               604 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter = children; gIter != NULL && allocated < max; gIter = gIter->next) {
max               621 lib/pacemaker/pcmk_sched_clone.c                      child->id, child_node->details->uname, max - allocated,
max               622 lib/pacemaker/pcmk_sched_clone.c                      max);
max               645 lib/pacemaker/pcmk_sched_clone.c     pe_rsc_trace(rsc, "Done pre-allocating (%d of %d)", allocated, max);
max               661 lib/pacemaker/pcmk_sched_clone.c         } else if (allocated >= max) {
max               662 lib/pacemaker/pcmk_sched_clone.c             pe_rsc_debug(rsc, "Child %s not allocated - limit reached %d %d", child->id, allocated, max);
max               673 lib/pacemaker/pcmk_sched_clone.c                  allocated, rsc->id, max);
max                53 lib/pengine/bundle.c             char *buffer, int max)
max                70 lib/pengine/bundle.c                 return snprintf(buffer, max, " --add-host=%s-%d:%s",
max                75 lib/pengine/bundle.c             return snprintf(buffer, max, " --hosts-entry=%s=%s-%d",
max               175 lib/pengine/bundle.c         int offset = 0, max = 4096;
max               176 lib/pengine/bundle.c         char *buffer = calloc(1, max+1);
max               200 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " --restart=no");
max               208 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -h %s-%d",
max               212 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " -e PCMK_stderr=1");
max               216 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --link-local-ip=%s",
max               219 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --net=%s",
max               224 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%s", data->control_port);
max               226 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%d", DEFAULT_REMOTE_PORT);
max               240 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", source, mount->target);
max               244 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", mount->source, mount->target);
max               247 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, ":%s", mount->options);
max               255 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s:%s",
max               260 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s", port->source, port->target);
max               265 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " %s",
max               270 lib/pengine/bundle.c             offset += snprintf(buffer + offset, max - offset, " %s",
max               339 lib/pengine/bundle.c         int offset = 0, max = 4096;
max               340 lib/pengine/bundle.c         char *buffer = calloc(1, max+1);
max               373 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -h %s-%d",
max               377 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " -e PCMK_stderr=1");
max               382 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --link-local-ip=%s",
max               385 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --net=%s",
max               390 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%s", data->control_port);
max               392 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%d", DEFAULT_REMOTE_PORT);
max               406 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", source, mount->target);
max               410 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", mount->source, mount->target);
max               413 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, ":%s", mount->options);
max               421 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s:%s",
max               426 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s", port->source, port->target);
max               431 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " %s",
max               436 lib/pengine/bundle.c             offset += snprintf(buffer + offset, max - offset, " %s",
max               505 lib/pengine/bundle.c         int offset = 0, max = 4096;
max               506 lib/pengine/bundle.c         char *buffer = calloc(1, max+1);
max               538 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --hostname=%s-%d",
max               542 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_stderr=1");
max               546 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --link-local-ip=%s",
max               549 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --net=%s",
max               554 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_remote_port=%s", data->control_port);
max               556 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_remote_port=%d", DEFAULT_REMOTE_PORT);
max               570 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --volume vol%d,kind=host,source=%s", volid, source);
max               572 lib/pengine/bundle.c                     offset += snprintf(buffer+offset, max-offset, ",%s", mount->options);
max               574 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target);
max               578 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --volume vol%d,kind=host,source=%s", volid, mount->source);
max               580 lib/pengine/bundle.c                     offset += snprintf(buffer+offset, max-offset, ",%s", mount->options);
max               582 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target);
max               591 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset,
max               595 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --port=%s:%s", port->target, port->source);
max               600 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " %s",
max               605 lib/pengine/bundle.c             offset += snprintf(buffer + offset, max - offset, " %s",
max              1198 lib/pengine/bundle.c         int offset = 0, max = 1024;
max              1257 lib/pengine/bundle.c         buffer = calloc(1, max+1);
max              1273 lib/pengine/bundle.c                                   max-offset);
max              1290 lib/pengine/bundle.c         int offset = 0, max = 1024;
max              1291 lib/pengine/bundle.c         char *buffer = calloc(1, max+1);
max              1298 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              2065 lib/pengine/utils.c             long max = 1024;
max              2069 lib/pengine/utils.c             char *digests_all = calloc(max, sizeof(char));
max              2070 lib/pengine/utils.c             char *digests_secure = calloc(max, sizeof(char));
max              2091 lib/pengine/utils.c                     digests_all+digests_all_offset, max-digests_all_offset,
max              2095 lib/pengine/utils.c                     digests_secure+digests_secure_offset, max-digests_secure_offset,
max              2080 tools/crm_mon.c     int lpc = 0, max = numXpathResults(xpathObj);
max              2082 tools/crm_mon.c     for (lpc = 0; lpc < max; lpc++) {
max               112 tools/crm_rule.c     int max = 0;
max               127 tools/crm_rule.c     max = numXpathResults(xpathObj);
max               129 tools/crm_rule.c     if (max == 0) {
max               133 tools/crm_rule.c     } else if (max > 1) {
max               145 tools/crm_rule.c     max = numXpathResults(xpathObj);
max               147 tools/crm_rule.c     if (max != 1) {
max               159 tools/crm_rule.c     max = numXpathResults(xpathObj);
max               161 tools/crm_rule.c     if (max == 0) {
max               168 tools/crm_rule.c         max = numXpathResults(xpathObj);
max               170 tools/crm_rule.c         if (max == 0) {