stat 93 daemons/based/based_io.c struct stat s; stat 96 daemons/based/based_io.c if(stat(a_path, &s) != 0) { stat 124 daemons/based/based_io.c struct stat buf; stat 132 daemons/based/based_io.c if(stat(a_path, &buf) == 0) { stat 135 daemons/based/based_io.c if(stat(b_path, &buf) == 0) { stat 28 daemons/execd/remoted_schemas.c rm_files(const char *pathname, const struct stat *sbuf, int type, struct FTW *ftwb) stat 378 lib/cib/cib_file.c struct stat buf; stat 382 lib/cib/cib_file.c if (strcmp(filename, "-") && (stat(filename, &buf) < 0)) { stat 750 lib/cib/cib_file.c struct stat buf; stat 760 lib/cib/cib_file.c s_res = stat(filename, &buf); stat 250 lib/common/io.c pcmk__daemon_user_can_write(const char *target_name, struct stat *target_stat) stat 278 lib/common/io.c pcmk__daemon_group_can_write(const char *target_name, struct stat *target_stat) stat 325 lib/common/io.c struct stat buf; stat 337 lib/common/io.c s_res = stat(full_file, &buf); stat 355 lib/common/io.c s_res = stat(dir, &buf); stat 227 lib/common/logging.c struct stat st; stat 110 lib/common/pid.c struct stat sbuf; stat 59 lib/common/procfs.c struct stat statbuf; stat 40 lib/common/tests/schemas/pcmk__schema_init_test.c rm_files(const char *pathname, const struct stat *sbuf, int type, struct FTW *ftwb) stat 1694 lib/common/xml.c struct stat sb; stat 1701 lib/common/xml.c if (stat(ret, &sb) != 0 || !S_ISREG(sb.st_mode)) { stat 40 lib/fencing/st_rhcs.c struct stat sb; stat 49 lib/fencing/st_rhcs.c if ((stat(buf, &sb) != 0) || !S_ISREG(sb.st_mode)) { stat 259 lib/fencing/st_rhcs.c struct stat prop; stat 261 lib/fencing/st_rhcs.c int rc = stat(buffer, &prop); stat 335 lib/pacemaker/pcmk_simulate.c struct stat sb; stat 352 lib/pacemaker/pcmk_simulate.c if ((stat(buf, &sb) != 0) || !S_ISREG(sb.st_mode)) { stat 1215 lib/services/services_linux.c struct stat st; stat 1219 lib/services/services_linux.c if (stat(op->opaque->exec, &st) != 0) { stat 1415 lib/services/services_linux.c struct stat sb; stat 1424 lib/services/services_linux.c if (stat(buffer, &sb)) { stat 251 lib/services/services_lsb.c struct stat st; stat 254 lib/services/services_lsb.c rc = (stat(path, &st) == 0); stat 88 lib/services/services_ocf.c struct stat st; stat 100 lib/services/services_ocf.c if (stat(buf, &st) == 0) { stat 126 lib/services/services_ocf.c struct stat st; stat 136 lib/services/services_ocf.c if (stat(buf, &st) == 0) { stat 410 tools/crm_shadow.c struct stat buf; stat 412 tools/crm_shadow.c if (!should_exist && (stat(filename, &buf) == 0)) { stat 422 tools/crm_shadow.c if (should_exist && (stat(filename, &buf) < 0)) {