realloc_safe      557 crmd/lrm.c                 list = realloc_safe(list, len + 1); // include null terminator
realloc_safe      173 fencing/standalone_config.c         tmp = realloc_safe(tmp, len + offset + 1);
realloc_safe     1201 lib/ais/plugin.c     data.string = realloc_safe(data.string, size + 9);       /* 9 = </nodes> + nul */
realloc_safe      412 lib/ais/utils.c     data = realloc_safe(data, size);
realloc_safe      598 lib/cluster/cpg.c         msg = realloc_safe(msg, msg->header.size);
realloc_safe      609 lib/cluster/cpg.c             msg = realloc_safe(msg, msg->header.size);
realloc_safe      616 lib/cluster/cpg.c             msg = realloc_safe(msg, msg->header.size);
realloc_safe      109 lib/cluster/heartbeat.c             uncompressed = realloc_safe(uncompressed, size);
realloc_safe      971 lib/common/logging.c         arg_string = realloc_safe(arg_string, len + existing_len);
realloc_safe      533 lib/common/remote.c         remote->buffer = realloc_safe(remote->buffer, remote->buffer_size + 1);
realloc_safe      218 lib/common/schemas.c     known_schemas = realloc_safe(known_schemas,
realloc_safe      407 lib/common/strings.c     list = realloc_safe(list, len);
realloc_safe      978 lib/common/utils.c     long_opts = realloc_safe(long_opts, (index + 1) * sizeof(struct option));
realloc_safe      990 lib/common/utils.c         long_opts = realloc_safe(long_opts, (index + 1) * sizeof(struct option));
realloc_safe     1001 lib/common/utils.c     long_opts = realloc_safe(long_opts, (index + 1) * sizeof(struct option));
realloc_safe     1025 lib/common/utils.c                 local_short_options = realloc_safe(local_short_options, opt_string_len + 4);
realloc_safe      136 lib/common/xml.c             tmp = realloc_safe((buffer), (max));                        \
realloc_safe      153 lib/common/xml.c             (*buffer) = realloc_safe((*buffer), (*max));
realloc_safe     2831 lib/common/xml.c         xml_buffer = realloc_safe(xml_buffer, next);
realloc_safe     2877 lib/common/xml.c         buffer = realloc_safe(buffer, XML_BUFFER_SIZE + length + 1);
realloc_safe     3186 lib/common/xml.c     text = realloc_safe(text, *length);
realloc_safe      355 lib/fencing/st_client.c         list = realloc_safe(list, len + adding + 1);       /* +1 EOS */
realloc_safe      419 lib/fencing/st_client.c     *args = realloc_safe(*args, last + len);
realloc_safe      731 lib/fencing/st_client.c             output = realloc_safe(output, len + more + 1);
realloc_safe      164 lib/pengine/rules_alerts.c                     entry->select_attribute_name = realloc_safe(entry->select_attribute_name,
realloc_safe       71 lib/services/services_linux.c             data = realloc_safe(data, len + rc + 1);
realloc_safe      115 pengine/notif.c         node_list = realloc_safe(node_list, len + existing_len);
realloc_safe      134 pengine/notif.c             metal_list = realloc_safe(metal_list, len + existing_len);
realloc_safe      206 pengine/notif.c             *rsc_list = realloc_safe(*rsc_list, len + existing_len);
realloc_safe      223 pengine/notif.c             *node_list = realloc_safe(*node_list, len + existing_len);
realloc_safe      205 replace/scandir.c                     realloc_safe((char *)array, allocated * sizeof(struct dirent *));