S_ISREG           689 plugin/ipc/file/fileconnection.cpp       if (stat(_path.c_str() ,&statbuf) == 0 && S_ISREG(statbuf.st_mode)) {
S_ISREG           706 plugin/ipc/file/fileconnection.cpp       stat(_path.c_str() ,&statbuf) == 0 && S_ISREG(statbuf.st_mode)) {
S_ISREG           380 plugin/ipc/file/fileconnlist.cpp     bool isRegularFile = (S_ISREG(statbuf.st_mode) || S_ISCHR(statbuf.st_mode) ||
S_ISREG           486 plugin/ipc/file/fileconnlist.cpp   } else if (S_ISREG(statbuf.st_mode) || S_ISCHR(statbuf.st_mode) ||
S_ISREG           616 util_misc.cpp        if( S_ISREG(buf.st_mode) )