|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
POSIX-standard APIs for managing the filesystem More...
Files | |
| file | dirent.h |
| Directory entry functionality. | |
| file | ioctl.h |
| Header for terminal control operations. | |
| file | uio.h |
| Header for vector I/O. | |
Data Structures | |
| struct | dirent |
| POSIX directory entry structure. More... | |
| struct | DIR |
| Type representing a directory stream. More... | |
| struct | iovec |
| I/O vector structure. More... | |
Macros | |
| #define | UIO_MAXIOV IOV_MAX |
| Old alias for the maximum length of an iovec. | |
Directory File Types | |
POSIX file types for dirent::d_type
| |
| #define | DT_UNKNOWN 0 |
| Unknown. | |
| #define | DT_FIFO 1 |
| Named Pipe or FIFO. | |
| #define | DT_CHR 2 |
| Character Device. | |
| #define | DT_DIR 4 |
| Directory. | |
| #define | DT_BLK 6 |
| Block Device. | |
| #define | DT_REG 8 |
| Regular File. | |
| #define | DT_LNK 10 |
| Symbolic Link. | |
| #define | DT_SOCK 12 |
| Local-Domain Socket. | |
| #define | DT_WHT 14 |
| Whiteout (ignored) | |
POSIX-standard APIs for managing the filesystem
| #define DT_BLK 6 |
Block Device.
| #define DT_CHR 2 |
Character Device.
| #define DT_DIR 4 |
Directory.
Referenced by browse_directory().
| #define DT_FIFO 1 |
Named Pipe or FIFO.
| #define DT_LNK 10 |
Symbolic Link.
| #define DT_REG 8 |
Regular File.
| #define DT_SOCK 12 |
Local-Domain Socket.
| #define DT_UNKNOWN 0 |
Unknown.
| #define DT_WHT 14 |
Whiteout (ignored)
| #define UIO_MAXIOV IOV_MAX |
Old alias for the maximum length of an iovec.