Searched refs:attr_item (Results 1 – 2 of 2) sorted by relevance
95 struct attr_item struct97 struct attr_item *next; argument111 void push_attr OF((struct attr_item **, char *, int, time_t)); argument112 void restore_attr OF((struct attr_item **));253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) in push_attr()255 struct attr_item *item; in push_attr()257 item = (struct attr_item *)malloc(sizeof(struct attr_item)); in push_attr()270 void restore_attr(struct attr_item **list) in restore_attr()272 struct attr_item *item, *prev; in restore_attr()397 struct attr_item *attributes = NULL; in tar()
146 for (const auto& attr_item : attrs_) { in GetAllAttrKeys() local147 attr_list.emplace_back(attr_item.first); in GetAllAttrKeys()