HomeSort by: relevance | last modified time | path
    Searched defs:attr_item (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/untgz/
untgz.c 108 struct attr_item struct
110 struct attr_item *next;
252 void push_attr(struct attr_item **list,char *fname,int mode,time_t time)
254 struct attr_item *item;
256 item = (struct attr_item *)malloc(sizeof(struct attr_item));
269 void restore_attr(struct attr_item **list)
271 struct attr_item *item, *prev;
396 struct attr_item *attributes = NULL;
untgz.c 108 struct attr_item struct
110 struct attr_item *next;
252 void push_attr(struct attr_item **list,char *fname,int mode,time_t time)
254 struct attr_item *item;
256 item = (struct attr_item *)malloc(sizeof(struct attr_item));
269 void restore_attr(struct attr_item **list)
271 struct attr_item *item, *prev;
396 struct attr_item *attributes = NULL;
untgz.c 108 struct attr_item struct
110 struct attr_item *next;
252 void push_attr(struct attr_item **list,char *fname,int mode,time_t time)
254 struct attr_item *item;
256 item = (struct attr_item *)malloc(sizeof(struct attr_item));
269 void restore_attr(struct attr_item **list)
271 struct attr_item *item, *prev;
396 struct attr_item *attributes = NULL;

Completed in 38 milliseconds