Member Name | Description |
---|
O_APPEND | Open for appending.
[Edit]
|
O_ASYNC | Documentation for this section has not yet been entered.
[Edit]
|
O_CREAT | Create.
[Edit]
|
O_DIRECT | Eliminate or reduce cache effects.
[Edit]
|
O_DIRECTORY | Documentation for this section has not yet been entered.
[Edit]
|
O_EXCL | Open exclusive.
[Edit]
|
O_LARGEFILE | Enable large-file support.
[Edit]
|
O_NOCTTY | No controlling terminal.
[Edit]
|
O_NOFOLLOW | Do not follow symlinks.
[Edit]
|
O_NONBLOCK | Open in non-blocking mode if possible.
[Edit]
|
O_RDONLY | Read-only.
[Edit]
|
O_RDWR | Read-Write.
[Edit]
|
O_SYNC | Open for synchronous I/O.
[Edit]
|
O_TRUNC | Truncate on opening if necessary.
[Edit]
|
O_WRONLY | Write-only.
[Edit]
|