Lines Matching defs:attrcount
164 unsigned int attrcount;
261 if (attrcount) {
262 high = attrcount;
276 if ((low < attrcount) && (attrtable[low]->key == key)) {
285 if (!low && attrcount && (attrtable[0]->key > key))
289 if (attrcount++) {
292 attrcount*sizeof(struct ATTR*));
294 high = attrcount;
4392 attrcount = 0;
4423 for (i=0; i<attrcount; i++)