statbuf 58 ompi/mca/fs/base/fs_base_get_parent_dir.c struct stat statbuf; statbuf 65 ompi/mca/fs/base/fs_base_get_parent_dir.c err = lstat(filename, &statbuf); statbuf 67 ompi/mca/fs/base/fs_base_get_parent_dir.c if (err || (!S_ISLNK(statbuf.st_mode))) { statbuf 163 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c struct stat statbuf; statbuf 165 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c err = lstat(filename, &statbuf); statbuf 167 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c if (err || (!S_ISLNK(statbuf.st_mode))) { statbuf 2769 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c struct stat statbuf; statbuf 2773 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unified = (hwloc_stat(unified_path, &statbuf, data->root_fd) == 0); statbuf 356 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c struct stat statbuf; statbuf 369 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c if (!stat(xmlpath, &statbuf)) statbuf 370 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c if (S_ISREG(statbuf.st_mode)) statbuf 371 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c buflen = statbuf.st_size+1; /* one additional byte so that the first fread() gets EOF too */ statbuf 377 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c struct stat statbuf; statbuf 389 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c rc = stat(tmp[n], &statbuf); statbuf 395 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c if (statbuf.st_uid != epi->uid || statbuf 396 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c statbuf.st_gid != epi->gid) { statbuf 400 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c (unsigned long)statbuf.st_uid, (unsigned long)epi->uid, statbuf 401 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c (unsigned long)statbuf.st_gid, (unsigned long)epi->gid); statbuf 422 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c rc = stat(tmp[n], &statbuf); statbuf 428 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c if (statbuf.st_uid != epi->uid || statbuf 429 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c statbuf.st_gid != epi->gid) { statbuf 433 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c (unsigned long)statbuf.st_uid, (unsigned long)epi->uid, statbuf 434 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c (unsigned long)statbuf.st_gid, (unsigned long)epi->gid); statbuf 437 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c if ((statbuf.st_mode & S_IRWXU) == S_IRWXU) {