hwloc_snprintf    273 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     res = hwloc_snprintf(tmp, size, "0xf...f");
hwloc_snprintf    305 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c         res = hwloc_snprintf(tmp, size, needcomma ? ",0x" HWLOC_PRIxSUBBITMAP : "0x" HWLOC_PRIxSUBBITMAP,
hwloc_snprintf    310 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, needcomma ? ",0x0" : "0x0");
hwloc_snprintf    312 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, ",");
hwloc_snprintf    337 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     res = hwloc_snprintf(tmp, size, "0x0");
hwloc_snprintf    446 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin);
hwloc_snprintf    448 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin);
hwloc_snprintf    450 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1);
hwloc_snprintf    555 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     res = hwloc_snprintf(tmp, size, "0xf...f");
hwloc_snprintf    583 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, "%016lx", val);
hwloc_snprintf    585 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, "%08lx", val);
hwloc_snprintf    588 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, "0x%lx", val);
hwloc_snprintf    604 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     res = hwloc_snprintf(tmp, size, "0x0");
hwloc_snprintf   1148 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "%u*%u%s", loops[j].step, loops[j].nb,
hwloc_snprintf   1211 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "%s%s%s", cachesize, memsize, needindexes ? "" : ")");
hwloc_snprintf   1258 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "Cache%s", aritys);
hwloc_snprintf   1264 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "Socket%s", aritys);
hwloc_snprintf   1268 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "%s%s", hwloc_obj_type_string(obj->type), aritys);
hwloc_snprintf   1272 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "%s%s", types, aritys);
hwloc_snprintf    609 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     res = hwloc_snprintf(npdata->buffer, npdata->remaining, ">\n");
hwloc_snprintf    629 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   res = hwloc_snprintf(ndata->buffer, ndata->remaining, "%*s<%s", (int) npdata->indent, "", name);
hwloc_snprintf    638 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   int res = hwloc_snprintf(ndata->buffer, ndata->remaining, " %s=\"%s\"", name, escaped ? (const char *) escaped : value);
hwloc_snprintf    652 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     res = hwloc_snprintf(ndata->buffer, ndata->remaining, "</%s>\n", name);
hwloc_snprintf    654 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     res = hwloc_snprintf(ndata->buffer, ndata->remaining, "%*s</%s>\n", (int) npdata->indent, "", name);
hwloc_snprintf    656 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     res = hwloc_snprintf(ndata->buffer, ndata->remaining, "/>\n");
hwloc_snprintf    673 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     res = hwloc_snprintf(ndata->buffer, ndata->remaining, ">");
hwloc_snprintf    678 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   res = hwloc_snprintf(ndata->buffer, ndata->remaining, buffer, length);
hwloc_snprintf    707 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   res = hwloc_snprintf(ndata->buffer, ndata->remaining,
hwloc_snprintf    808 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   res = hwloc_snprintf(ndata->buffer, ndata->remaining,
hwloc_snprintf    427 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     return hwloc_snprintf(string, size, "%s", hwloc_obj_type_string(type));
hwloc_snprintf    436 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     return hwloc_snprintf(string, size, "L%u%s%s", obj->attr->cache.depth,
hwloc_snprintf    441 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       return hwloc_snprintf(string, size, "%s%u", hwloc_obj_type_string(type), obj->attr->group.depth);
hwloc_snprintf    443 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       return hwloc_snprintf(string, size, "%s", hwloc_obj_type_string(type));
hwloc_snprintf    447 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     return hwloc_snprintf(string, size, "PCI");
hwloc_snprintf    450 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     case HWLOC_OBJ_OSDEV_BLOCK: return hwloc_snprintf(string, size, "Block");
hwloc_snprintf    451 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     case HWLOC_OBJ_OSDEV_NETWORK: return hwloc_snprintf(string, size, verbose ? "Network" : "Net");
hwloc_snprintf    452 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     case HWLOC_OBJ_OSDEV_OPENFABRICS: return hwloc_snprintf(string, size, "OpenFabrics");
hwloc_snprintf    453 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     case HWLOC_OBJ_OSDEV_DMA: return hwloc_snprintf(string, size, "DMA");
hwloc_snprintf    454 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     case HWLOC_OBJ_OSDEV_GPU: return hwloc_snprintf(string, size, "GPU");
hwloc_snprintf    455 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     case HWLOC_OBJ_OSDEV_COPROC: return hwloc_snprintf(string, size, verbose ? "Co-Processor" : "CoProc");
hwloc_snprintf    486 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%slocal=%lu%s%stotal=%lu%s",
hwloc_snprintf    494 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%stotal=%lu%s",
hwloc_snprintf    500 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%s%lu%s",
hwloc_snprintf    534 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%ssize=%lu%s%slinesize=%u%s",
hwloc_snprintf    541 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%s%lu%s",
hwloc_snprintf    599 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%s%s=%s%s%s",
hwloc_snprintf    339 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern int hwloc_snprintf(char *str, size_t size, const char *format, ...) __hwloc_attribute_format(printf, 3, 4);