content            53 opal/mca/event/libevent2022/libevent/test/bench_http.c static char *content;
content            61 opal/mca/event/libevent2022/libevent/test/bench_http.c 	evbuffer_add(evb, content, content_len);
content            75 opal/mca/event/libevent2022/libevent/test/bench_http.c 	evbuffer_add_reference(evb, content, content_len, NULL, NULL);
content           159 opal/mca/event/libevent2022/libevent/test/bench_http.c 	content = malloc(content_len);
content           160 opal/mca/event/libevent2022/libevent/test/bench_http.c 	if (content == NULL) {
content           166 opal/mca/event/libevent2022/libevent/test/bench_http.c 			content[i] = (i & 255);
content           723 opal/mca/event/libevent2022/libevent/test/regress_buffer.c #define tt_line_eq(content)						\
content           725 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (!cp || sz != strlen(content) || strcmp(cp, content)) {	\
content           726 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		TT_DIE(("Wanted %s; got %s [%d]", content, cp, (int)sz)); \
content            78 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c           if (subnode->content) {
content            80 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c             *valuep = (char *) subnode->content;
content           121 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c     if (child->content && child->content[0] != '\0' && child->content[0] != '\n')
content           124 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c                 state->global->msgprefix, (const char*) child->content);
content           162 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   length = strlen((char *) child->content);
content           165 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   *beginp = (char *) child->content;
content          1065 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     char *message, *content;
content          1071 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         if (0 > asprintf(&content, "%s (failed to load) %s", ri->ri_name, error_msg)) {
content          1076 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         pmix_info_out(message, NULL, content);
content          1079 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         free(content);
content          1084 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         if (0 > asprintf(&content, "%s", error_msg)) {
content          1089 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         pmix_info_out(NULL, message, content);
content          1092 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         free(content);
content          1106 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     char *message = NULL, *content = NULL;
content          1144 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         if (0 > asprintf(&content, "%s (", component->pmix_mca_component_name)) {
content          1149 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             if (0 > asprintf(&tmp, "%sMCA v%s", content, mca_version)) {
content          1152 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             content = tmp;
content          1158 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 if (0 > asprintf(&tmp, "%s, ", content)) {
content          1161 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 free(content);
content          1162 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 content = tmp;
content          1164 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             if (0 > asprintf(&tmp, "%sAPI v%s", content, api_version)) {
content          1167 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             free(content);
content          1168 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             content = tmp;
content          1174 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 if (0 > asprintf(&tmp, "%s, ", content)) {
content          1177 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 free(content);
content          1178 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 content = tmp;
content          1180 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             if (0 > asprintf(&tmp, "%sComponent v%s", content, component_version)) {
content          1183 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             free(content);
content          1184 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             content = tmp;
content          1187 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         if (NULL != content) {
content          1188 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             if (0 > asprintf(&tmp, "%s)", content)) {
content          1240 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     if (NULL != content) {
content          1241 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         free(content);
content          1095 opal/runtime/opal_info_support.c     char *message, *content;
content          1099 opal/runtime/opal_info_support.c         opal_asprintf(&content, "%s (failed to load) %s", ri->ri_name, error_msg);
content          1101 opal/runtime/opal_info_support.c         opal_info_out(message, NULL, content);
content          1104 opal/runtime/opal_info_support.c         free(content);
content          1107 opal/runtime/opal_info_support.c         opal_asprintf(&content, "%s", error_msg);
content          1109 opal/runtime/opal_info_support.c         opal_info_out(NULL, message, content);
content          1112 opal/runtime/opal_info_support.c         free(content);
content          1126 opal/runtime/opal_info_support.c     char *message, *content;
content          1162 opal/runtime/opal_info_support.c         opal_asprintf(&content, "%s (", component->mca_component_name);
content          1165 opal/runtime/opal_info_support.c             opal_asprintf(&tmp, "%sMCA v%s", content, mca_version);
content          1166 opal/runtime/opal_info_support.c             free(content);
content          1167 opal/runtime/opal_info_support.c             content = tmp;
content          1173 opal/runtime/opal_info_support.c                 opal_asprintf(&tmp, "%s, ", content);
content          1174 opal/runtime/opal_info_support.c                 free(content);
content          1175 opal/runtime/opal_info_support.c                 content = tmp;
content          1177 opal/runtime/opal_info_support.c             opal_asprintf(&tmp, "%sAPI v%s", content, api_version);
content          1178 opal/runtime/opal_info_support.c             free(content);
content          1179 opal/runtime/opal_info_support.c             content = tmp;
content          1185 opal/runtime/opal_info_support.c                 opal_asprintf(&tmp, "%s, ", content);
content          1186 opal/runtime/opal_info_support.c                 free(content);
content          1187 opal/runtime/opal_info_support.c                 content = tmp;
content          1189 opal/runtime/opal_info_support.c             opal_asprintf(&tmp, "%sComponent v%s", content, component_version);
content          1190 opal/runtime/opal_info_support.c             free(content);
content          1191 opal/runtime/opal_info_support.c             content = tmp;
content          1194 opal/runtime/opal_info_support.c         if (NULL != content) {
content          1195 opal/runtime/opal_info_support.c             opal_asprintf(&tmp, "%s)", content);
content          1196 opal/runtime/opal_info_support.c             free(content);
content           208 orte/tools/orte-info/version.c     char *message, *content;
content           245 orte/tools/orte-info/version.c         opal_asprintf(&content, "%s (", component->mca_component_name);
content           248 orte/tools/orte-info/version.c             opal_asprintf(&tmp, "%sMCA v%s", content, mca_version);
content           249 orte/tools/orte-info/version.c             free(content);
content           250 orte/tools/orte-info/version.c             content = tmp;
content           256 orte/tools/orte-info/version.c                 opal_asprintf(&tmp, "%s, ", content);
content           257 orte/tools/orte-info/version.c                 free(content);
content           258 orte/tools/orte-info/version.c                 content = tmp;
content           260 orte/tools/orte-info/version.c             opal_asprintf(&tmp, "%sAPI v%s", content, api_version);
content           261 orte/tools/orte-info/version.c             free(content);
content           262 orte/tools/orte-info/version.c             content = tmp;
content           268 orte/tools/orte-info/version.c                 opal_asprintf(&tmp, "%s, ", content);
content           269 orte/tools/orte-info/version.c                 free(content);
content           270 orte/tools/orte-info/version.c                 content = tmp;
content           272 orte/tools/orte-info/version.c             opal_asprintf(&tmp, "%sComponent v%s", content, component_version);
content           273 orte/tools/orte-info/version.c             free(content);
content           274 orte/tools/orte-info/version.c             content = tmp;
content           277 orte/tools/orte-info/version.c         if (NULL != content) {
content           278 orte/tools/orte-info/version.c             opal_asprintf(&tmp, "%s)", content);
content           279 orte/tools/orte-info/version.c             free(content);