Mistake on this page?
Report an issue in GitHub or email us
Data Fields
stat Struct Reference

Data Fields

dev_t st_dev
 Device ID containing file. More...
 
ino_t st_ino
 File serial number. More...
 
mode_t st_mode
 Mode of file. More...
 
nlink_t st_nlink
 Number of links to file. More...
 
uid_t st_uid
 User ID. More...
 
gid_t st_gid
 Group ID. More...
 
off_t st_size
 Size of file in bytes. More...
 
time_t st_atime
 Time of last access. More...
 
time_t st_mtime
 Time of last data modification. More...
 
time_t st_ctime
 Time of last status change. More...
 

Detailed Description

Definition at line 500 of file mbed_retarget.h.

Field Documentation

time_t st_atime

Time of last access.

Definition at line 511 of file mbed_retarget.h.

time_t st_ctime

Time of last status change.

Definition at line 513 of file mbed_retarget.h.

dev_t st_dev

Device ID containing file.

Definition at line 501 of file mbed_retarget.h.

gid_t st_gid

Group ID.

Definition at line 507 of file mbed_retarget.h.

ino_t st_ino

File serial number.

Definition at line 502 of file mbed_retarget.h.

mode_t st_mode

Mode of file.

Definition at line 503 of file mbed_retarget.h.

time_t st_mtime

Time of last data modification.

Definition at line 512 of file mbed_retarget.h.

nlink_t st_nlink

Number of links to file.

Definition at line 504 of file mbed_retarget.h.

off_t st_size

Size of file in bytes.

Definition at line 509 of file mbed_retarget.h.

uid_t st_uid

User ID.

Definition at line 506 of file mbed_retarget.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.