Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
attr_item Struct Reference

Data Fields

struct attr_itemnext
 
char * fname
 
int mode
 
time_t time
 

Detailed Description

Definition at line 95 of file untgz.c.

Field Documentation

◆ fname

char* attr_item::fname

Definition at line 98 of file untgz.c.

Referenced by matchname(), push_attr(), restore_attr(), and tar().

◆ mode

int attr_item::mode

Definition at line 99 of file untgz.c.

Referenced by push_attr(), and restore_attr().

◆ next

struct attr_item* attr_item::next

Definition at line 97 of file untgz.c.

Referenced by push_attr(), and restore_attr().

◆ time

time_t attr_item::time

Definition at line 100 of file untgz.c.

Referenced by push_attr(), and restore_attr().


The documentation for this struct was generated from the following file: