prop 513 lib/common/acl.c for (xmlAttr *prop = xml->properties; prop != NULL; prop = prop->next) { prop 514 lib/common/acl.c if (strcmp((const char *) prop->name, XML_ATTR_ID) != 0) { prop 50 lib/fencing/st_rhcs.c struct stat prop; prop 56 lib/fencing/st_rhcs.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) { prop 69 lib/fencing/st_rhcs.c if (fstatat(dirfd, namelist[i]->d_name, &prop, 0) == 0 prop 70 lib/fencing/st_rhcs.c && S_ISREG(prop.st_mode)) { prop 235 lib/fencing/st_rhcs.c struct stat prop; prop 237 lib/fencing/st_rhcs.c int rc = stat(buffer, &prop); prop 240 lib/fencing/st_rhcs.c return (rc >= 0) && S_ISREG(prop.st_mode); prop 831 tools/crm_simulate.c struct stat prop; prop 845 tools/crm_simulate.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) {