Rizin
unix-like reverse engineering framework and cli tools
attr_item Struct Reference

Public Attributes

struct attr_itemnext
 
char * fname
 
int mode
 
time_t time
 

Detailed Description

Definition at line 95 of file untgz.c.

Member Data Documentation

◆ fname

char* attr_item::fname

Definition at line 98 of file untgz.c.

Referenced by push_attr(), and restore_attr().

◆ mode

int attr_item::mode

Definition at line 99 of file untgz.c.

Referenced by push_attr(), restore_attr(), and test_group_name.GroupTest::run().

◆ 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: