ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
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

time_t stat::st_atime

Definition at line 117 of file posix.h.

Referenced by dump_stat(), and stat().

blksize_t stat::st_blksize

Definition at line 115 of file posix.h.

blkcnt_t stat::st_blocks

Definition at line 116 of file posix.h.

time_t stat::st_ctime

Definition at line 119 of file posix.h.

Referenced by dump_stat(), and stat().

dev_t stat::st_dev

Definition at line 107 of file posix.h.

gid_t stat::st_gid

Definition at line 112 of file posix.h.

Referenced by dump_stat(), and stat().

ino_t stat::st_ino

Definition at line 108 of file posix.h.

mode_t stat::st_mode

Definition at line 109 of file posix.h.

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

time_t stat::st_mtime

Definition at line 118 of file posix.h.

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

nlink_t stat::st_nlink

Definition at line 110 of file posix.h.

dev_t stat::st_rdev

Definition at line 113 of file posix.h.

off_t stat::st_size

Definition at line 114 of file posix.h.

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

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: