Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e5a43a40
Commit
e5a43a40
authored
Dec 19, 1996
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Describe open(2) exported constants
parent
4a342094
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
0 deletions
+60
-0
Doc/lib/libposix.tex
Doc/lib/libposix.tex
+30
-0
Doc/libposix.tex
Doc/libposix.tex
+30
-0
No files found.
Doc/lib/libposix.tex
View file @
e5a43a40
...
...
@@ -431,3 +431,33 @@ its \code{write()} method.
The option for
\code
{
waitpid()
}
to avoid hanging if no child process
status is available immediately.
\end{datadesc}
\begin{datadesc}
{
O
_
RDONLY
}
\end{datadesc}
\begin{datadesc}
{
O
_
WRONLY
}
\end{datadesc}
\begin{datadesc}
{
O
_
RDWR
}
\end{datadesc}
\begin{datadesc}
{
O
_
NDELAY
}
\end{datadesc}
\begin{datadesc}
{
O
_
NONBLOCK
}
\end{datadesc}
\begin{datadesc}
{
O
_
APPEND
}
\end{datadesc}
\begin{datadesc}
{
O
_
DSYNC
}
\end{datadesc}
\begin{datadesc}
{
O
_
RSYNC
}
\end{datadesc}
\begin{datadesc}
{
O
_
SYNC
}
\end{datadesc}
\begin{datadesc}
{
O
_
NOCTTY
}
\end{datadesc}
\begin{datadesc}
{
O
_
CREAT
}
\end{datadesc}
\begin{datadesc}
{
O
_
EXCL
}
\end{datadesc}
\begin{datadesc}
{
O
_
TRUNC
}
Options for the
\code
{
flag
}
argument to the
\code
{
open()
}
function.
These can be bit-wise OR'd together.
\end{datadesc}
Doc/libposix.tex
View file @
e5a43a40
...
...
@@ -431,3 +431,33 @@ its \code{write()} method.
The option for
\code
{
waitpid()
}
to avoid hanging if no child process
status is available immediately.
\end{datadesc}
\begin{datadesc}
{
O
_
RDONLY
}
\end{datadesc}
\begin{datadesc}
{
O
_
WRONLY
}
\end{datadesc}
\begin{datadesc}
{
O
_
RDWR
}
\end{datadesc}
\begin{datadesc}
{
O
_
NDELAY
}
\end{datadesc}
\begin{datadesc}
{
O
_
NONBLOCK
}
\end{datadesc}
\begin{datadesc}
{
O
_
APPEND
}
\end{datadesc}
\begin{datadesc}
{
O
_
DSYNC
}
\end{datadesc}
\begin{datadesc}
{
O
_
RSYNC
}
\end{datadesc}
\begin{datadesc}
{
O
_
SYNC
}
\end{datadesc}
\begin{datadesc}
{
O
_
NOCTTY
}
\end{datadesc}
\begin{datadesc}
{
O
_
CREAT
}
\end{datadesc}
\begin{datadesc}
{
O
_
EXCL
}
\end{datadesc}
\begin{datadesc}
{
O
_
TRUNC
}
Options for the
\code
{
flag
}
argument to the
\code
{
open()
}
function.
These can be bit-wise OR'd together.
\end{datadesc}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment