st_mode 118 daemons/based/based_io.c } else if ((s.st_mode & S_IFREG) != S_IFREG) { st_mode 123 daemons/based/based_io.c switch (s.st_mode & S_IFMT) { st_mode 68 daemons/execd/remoted_schemas.c } else if (!S_ISDIR(sb.st_mode)) { st_mode 269 lib/common/io.c if ((target_stat->st_mode & (S_IRUSR | S_IWUSR)) == 0) { st_mode 273 lib/common/io.c (unsigned long) target_stat->st_mode); st_mode 299 lib/common/io.c if ((target_stat->st_mode & (S_IRGRP | S_IWGRP)) == 0) { st_mode 303 lib/common/io.c (unsigned long) target_stat->st_mode); st_mode 346 lib/common/io.c } else if (S_ISREG(buf.st_mode) == FALSE) { st_mode 348 lib/common/io.c target, (unsigned long) buf.st_mode); st_mode 362 lib/common/io.c } else if (S_ISDIR(buf.st_mode) == FALSE) { st_mode 364 lib/common/io.c dir, (unsigned long) buf.st_mode); st_mode 375 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 70 lib/common/procfs.c if (!S_ISDIR(statbuf.st_mode)) { st_mode 1529 lib/common/xml.c if (stat(ret, &sb) != 0 || !S_ISREG(sb.st_mode)) { st_mode 59 lib/fencing/st_rhcs.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) { st_mode 73 lib/fencing/st_rhcs.c && S_ISREG(prop.st_mode)) { st_mode 264 lib/fencing/st_rhcs.c return (rc >= 0) && S_ISREG(prop.st_mode); st_mode 409 lib/pacemaker/pcmk_simulate.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) { st_mode 1427 lib/services/services_linux.c if (S_ISDIR(sb.st_mode)) { st_mode 1433 lib/services/services_linux.c } else if (S_ISREG(sb.st_mode)) { st_mode 1439 lib/services/services_linux.c && (sb.st_mode & S_IXUSR) == 0 st_mode 1440 lib/services/services_linux.c && (sb.st_mode & S_IXGRP) == 0 && (sb.st_mode & S_IXOTH) == 0) {