stat              110 daemons/based/based_io.c     struct stat s;
stat              113 daemons/based/based_io.c     if(stat(a_path, &s) != 0) {
stat              155 daemons/based/based_io.c     struct stat buf;
stat              163 daemons/based/based_io.c     if(stat(a_path, &buf) == 0) {
stat              166 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               48 daemons/execd/remoted_schemas.c     struct stat sb;
stat               51 daemons/execd/remoted_schemas.c     rc = stat(remote_schema_dir, &sb);
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              252 lib/common/io.c pcmk__daemon_user_can_write(const char *target_name, struct stat *target_stat)
stat              280 lib/common/io.c pcmk__daemon_group_can_write(const char *target_name, struct stat *target_stat)
stat              327 lib/common/io.c     struct stat buf;
stat              339 lib/common/io.c         s_res = stat(full_file, &buf);
stat              357 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               40 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             1522 lib/common/xml.c     struct stat sb;
stat             1529 lib/common/xml.c     if (stat(ret, &sb) != 0 || !S_ISREG(sb.st_mode)) {
stat               53 lib/fencing/st_rhcs.c         struct stat prop;
stat               59 lib/fencing/st_rhcs.c             if (stat(buffer, &prop) == 0 && S_ISREG(prop.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              392 lib/pacemaker/pcmk_simulate.c         struct stat prop;
stat              409 lib/pacemaker/pcmk_simulate.c             if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {
stat             1214 lib/services/services_linux.c     struct stat st;
stat             1218 lib/services/services_linux.c     if (stat(op->opaque->exec, &st) != 0) {
stat             1414 lib/services/services_linux.c         struct stat sb;
stat             1423 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              411 tools/crm_shadow.c     struct stat buf;
stat              413 tools/crm_shadow.c     if (!should_exist && (stat(filename, &buf) == 0)) {
stat              423 tools/crm_shadow.c     if (should_exist && (stat(filename, &buf) < 0)) {