stat.h, stat - data returned by stat system call
#include <sys/types.h>
#include <sys/stat.h>
The system calls stat, lstat and fstat return data in a stat structure, which is defined in <stat.h>.
The constants used in the st_mode field are also defined in this file:
#define | S_IFMT | /* type of file */ |
#define | S_IAMB | /* access mode bits */ |
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define | ||
#define |
The following macros are for POSIX conformance (see standards(5)):
#define | S_ISBLK(mode) | block special file |
#define | S_ISCHR(mode) | character special file |
#define | ||
#define | ||
#define | ||
#define |
See attributes(5) for descriptions of the following attributes:
|
stat(2), types.h(3HEAD), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |