stat              105 daemons/based/based_io.c     struct stat s;
stat              108 daemons/based/based_io.c     if(stat(a_path, &s) != 0) {
stat              150 daemons/based/based_io.c     struct stat buf;
stat              158 daemons/based/based_io.c     if(stat(a_path, &buf) == 0) {
stat              161 daemons/based/based_io.c     if(stat(b_path, &buf) == 0) {
stat              144 lib/cib/cib_file.c     struct stat buf;
stat              154 lib/cib/cib_file.c     s_res = stat(filename, &buf);
stat              548 lib/cib/cib_file.c     struct stat buf;
stat              552 lib/cib/cib_file.c     if (strcmp(filename, "-") && (stat(filename, &buf) < 0)) {
stat              255 lib/common/io.c pcmk__daemon_user_can_write(const char *target_name, struct stat *target_stat)
stat              283 lib/common/io.c pcmk__daemon_group_can_write(const char *target_name, struct stat *target_stat)
stat              330 lib/common/io.c     struct stat buf;
stat              342 lib/common/io.c         s_res = stat(full_file, &buf);
stat              360 lib/common/io.c         s_res = stat(dir, &buf);
stat              201 lib/common/logging.c     struct stat st;
stat              414 lib/common/options.c     struct stat st;
stat              420 lib/common/options.c     if (stat(value, &st) != 0) {
stat              126 lib/common/pid.c     struct stat sbuf;
stat               44 lib/common/procfs.c     struct stat statbuf;
stat              274 lib/common/schemas.c     struct stat s;
stat              290 lib/common/schemas.c     } else if (stat(xslt, &s) == 0) {
stat              296 lib/common/schemas.c         if (stat(xslt, &s) != 0) {
stat              304 lib/common/schemas.c             if (stat(xslt, &s) != 0) {
stat              314 lib/common/schemas.c             transform_onleave = (stat(xslt, &s) == 0);
stat               50 lib/fencing/st_rhcs.c         struct stat prop;
stat               56 lib/fencing/st_rhcs.c             if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {
stat              235 lib/fencing/st_rhcs.c     struct stat prop;
stat              237 lib/fencing/st_rhcs.c     int rc = stat(buffer, &prop);
stat              244 lib/services/services.c         struct stat st;
stat              254 lib/services/services.c             if (stat(buf, &st) == 0) {
stat              886 lib/services/services_linux.c     struct stat st;
stat              890 lib/services/services_linux.c     if(stat(op->opaque->exec, &st) != 0) {
stat             1094 lib/services/services_linux.c         struct stat sb;
stat             1103 lib/services/services_linux.c         if (stat(buffer, &sb)) {
stat             1223 lib/services/services_linux.c     struct stat st;
stat             1235 lib/services/services_linux.c         if (stat(buf, &st) == 0) {
stat              261 lib/services/services_lsb.c     struct stat st;
stat              264 lib/services/services_lsb.c     rc = (stat(path, &st) == 0);
stat               50 lib/services/services_nagios.c         struct stat st;
stat               54 lib/services/services_nagios.c         if (stat(metadata, &st) == 0) {
stat               68 lib/services/services_nagios.c     struct stat st;
stat               75 lib/services/services_nagios.c     if (stat(buf, &st) == 0) {
stat              257 tools/crm_shadow.c     struct stat buf;
stat              427 tools/crm_shadow.c     rc = stat(shadow_file, &buf);
stat              739 tools/crm_simulate.c         struct stat prop;
stat              755 tools/crm_simulate.c             if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {