next_pos 337 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c const char *next_pos; next_pos 342 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c next_pos = (const char *) strchr(attrs, ')'); next_pos 343 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (!next_pos) { next_pos 391 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c *next_posp = next_pos+1; next_pos 422 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c const char *pos, *next_pos; next_pos 455 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c for (pos = description, count = 1; *pos; pos = next_pos) { next_pos 501 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c next_pos = strchr(pos, ']'); next_pos 502 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (!next_pos) { next_pos 510 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (attr && attr < next_pos && attached) { next_pos 517 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c next_pos++; next_pos 543 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c next_pos = strchr(pos, ':'); next_pos 544 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (!next_pos) { next_pos 550 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c pos = next_pos + 1; next_pos 566 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c item = strtoul(pos, (char **)&next_pos, 0); next_pos 567 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (next_pos == pos) { next_pos 586 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (*next_pos == '(') { next_pos 587 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c err = hwloc_synthetic_parse_attrs(next_pos+1, &next_pos, &data->level[count].attr, &data->level[count].indexes, verbose);