HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
stat Struct Reference

POSIX stat structure. More...

#include <posix.h>

Data Fields

dev_t st_dev
 
ino_t st_ino
 
mode_t st_mode
 
nlink_t st_nlink
 
uid_t st_uid
 
gid_t st_gid
 
dev_t st_rdev
 
off_t st_size
 
blksize_t st_blksize
 
blkcnt_t st_blocks
 
time_t st_atime
 
time_t st_mtime
 
time_t st_ctime
 

Detailed Description

POSIX stat structure.

See also
stat()
fstat()

Definition at line 105 of file posix.h.

Field Documentation

◆ st_atime

time_t stat::st_atime

Definition at line 117 of file posix.h.

Referenced by dump_stat(), and stat().

◆ st_blksize

blksize_t stat::st_blksize

Definition at line 115 of file posix.h.

◆ st_blocks

blkcnt_t stat::st_blocks

Definition at line 116 of file posix.h.

◆ st_ctime

time_t stat::st_ctime

Definition at line 119 of file posix.h.

Referenced by dump_stat(), and stat().

◆ st_dev

dev_t stat::st_dev

Definition at line 107 of file posix.h.

◆ st_gid

gid_t stat::st_gid

Definition at line 112 of file posix.h.

Referenced by dump_stat(), and stat().

◆ st_ino

ino_t stat::st_ino

Definition at line 108 of file posix.h.

◆ st_mode

mode_t stat::st_mode

Definition at line 109 of file posix.h.

Referenced by dump_stat(), ls(), ls_info(), and stat().

◆ st_mtime

time_t stat::st_mtime

Definition at line 118 of file posix.h.

Referenced by dump_stat(), lif_add_ascii_file_as_e010(), ls_info(), and stat().

◆ st_nlink

nlink_t stat::st_nlink

Definition at line 110 of file posix.h.

◆ st_rdev

dev_t stat::st_rdev

Definition at line 113 of file posix.h.

◆ st_size

off_t stat::st_size

Definition at line 114 of file posix.h.

Referenced by dump_stat(), lif_open_volume(), ls_info(), and stat().

◆ st_uid

uid_t stat::st_uid

Definition at line 111 of file posix.h.

Referenced by dump_stat(), and stat().


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