Home
last modified time | relevance | path

Searched refs:attr_item (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/contrib/untgz/
Duntgz.c95 struct attr_item struct
97 struct attr_item *next; argument
111 void push_attr OF((struct attr_item **, char *, int, time_t)); argument
112 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()