Lines Matching refs:attr_item
95 struct attr_item
97 struct attr_item *next;
111 void push_attr OF((struct attr_item **, char *, int, time_t));
112 void restore_attr OF((struct attr_item **));
253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time)
255 struct attr_item *item;
257 item = (struct attr_item *)malloc(sizeof(struct attr_item));
270 void restore_attr(struct attr_item **list)
272 struct attr_item *item, *prev;
397 struct attr_item *attributes = NULL;