srch             2261 opal/mca/hwloc/base/hwloc_base_util.c     char *srch, *ans = NULL;
srch             2269 opal/mca/hwloc/base/hwloc_base_util.c             srch = "NM";
srch             2272 opal/mca/hwloc/base/hwloc_base_util.c             srch = "SK";
srch             2277 opal/mca/hwloc/base/hwloc_base_util.c                 srch = "L3";
srch             2279 opal/mca/hwloc/base/hwloc_base_util.c                 srch = "L2";
srch             2281 opal/mca/hwloc/base/hwloc_base_util.c                 srch = "L0";
srch             2286 opal/mca/hwloc/base/hwloc_base_util.c             srch = "L3";
srch             2289 opal/mca/hwloc/base/hwloc_base_util.c             srch = "L2";
srch             2292 opal/mca/hwloc/base/hwloc_base_util.c             srch = "L0";
srch             2296 opal/mca/hwloc/base/hwloc_base_util.c             srch = "CR";
srch             2299 opal/mca/hwloc/base/hwloc_base_util.c             srch = "HT";
srch             2306 opal/mca/hwloc/base/hwloc_base_util.c         if (0 == strncmp(loc[n], srch, 2)) {
srch               16 orte/test/mpi/pubsub.c     MPI_Info info, srch;
srch               48 orte/test/mpi/pubsub.c     MPI_Info_create(&srch);
srch               49 orte/test/mpi/pubsub.c     MPI_Info_set(srch, "ompi_lookup_order", "local,global");
srch               51 orte/test/mpi/pubsub.c         MPI_Lookup_name("pubsub-test", srch, port);
srch               61 orte/test/mpi/pubsub.c     MPI_Info_free(&srch);