strfield 233 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_ADD_STR(head,strfield,add) \ strfield 234 ompi/mca/topo/treematch/treematch/uthash.h HASH_ADD(hh,head,strfield,strlen(add->strfield),add) strfield 266 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_ADD_STR(head,strfield,add) \ strfield 267 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h HASH_ADD(hh,head,strfield[0],(unsigned int)strlen(add->strfield),add) strfield 268 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_REPLACE_STR(head,strfield,add,replaced) \ strfield 269 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h HASH_REPLACE(hh,head,strfield[0],(unsigned)strlen(add->strfield),add,replaced)