stat 117 cib/io.c struct stat s; stat 120 cib/io.c if(stat(a_path, &s) != 0) { stat 162 cib/io.c struct stat buf; stat 170 cib/io.c if(stat(a_path, &buf) == 0) { stat 173 cib/io.c if(stat(b_path, &buf) == 0) { stat 94 crmd/subsystems.c struct stat buf; stat 120 crmd/subsystems.c s_res = stat(the_subsystem->command, &buf); stat 128 lib/cib/cib_file.c struct stat buf; stat 138 lib/cib/cib_file.c s_res = stat(filename, &buf); stat 530 lib/cib/cib_file.c struct stat buf; stat 535 lib/cib/cib_file.c if (stat(filename, &buf) < 0) { stat 283 lib/common/io.c struct stat buf; stat 294 lib/common/io.c s_res = stat(full_file, &buf); stat 304 lib/common/io.c s_res = stat(dir, &buf); stat 233 lib/common/logging.c struct stat parent; stat 260 lib/common/logging.c rc = stat(parent_dir, &parent); stat 279 lib/common/logging.c struct stat st; stat 51 lib/common/procfs.c struct stat statbuf; stat 313 lib/common/schemas.c struct stat s; stat 318 lib/common/schemas.c if (stat(xslt, &s) != 0) { stat 190 lib/common/utils.c struct stat st; stat 196 lib/common/utils.c if(stat(value, &st) != 0) { stat 784 lib/common/utils.c struct stat sbuf; stat 1169 lib/fencing/st_client.c struct stat prop; stat 1184 lib/fencing/st_client.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) { stat 1587 lib/fencing/st_client.c struct stat prop; stat 1591 lib/fencing/st_client.c rc = stat(buffer, &prop); stat 78 lib/services/services.c struct stat st; stat 83 lib/services/services.c if (rc > 0 && stat(path, &st) == 0) { stat 615 lib/services/services_linux.c struct stat st; stat 642 lib/services/services_linux.c if(stat(op->opaque->exec, &st) != 0) { stat 822 lib/services/services_linux.c struct stat sb; stat 831 lib/services/services_linux.c if (stat(buffer, &sb)) { stat 916 lib/services/services_linux.c struct stat st; stat 918 lib/services/services_linux.c if (stat(metadata, &st) == 0) { stat 170 tools/cib_shadow.c struct stat buf; stat 313 tools/cib_shadow.c rc = stat(shadow_file, &buf); stat 341 tools/cib_shadow.c rc = stat(shadow_file, &buf); stat 560 tools/crm_simulate.c struct stat prop; stat 575 tools/crm_simulate.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {