Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
struct attr_item * | next |
char * | fname |
int | mode |
time_t | time |
char* attr_item::fname |
Definition at line 98 of file untgz.c.
Referenced by matchname(), push_attr(), restore_attr(), and tar().
int attr_item::mode |
Definition at line 99 of file untgz.c.
Referenced by push_attr(), and restore_attr().
struct attr_item* attr_item::next |
Definition at line 97 of file untgz.c.
Referenced by push_attr(), and restore_attr().
time_t attr_item::time |
Definition at line 100 of file untgz.c.
Referenced by push_attr(), and restore_attr().