Lines Matching refs:ATTR
162 struct ATTR **attrtable;
254 struct ATTR *getattrentry(unsigned int key, unsigned int lth)
256 struct ATTR *pa;
257 struct ATTR **old;
279 pa = (struct ATTR*)realloc(pa,
280 sizeof(struct ATTR) + lth);
287 pa = (struct ATTR*)malloc(sizeof(struct ATTR) + lth);
291 attrtable = (struct ATTR**)realloc(attrtable,
292 attrcount*sizeof(struct ATTR*));
302 attrtable = (struct ATTR**)
303 malloc(sizeof(struct ATTR*));
661 struct ATTR *pa;
758 static void showattribute(const char *prefix, const struct ATTR *pa)
1174 void copy_attribute(struct ATTR *pa, const char *buf, int length)
1205 struct ATTR *pa;
1298 struct ATTR *pa;
4394 attrtable = (struct ATTR**)NULL;