OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attr_item
(Results
1 - 1
of
1
) sorted by null
/external/zlib/src/contrib/untgz/
untgz.c
95
struct
attr_item
struct
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
[
all
...]
Completed in 48 milliseconds