st_mode            67 ompi/mca/fs/base/fs_base_get_parent_dir.c     if (err || (!S_ISLNK(statbuf.st_mode))) {
st_mode           167 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c     if (err || (!S_ISLNK(statbuf.st_mode))) {
st_mode           119 opal/mca/btl/vader/btl_vader_knem.c 		sbuf.st_mode = 0;
st_mode           122 opal/mca/btl/vader/btl_vader_knem.c 			   true, opal_process_info.nodename, sbuf.st_mode);
st_mode           236 opal/mca/compress/bzip/compress_bzip_module.c     if(S_ISDIR(file_status.st_mode)) {
st_mode           239 opal/mca/compress/gzip/compress_gzip_module.c     if(S_ISDIR(file_status.st_mode)) {
st_mode           202 opal/mca/dl/dlopen/dl_dlopen_module.c             if (!S_ISREG(buf.st_mode)) {
st_mode            97 opal/mca/event/libevent2022/libevent/sample/event-test.c 		if ((st.st_mode & S_IFMT) == S_IFREG) {
st_mode           206 opal/mca/event/libevent2022/libevent/sample/http-server.c 	if (S_ISDIR(st.st_mode)) {
st_mode           370 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     if (S_ISREG(statbuf.st_mode))
st_mode           437 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c             if ((statbuf.st_mode & S_IRWXU) == S_IRWXU) {
st_mode           524 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c         if (S_ISDIR(buf.st_mode)) {
st_mode           539 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c         if (is_dir && cd->recurse && ((buf.st_mode & S_IRWXU) == S_IRWXU)) {
st_mode           219 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if(S_ISDIR(st.st_mode)) {
st_mode           210 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c             if (!S_ISREG(buf.st_mode)) {
st_mode          1376 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         if (S_ISDIR(buf.st_mode)) {
st_mode           110 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     return S_ISREG(buf.st_mode);
st_mode           119 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     return S_ISCHR(buf.st_mode);
st_mode           128 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     return S_ISBLK(buf.st_mode);
st_mode            63 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         if (mode == (mode & buf.st_mode)) { /* has correct mode */
st_mode            66 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         if (0 == (ret = chmod(path, (buf.st_mode | mode)))) { /* successfully change mode */
st_mode           125 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         } else if (i == (len-1) && (mode != (mode & buf.st_mode)) && (0 > chmod(tmp, (buf.st_mode | mode)))) {
st_mode           206 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         if (S_ISDIR(buf.st_mode)) {
st_mode           302 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         if ((buf.st_mode & loc_mode) == loc_mode) { /* okay, I can work here */
st_mode           256 opal/mca/pmix/pmix4x/pmix/src/util/path.c     if (!(S_IFREG & buf.st_mode) &&
st_mode           257 opal/mca/pmix/pmix4x/pmix/src/util/path.c         !(S_IFLNK & buf.st_mode)) {
st_mode           266 opal/mca/pmix/pmix4x/pmix/src/util/path.c     if ((X_OK & mode) && !(S_IXUSR & buf.st_mode)) {
st_mode           273 opal/mca/pmix/pmix4x/pmix/src/util/path.c     if ((R_OK & mode) && !(S_IRUSR & buf.st_mode)) {
st_mode           280 opal/mca/pmix/pmix4x/pmix/src/util/path.c     if ((W_OK & mode) && !(S_IWUSR & buf.st_mode)) {
st_mode            85 opal/mca/pmix/pmix4x/pmix/test/pmix_test.c     } else if( !S_ISREG(stat_buf.st_mode) ){
st_mode            89 opal/mca/pmix/pmix4x/pmix/test/pmix_test.c     }else if( !(stat_buf.st_mode & S_IXUSR) ){
st_mode           118 opal/util/fd.c     return S_ISREG(buf.st_mode);
st_mode           127 opal/util/fd.c     return S_ISCHR(buf.st_mode);
st_mode           136 opal/util/fd.c     return S_ISBLK(buf.st_mode);
st_mode            62 opal/util/os_dirpath.c         if (mode == (mode & buf.st_mode)) { /* has correct mode */
st_mode            65 opal/util/os_dirpath.c         if (0 == (ret = chmod(path, (buf.st_mode | mode)))) { /* successfully change mode */
st_mode           124 opal/util/os_dirpath.c         } else if (i == (len-1) && (mode != (mode & buf.st_mode)) && (0 > chmod(tmp, (buf.st_mode | mode)))) {
st_mode           205 opal/util/os_dirpath.c         if (S_ISDIR(buf.st_mode)) {
st_mode           301 opal/util/os_dirpath.c         if ((buf.st_mode & loc_mode) == loc_mode) { /* okay, I can work here */
st_mode           255 opal/util/path.c     if (!(S_IFREG & buf.st_mode) &&
st_mode           256 opal/util/path.c         !(S_IFLNK & buf.st_mode)) {
st_mode           265 opal/util/path.c     if ((X_OK & mode) && !(S_IXUSR & buf.st_mode)) {
st_mode           272 opal/util/path.c     if ((R_OK & mode) && !(S_IRUSR & buf.st_mode)) {
st_mode           279 opal/util/path.c     if ((W_OK & mode) && !(S_IWUSR & buf.st_mode)) {
st_mode           274 orte/mca/filem/base/filem_base_receive.c         if(S_ISDIR(file_status.st_mode)) {
st_mode           277 orte/mca/filem/base/filem_base_receive.c         else if(S_ISREG(file_status.st_mode)) {
st_mode           522 orte/mca/sstore/base/sstore_base_fns.c             if(S_ISDIR(file_status.st_mode) ) {
st_mode           533 orte/mca/sstore/base/sstore_base_fns.c                     if(S_ISREG(file_status.st_mode) ) {
st_mode            99 test/event/event-test.c 		if ((st.st_mode & S_IFMT) == S_IFREG) {
st_mode           123 test/util/opal_os_create_dirpath.c     if (S_IRWXU != (S_IRWXU & buf.st_mode)) {