Searched refs:attrcount (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/objc4-646/test/
H A DaddProtocol.m77 int attrcount = sizeof(attrs) / sizeof(attrs[0]);
78 protocol_addProperty(proto, name0, attrs, attrcount, YES, YES);
79 protocol_addProperty(proto, name1, attrs, attrcount, YES, YES);
80 protocol_addProperty(proto, name2, attrs, attrcount, YES, YES);
81 protocol_addProperty(proto, name3, attrs, attrcount, YES, YES);
/macosx-10.10/objc4-646/runtime/
H A Dobjc-class.mm1093 unsigned int attrcount = 0;
1140 BOOL more = (*fn)(attrcount, ctx1, ctx2,
1143 attrcount++;
1147 return attrcount;
1193 unsigned int attrcount = 1;
1196 if (*s == ',') attrcount++;
1200 attrcount * sizeof(objc_property_attribute_t) +
1203 attrcount * 2;
1208 char *rs = (char *)(ra+attrcount+1);
1210 attrcount
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c2106 int attrcount = 0; local
2132 attrcount += ainfo.attrhdr->num_attrs;
2134 ++attrcount;
2136 ++attrcount;
2145 if (--attrcount == 0)
2165 if (--attrcount == 0)
2210 if (--attrcount == 0)
2279 if (attrcount == 0) {
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_cfg.c1469 int attrcount; local
1485 attrcount = sizeof(attrlist) / sizeof(*attrlist);
1486 len = sizeof(*attrpl) + sizeof(*attr) * attrcount;
1519 for (i = 0; i < attrcount; i++) {

Completed in 177 milliseconds