S_ISREG           346 lib/common/io.c         } else if (S_ISREG(buf.st_mode) == FALSE) {
S_ISREG          1529 lib/common/xml.c     if (stat(ret, &sb) != 0 || !S_ISREG(sb.st_mode)) {
S_ISREG            59 lib/fencing/st_rhcs.c             if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {
S_ISREG            73 lib/fencing/st_rhcs.c                     && S_ISREG(prop.st_mode)) {
S_ISREG           264 lib/fencing/st_rhcs.c     return (rc >= 0) && S_ISREG(prop.st_mode);
S_ISREG           409 lib/pacemaker/pcmk_simulate.c             if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {
S_ISREG          1433 lib/services/services_linux.c         } else if (S_ISREG(sb.st_mode)) {