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 142 lib/cib/cib_file.c struct stat buf; stat 152 lib/cib/cib_file.c s_res = stat(filename, &buf); stat 546 lib/cib/cib_file.c struct stat buf; stat 550 lib/cib/cib_file.c if (stat(filename, &buf) < 0) { stat 274 lib/common/io.c pcmk__daemon_user_can_write(const char *target_name, struct stat *target_stat) stat 302 lib/common/io.c pcmk__daemon_group_can_write(const char *target_name, struct stat *target_stat) stat 349 lib/common/io.c struct stat buf; stat 361 lib/common/io.c s_res = stat(full_file, &buf); stat 379 lib/common/io.c s_res = stat(dir, &buf); stat 178 lib/common/logging.c struct stat parent; stat 204 lib/common/logging.c rc = stat(parent_dir, &parent); stat 223 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 121 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 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 1173 lib/services/services_linux.c struct stat st; stat 1180 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 831 tools/crm_simulate.c struct stat prop; stat 845 tools/crm_simulate.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {