prop 518 lib/common/acl.c for (xmlAttr *prop = xml->properties; prop != NULL; prop = prop->next) { prop 519 lib/common/acl.c if (strcmp((const char *) prop->name, PCMK_XA_ID) != 0) { prop 53 lib/fencing/st_rhcs.c struct stat prop; prop 59 lib/fencing/st_rhcs.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) { prop 72 lib/fencing/st_rhcs.c if (fstatat(dirfd, namelist[i]->d_name, &prop, 0) == 0 prop 73 lib/fencing/st_rhcs.c && S_ISREG(prop.st_mode)) { prop 259 lib/fencing/st_rhcs.c struct stat prop; prop 261 lib/fencing/st_rhcs.c int rc = stat(buffer, &prop); prop 264 lib/fencing/st_rhcs.c return (rc >= 0) && S_ISREG(prop.st_mode); prop 392 lib/pacemaker/pcmk_simulate.c struct stat prop; prop 409 lib/pacemaker/pcmk_simulate.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {