st_mode           113 daemons/based/based_io.c     } else if ((s.st_mode & S_IFREG) != S_IFREG) {
st_mode           118 daemons/based/based_io.c         switch (s.st_mode & S_IFMT) {
st_mode           272 lib/common/io.c     if ((target_stat->st_mode & (S_IRUSR | S_IWUSR)) == 0) {
st_mode           276 lib/common/io.c                    (unsigned long) target_stat->st_mode);
st_mode           302 lib/common/io.c     if ((target_stat->st_mode & (S_IRGRP | S_IWGRP)) == 0) {
st_mode           306 lib/common/io.c                    (unsigned long) target_stat->st_mode);
st_mode           349 lib/common/io.c         } else if (S_ISREG(buf.st_mode) == FALSE) {
st_mode           351 lib/common/io.c                     target, (unsigned long) buf.st_mode);
st_mode           365 lib/common/io.c         } else if (S_ISDIR(buf.st_mode) == FALSE) {
st_mode           367 lib/common/io.c                     dir, (unsigned long) buf.st_mode);
st_mode           378 lib/common/io.c                 (unsigned long) buf.st_mode);
st_mode           219 lib/common/logging.c         && ((st.st_mode & S_IRWXG) == (S_IRGRP|S_IWGRP))) {
st_mode           425 lib/common/options.c     if (S_ISREG(st.st_mode) == 0) {
st_mode           430 lib/common/options.c     if ((st.st_mode & (S_IXUSR | S_IXGRP)) == 0) {
st_mode            74 lib/common/procfs.c     if (!S_ISDIR(statbuf.st_mode)) {
st_mode            56 lib/fencing/st_rhcs.c             if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {
st_mode            70 lib/fencing/st_rhcs.c                     && S_ISREG(prop.st_mode)) {
st_mode           240 lib/fencing/st_rhcs.c     return (rc >= 0) && S_ISREG(prop.st_mode);
st_mode          1107 lib/services/services_linux.c         if (S_ISDIR(sb.st_mode)) {
st_mode          1113 lib/services/services_linux.c         } else if (S_ISREG(sb.st_mode)) {
st_mode          1119 lib/services/services_linux.c                        && (sb.st_mode & S_IXUSR) == 0
st_mode          1120 lib/services/services_linux.c                        && (sb.st_mode & S_IXGRP) == 0 && (sb.st_mode & S_IXOTH) == 0) {
st_mode           755 tools/crm_simulate.c             if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {