Quake II RTX doxygen  1.0 dev
symlink_t Struct Reference

Public Attributes

list_t entry
 
size_t targlen
 
size_t namelen
 
char * target
 
char name [1]
 

Detailed Description

Definition at line 162 of file files.c.

Member Data Documentation

◆ entry

list_t symlink_t::entry

Definition at line 163 of file files.c.

Referenced by FS_Link_f(), and FS_UnLink_f().

◆ name

char symlink_t::name[1]

Definition at line 167 of file files.c.

Referenced by expand_links(), FS_Link_f(), FS_Link_g(), FS_UnLink_f(), and FS_WhereIs_f().

◆ namelen

size_t symlink_t::namelen

Definition at line 165 of file files.c.

Referenced by expand_links(), and FS_Link_f().

◆ target

char* symlink_t::target

Definition at line 166 of file files.c.

Referenced by expand_links(), free_all_links(), FS_Link_f(), FS_UnLink_f(), and FS_WhereIs_f().

◆ targlen

size_t symlink_t::targlen

Definition at line 164 of file files.c.

Referenced by expand_links(), and FS_Link_f().