S_ISREG           349 lib/common/io.c         } else if (S_ISREG(buf.st_mode) == FALSE) {
S_ISREG           425 lib/common/options.c     if (S_ISREG(st.st_mode) == 0) {
S_ISREG            56 lib/fencing/st_rhcs.c             if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {
S_ISREG            70 lib/fencing/st_rhcs.c                     && S_ISREG(prop.st_mode)) {
S_ISREG           240 lib/fencing/st_rhcs.c     return (rc >= 0) && S_ISREG(prop.st_mode);
S_ISREG          1113 lib/services/services_linux.c         } else if (S_ISREG(sb.st_mode)) {
S_ISREG           755 tools/crm_simulate.c             if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {