Home | History | Annotate | Download | only in config

Lines Matching defs:attrbuf

385 struct attr **attrbuf;
393 attrbuf = emalloc(nattrs * sizeof(*attrbuf));
397 qsort(attrbuf, attridx, sizeof(struct attr *), attrcmp);
401 fprintf(fp, "\t%s.ko \\\n", attrbuf[i]->a_name);
404 free(attrbuf);
417 attrbuf[attridx++] = a;
421 attrbuf = erealloc(attrbuf, nattrs * sizeof(*attrbuf));