dir_entry 1354 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c struct dirent *dir_entry; dir_entry 1364 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c while (NULL != (dir_entry = readdir(cur_dirp))) { dir_entry 1366 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c if (0 == strcmp(dir_entry->d_name, ".") || dir_entry 1367 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c 0 == strcmp(dir_entry->d_name, "..")) { dir_entry 1370 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c newdir = pmix_os_path(false, dirname, dir_entry->d_name, NULL); dir_entry 1386 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c "pmix:tcp: checking %s vs %s", dir_entry->d_name, prefix); dir_entry 1388 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c if (0 == strncmp(dir_entry->d_name, prefix, strlen(prefix))) { dir_entry 195 orte/util/hnp_contact.c struct dirent * dir_entry; dir_entry 224 orte/util/hnp_contact.c while( NULL != (dir_entry = readdir(cur_dirp)) ) { dir_entry 229 orte/util/hnp_contact.c if( 0 == strncmp(dir_entry->d_name, ".", strlen(".")) || dir_entry 230 orte/util/hnp_contact.c 0 == strncmp(dir_entry->d_name, "..", strlen("..")) ) { dir_entry 238 orte/util/hnp_contact.c dir_entry->d_name, "contact.txt", NULL );