st_mode 101 daemons/based/based_io.c } else if (!S_ISREG(s.st_mode)) { st_mode 103 daemons/based/based_io.c a->d_name, (unsigned int) (s.st_mode & S_IFMT)); st_mode 267 lib/common/io.c if ((target_stat->st_mode & (S_IRUSR | S_IWUSR)) == 0) { st_mode 271 lib/common/io.c (unsigned long) target_stat->st_mode); st_mode 297 lib/common/io.c if ((target_stat->st_mode & (S_IRGRP | S_IWGRP)) == 0) { st_mode 301 lib/common/io.c (unsigned long) target_stat->st_mode); st_mode 344 lib/common/io.c } else if (S_ISREG(buf.st_mode) == FALSE) { st_mode 346 lib/common/io.c target, (unsigned long) buf.st_mode); st_mode 360 lib/common/io.c } else if (S_ISDIR(buf.st_mode) == FALSE) { st_mode 362 lib/common/io.c dir, (unsigned long) buf.st_mode); st_mode 373 lib/common/io.c (unsigned long) buf.st_mode); st_mode 245 lib/common/logging.c && ((st.st_mode & S_IRWXG) == (S_IRGRP|S_IWGRP))) { st_mode 89 lib/common/procfs.c if (!S_ISDIR(statbuf.st_mode)) { st_mode 1701 lib/common/xml.c if (stat(ret, &sb) != 0 || !S_ISREG(sb.st_mode)) { st_mode 49 lib/fencing/st_rhcs.c if ((stat(buf, &sb) != 0) || !S_ISREG(sb.st_mode)) { st_mode 264 lib/fencing/st_rhcs.c return (rc >= 0) && S_ISREG(prop.st_mode); st_mode 352 lib/pacemaker/pcmk_simulate.c if ((stat(buf, &sb) != 0) || !S_ISREG(sb.st_mode)) { st_mode 1428 lib/services/services_linux.c if (S_ISDIR(sb.st_mode)) { st_mode 1434 lib/services/services_linux.c } else if (S_ISREG(sb.st_mode)) { st_mode 1440 lib/services/services_linux.c && (sb.st_mode & S_IXUSR) == 0 st_mode 1441 lib/services/services_linux.c && (sb.st_mode & S_IXGRP) == 0 && (sb.st_mode & S_IXOTH) == 0) {