attrs            1126 ompi/attribute/attribute.c     attribute_value_t **attrs;
attrs            1143 ompi/attribute/attribute.c     attrs = malloc(sizeof(attribute_value_t *) * num_attrs);
attrs            1144 ompi/attribute/attribute.c     if (NULL == attrs) {
attrs            1151 ompi/attribute/attribute.c         attrs[i] = attr;
attrs            1158 ompi/attribute/attribute.c     qsort(attrs, num_attrs, sizeof(attribute_value_t *), compare_attr_sequence);
attrs            1167 ompi/attribute/attribute.c                                     attrs[i]->av_key, true);
attrs            1175 ompi/attribute/attribute.c     free(attrs);
attrs             140 ompi/debuggers/ompi_mpihandles_dll.c                            struct mpidbg_attribute_pair_t **attrs,
attrs              89 ompi/mca/pml/ucx/pml_ucx.c     ucp_worker_attr_t attrs;
attrs              92 ompi/mca/pml/ucx/pml_ucx.c     attrs.field_mask    = UCP_WORKER_ATTR_FIELD_ADDRESS |
attrs              94 ompi/mca/pml/ucx/pml_ucx.c     attrs.address_flags = addr_flags;
attrs              96 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_worker_query(ompi_pml_ucx.ucp_worker, &attrs);
attrs             103 ompi/mca/pml/ucx/pml_ucx.c                     (void*)attrs.address, attrs.address_length);
attrs             105 ompi/mca/pml/ucx/pml_ucx.c     ucp_worker_release_address(ompi_pml_ucx.ucp_worker, attrs.address);
attrs             113 ompi/mca/pml/ucx/pml_ucx.c                     attrs.address_length);
attrs             184 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       union hwloc_obj_attr_u attrs;
attrs             191 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	err = hwloc_type_sscanf(tmp, &type, &attrs, sizeof(attrs));
attrs             210 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	      && attrs.group.depth != (unsigned) -1
attrs             211 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	      && attrs.group.depth != data->level[i].attr.depth)
attrs             331 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc_synthetic_parse_attrs(const char *attrs, const char **next_posp,
attrs             342 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   next_pos = (const char *) strchr(attrs, ')');
attrs             345 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Missing attribute closing bracket in synthetic string doesn't have a number of objects at '%s'\n", attrs);
attrs             350 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   while (')' != *attrs) {
attrs             353 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (iscache && !strncmp("size=", attrs, 5)) {
attrs             354 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       memorysize = hwloc_synthetic_parse_memory_attr(attrs+5, &attrs);
attrs             356 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     } else if (!iscache && !strncmp("memory=", attrs, 7)) {
attrs             357 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       memorysize = hwloc_synthetic_parse_memory_attr(attrs+7, &attrs);
attrs             359 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     } else if (!strncmp("indexes=", attrs, 8)) {
attrs             360 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       index_string = attrs+8;
attrs             361 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       attrs += 8;
attrs             362 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       index_string_length = strcspn(attrs, " )");
attrs             363 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       attrs += index_string_length;
attrs             367 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	fprintf(stderr, "Unknown attribute at '%s'\n", attrs);
attrs             372 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (' ' == *attrs)
attrs             373 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       attrs++;
attrs             374 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     else if (')' != *attrs) {
attrs             376 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	fprintf(stderr, "Missing parameter separator at '%s'\n", attrs);
attrs             457 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     union hwloc_obj_attr_u attrs;
attrs             475 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (hwloc_type_sscanf(pos, &type, &attrs, sizeof(attrs)) < 0) {
attrs             529 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (hwloc_type_sscanf(pos, &type, &attrs, sizeof(attrs)) < 0) {
attrs             558 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[count].attr.depth = attrs.cache.depth;
attrs             559 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[count].attr.cachetype = attrs.cache.type;
attrs             562 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[count].attr.depth = attrs.group.depth;
attrs             801 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h                                                    pmix_regattr_t attrs[], size_t nattrs);
attrs              37 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     pmix_regattr_t *attrs;
attrs              44 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     p->attrs = NULL;
attrs              52 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     if (NULL != p->attrs) {
attrs              53 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_REGATTR_FREE(p->attrs, p->nattrs);
attrs              72 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                                  pmix_regattr_t attrs[], size_t nattrs)
attrs             105 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_REGATTR_CREATE(fnptr->attrs, fnptr->nattrs);
attrs             107 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             fnptr->attrs[n].name = strdup(attrs[n].name);
attrs             108 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             PMIX_LOAD_KEY(fnptr->attrs[n].string, attrs[n].string);
attrs             109 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             fnptr->attrs[n].type = attrs[n].type;
attrs             110 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             PMIX_ARGV_COPY(fnptr->attrs[n].description, attrs[n].description);
attrs             117 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                                                    pmix_regattr_t attrs[], size_t nattrs)
attrs             127 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     rc = process_reg(PMIX_HOST_ATTRIBUTES, function, attrs, nattrs);
attrs             278 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     pmix_regattr_t *attrs;
attrs             296 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_REGATTR_CREATE(attrs, nattrs);
attrs             298 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             attrs[m].name = strdup(client_attributes[m+cnt].name);
attrs             299 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             PMIX_LOAD_KEY(attrs[m].string, client_attributes[m+cnt].string);
attrs             300 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             attrs[m].type = client_attributes[m+cnt].type;
attrs             301 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             PMIX_ARGV_COPY(attrs[m].description, client_attributes[m+cnt].description);
attrs             305 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                          attrs, nattrs);
attrs             306 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_REGATTR_FREE(attrs, nattrs);
attrs             491 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     pmix_regattr_t *attrs;
attrs             509 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_REGATTR_CREATE(attrs, nattrs);
attrs             511 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             attrs[m].name = strdup(server_attributes[m+cnt].name);
attrs             512 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             PMIX_LOAD_KEY(attrs[m].string, server_attributes[m+cnt].string);
attrs             513 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             attrs[m].type = server_attributes[m+cnt].type;
attrs             514 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             PMIX_ARGV_COPY(attrs[m].description, server_attributes[m+cnt].description);
attrs             518 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                          attrs, nattrs);
attrs             519 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_REGATTR_FREE(attrs, nattrs);
attrs             585 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     pmix_regattr_t *attrs;
attrs             603 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_REGATTR_CREATE(attrs, nattrs);
attrs             605 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             attrs[m].name = strdup(tool_attributes[m+cnt].name);
attrs             606 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             PMIX_LOAD_KEY(attrs[m].string, tool_attributes[m+cnt].string);
attrs             607 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             attrs[m].type = tool_attributes[m+cnt].type;
attrs             608 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             PMIX_ARGV_COPY(attrs[m].description, tool_attributes[m+cnt].description);
attrs             612 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                          attrs, nattrs);
attrs             613 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_REGATTR_FREE(attrs, nattrs);
attrs             626 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                        pmix_list_t *attrs)
attrs             640 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     PMIX_LIST_FOREACH(tptr, attrs, pmix_attribute_trk_t) {
attrs             649 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         if (NULL == trk || NULL == trk->attrs) {
attrs             663 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             PMIX_REGATTR_XFER(&regarray[m], &trk->attrs[m]);
attrs             672 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                      pmix_list_t *attrs)
attrs             679 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     PMIX_LIST_FOREACH(tptr, attrs, pmix_attribute_trk_t) {
attrs             977 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                                  pmix_regattr_t *attrs,
attrs             997 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         len = strlen(attrs[n].name);
attrs            1001 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         memcpy(line, attrs[n].name, len);
attrs            1003 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         len = strlen(attrs[n].string);
attrs            1007 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         memcpy(&line[PMIX_PRINT_NAME_COLUMN_WIDTH+2], attrs[n].string, len);
attrs            1009 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         tmp = (char*)PMIx_Data_type_string(attrs[n].type);
attrs            1016 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         len = strlen(attrs[n].description[0]);
attrs            1020 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         memcpy(&line[PMIX_PRINT_NAME_COLUMN_WIDTH+PMIX_PRINT_STRING_COLUMN_WIDTH+PMIX_PRINT_TYPE_COLUMN_WIDTH+6], attrs[n].description[0], len);
attrs            1024 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         for (m=1; NULL != attrs[n].description[m]; m++) {
attrs            1027 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             len = strlen(attrs[n].description[m]);
attrs            1031 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             memcpy(&line[PMIX_PRINT_NAME_COLUMN_WIDTH+PMIX_PRINT_STRING_COLUMN_WIDTH+PMIX_PRINT_TYPE_COLUMN_WIDTH+6], attrs[n].description[m], len);
attrs            1134 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                 pmix_attributes_print_attrs(&ans, fnptr->function, fnptr->attrs, fnptr->nattrs);
attrs            1137 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                 pmix_attributes_print_attrs(&ans, fnptr->function, fnptr->attrs, fnptr->nattrs);
attrs              64 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h                                  pmix_regattr_t *attrs,
attrs             268 orte/mca/odls/pspawn/odls_pspawn.c     posix_spawnattr_t attrs;
attrs             276 orte/mca/odls/pspawn/odls_pspawn.c     rc = posix_spawnattr_init(&attrs);
attrs             285 orte/mca/odls/pspawn/odls_pspawn.c     posix_spawnattr_setsigmask(&attrs, &sigs);
attrs             290 orte/mca/odls/pspawn/odls_pspawn.c         posix_spawnattr_destroy(&attrs);
attrs             297 orte/mca/odls/pspawn/odls_pspawn.c         posix_spawnattr_destroy(&attrs);
attrs             352 orte/mca/odls/pspawn/odls_pspawn.c     rc = posix_spawn(&pid, cd->app->app, &factions, &attrs, cd->argv, cd->env);
attrs             354 orte/mca/odls/pspawn/odls_pspawn.c     posix_spawnattr_destroy(&attrs);
attrs              22 orte/test/system/pspawn.c     posix_spawnattr_t attrs;
attrs              24 orte/test/system/pspawn.c     rc = posix_spawnattr_init(&attrs);
attrs              41 orte/test/system/pspawn.c     posix_spawnattr_destroy(&attrs);