prop              576 lib/common/acl.c     for (xmlAttr *prop = xml->properties; prop != NULL; prop = prop->next) {
prop              577 lib/common/acl.c         if (strcmp((const char *) prop->name, PCMK_XA_ID) != 0) {
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);