prop 4047 lib/common/xml.c xmlAttr *prop = pIter; prop 4070 lib/common/xml.c int p_old = __xml_offset((xmlNode*)prop); prop 4083 lib/common/xml.c xmlSetProp(new, prop->name, (const xmlChar *)old_value); prop 4093 lib/common/xml.c p = prop->_private; prop 4105 lib/common/xml.c xmlAttr *prop = pIter; prop 4110 lib/common/xml.c char *name = strdup((const char *)prop->name); prop 4116 lib/common/xml.c crm_attr_dirty(prop); prop 4118 lib/common/xml.c xmlUnsetProp(new, prop->name); /* Remove - change not allowed */ prop 1169 lib/fencing/st_client.c struct stat prop; prop 1184 lib/fencing/st_client.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) { prop 1587 lib/fencing/st_client.c struct stat prop; prop 1591 lib/fencing/st_client.c rc = stat(buffer, &prop); prop 1592 lib/fencing/st_client.c if (rc >= 0 && S_ISREG(prop.st_mode)) { prop 560 tools/crm_simulate.c struct stat prop; prop 575 tools/crm_simulate.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {