last_sep          722 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     char *last_sep = NULL;
last_sep          733 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     last_sep = strrchr(target_dir, PMIX_PATH_SEP[0]);
last_sep          734 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     *last_sep = '\0';
last_sep          565 opal/mca/pmix/pmix4x/pmix/src/util/path.c         char * last_sep;
last_sep          577 opal/mca/pmix/pmix4x/pmix/src/util/path.c         last_sep = strrchr(file, PMIX_PATH_SEP[0]);
last_sep          579 opal/mca/pmix/pmix4x/pmix/src/util/path.c         if (NULL == last_sep || (1 == strlen(last_sep) &&
last_sep          580 opal/mca/pmix/pmix4x/pmix/src/util/path.c             PMIX_PATH_SEP[0] == *last_sep)) {
last_sep          587 opal/mca/pmix/pmix4x/pmix/src/util/path.c         *last_sep = '\0';
last_sep          149 opal/mca/shmem/mmap/shmem_mmap_module.c     char *last_sep = NULL;
last_sep          160 opal/mca/shmem/mmap/shmem_mmap_module.c     last_sep = strrchr(target_dir, OPAL_PATH_SEP[0]);
last_sep          161 opal/mca/shmem/mmap/shmem_mmap_module.c     *last_sep = '\0';
last_sep          558 opal/util/path.c         char * last_sep;
last_sep          570 opal/util/path.c         last_sep = strrchr(file, OPAL_PATH_SEP[0]);
last_sep          572 opal/util/path.c         if (NULL == last_sep || (1 == strlen(last_sep) &&
last_sep          573 opal/util/path.c             OPAL_PATH_SEP[0] == *last_sep)) {
last_sep          580 opal/util/path.c         *last_sep = '\0';
last_sep          695 orte/mca/rtc/hwloc/rtc_hwloc.c     char *last_sep = NULL;
last_sep          706 orte/mca/rtc/hwloc/rtc_hwloc.c     last_sep = strrchr(target_dir, OPAL_PATH_SEP[0]);
last_sep          707 orte/mca/rtc/hwloc/rtc_hwloc.c     *last_sep = '\0';