target_dir        165 ompi/mpiext/cr/c/quiesce_start.c         datum->target_dir = strdup(info_char);
target_dir        725 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     char *target_dir = strdup(filename);
target_dir        728 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     if (NULL == target_dir) {
target_dir        733 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     last_sep = strrchr(target_dir, PMIX_PATH_SEP[0]);
target_dir        736 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     if (PMIX_SUCCESS != (rc = pmix_path_df(target_dir, &avail))) {
target_dir        745 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     if (NULL != target_dir) {
target_dir        746 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         free(target_dir);
target_dir        152 opal/mca/shmem/mmap/shmem_mmap_module.c     char *target_dir = strdup(filename);
target_dir        155 opal/mca/shmem/mmap/shmem_mmap_module.c     if (NULL == target_dir) {
target_dir        160 opal/mca/shmem/mmap/shmem_mmap_module.c     last_sep = strrchr(target_dir, OPAL_PATH_SEP[0]);
target_dir        163 opal/mca/shmem/mmap/shmem_mmap_module.c     if (OPAL_SUCCESS != (rc = opal_path_df(target_dir, &avail))) {
target_dir        178 opal/mca/shmem/mmap/shmem_mmap_module.c              "available: %"PRIu64 "requested: %lu", target_dir,
target_dir        184 opal/mca/shmem/mmap/shmem_mmap_module.c     if (NULL != target_dir) {
target_dir        185 opal/mca/shmem/mmap/shmem_mmap_module.c         free(target_dir);
target_dir        698 orte/mca/rtc/hwloc/rtc_hwloc.c     char *target_dir = strdup(filename);
target_dir        701 orte/mca/rtc/hwloc/rtc_hwloc.c     if (NULL == target_dir) {
target_dir        706 orte/mca/rtc/hwloc/rtc_hwloc.c     last_sep = strrchr(target_dir, OPAL_PATH_SEP[0]);
target_dir        709 orte/mca/rtc/hwloc/rtc_hwloc.c     if (OPAL_SUCCESS != (rc = opal_path_df(target_dir, &avail))) {
target_dir        724 orte/mca/rtc/hwloc/rtc_hwloc.c              "available: %"PRIu64 "requested: %lu", target_dir,
target_dir        730 orte/mca/rtc/hwloc/rtc_hwloc.c     if (NULL != target_dir) {
target_dir        731 orte/mca/rtc/hwloc/rtc_hwloc.c         free(target_dir);
target_dir        141 orte/mca/snapc/base/snapc_base_fns.c     quiesce->target_dir    = NULL;
target_dir        176 orte/mca/snapc/base/snapc_base_fns.c     if( NULL != quiesce->target_dir ) {
target_dir        177 orte/mca/snapc/base/snapc_base_fns.c         free(quiesce->target_dir);
target_dir        178 orte/mca/snapc/base/snapc_base_fns.c         quiesce->target_dir = NULL;
target_dir        207 orte/mca/snapc/snapc.h     char * target_dir;