sys/stat.h header reference
[C library module]

The source code of this header can be browsed online.

Members [link] 

Type [link] 

Members detail [link] 

#define S_IFBLK [link] 

This macro is declared in sys/stat.h source file, line 40.

#define S_IFCHR [link] 

This macro is declared in sys/stat.h source file, line 39.

#define S_IFDIR [link] 

This macro is declared in sys/stat.h source file, line 38.

#define S_IFIFO [link] 

This macro is declared in sys/stat.h source file, line 42.

#define S_IFLNK [link] 

This macro is declared in sys/stat.h source file, line 43.

#define S_IFREG [link] 

This macro is declared in sys/stat.h source file, line 41.

#define S_IFSOCK [link] 

This macro is declared in sys/stat.h source file, line 44.

#define S_IRGRP [link] 

This macro is declared in sys/stat.h source file, line 55.

#define S_IROTH [link] 

This macro is declared in sys/stat.h source file, line 60.

#define S_IRUSR [link] 

This macro is declared in sys/stat.h source file, line 50.

#define S_IRWXG [link] 

This macro is declared in sys/stat.h source file, line 58.

#define S_IRWXO [link] 

This macro is declared in sys/stat.h source file, line 63.

#define S_IRWXU [link] 

This macro is declared in sys/stat.h source file, line 53.

#define S_ISDIR(mode) [link] 

This macro is declared in sys/stat.h source file, line 67.

#define S_ISGID [link] 

This macro is declared in sys/stat.h source file, line 47.

#define S_ISREG(mode) [link] 

This macro is declared in sys/stat.h source file, line 68.

#define S_ISUID [link] 

This macro is declared in sys/stat.h source file, line 46.

#define S_ISVTX [link] 

This macro is declared in sys/stat.h source file, line 48.

#define S_IWGRP [link] 

This macro is declared in sys/stat.h source file, line 56.

#define S_IWOTH [link] 

This macro is declared in sys/stat.h source file, line 61.

#define S_IWUSR [link] 

This macro is declared in sys/stat.h source file, line 51.

#define S_IXGRP [link] 

This macro is declared in sys/stat.h source file, line 57.

#define S_IXOTH [link] 

This macro is declared in sys/stat.h source file, line 62.

#define S_IXUSR [link] 

This macro is declared in sys/stat.h source file, line 52.

#define _SYS_STAT_H_ [link] 

This macro is declared in sys/stat.h source file, line 2.

#define __S_IFMT [link] 

This macro is declared in sys/stat.h source file, line 36.

#define __S_ISTYPE(mode, mask) [link] 

This macro is declared in sys/stat.h source file, line 65.

struct stat [link] 

This struct is declared in sys/stat.h source file, line 15.

Alternate declarations with same identifier: [1], [2].

FieldDescription
mode_t st_mode;
off_t st_size;
Valid XHTML 1.0 StrictGenerated by diaxen on Thu Aug 4 15:44:06 2022 using MkDoc