repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(py-indent-right, py-outdent-left): new commands, bound to C-c C-r and
[python/dscho.git]
/
Lib
/
plat-irix5
/
FCNTL.py
blob
12c60fab25a2aad4c9b3d4cb6ff378028c8a9e0c
1
# Generated by h2py from /usr/include/sys/fcntl.h
2
FNDELAY
=
0x04
3
FAPPEND
=
0x08
4
FSYNC
=
0x10
5
FNONBLOCK
=
0x80
6
FASYNC
=
0x1000
7
FNONBLK
=
FNONBLOCK
8
FDIRECT
=
0x8000
9
FCREAT
=
0x0100
10
FTRUNC
=
0x0200
11
FEXCL
=
0x0400
12
FNOCTTY
=
0x0800
13
O_RDONLY
=
0
14
O_WRONLY
=
1
15
O_RDWR
=
2
16
O_NDELAY
=
0x04
17
O_APPEND
=
0x08
18
O_SYNC
=
0x10
19
O_NONBLOCK
=
0x80
20
O_DIRECT
=
0x8000
21
O_CREAT
=
0x100
22
O_TRUNC
=
0x200
23
O_EXCL
=
0x400
24
O_NOCTTY
=
0x800
25
F_DUPFD
=
0
26
F_GETFD
=
1
27
F_SETFD
=
2
28
F_GETFL
=
3
29
F_SETFL
=
4
30
F_GETLK
=
14
31
F_O_GETLK
=
5
32
F_GETLK
=
14
33
F_SETLK
=
6
34
F_SETLKW
=
7
35
F_CHKFL
=
8
36
F_ALLOCSP
=
10
37
F_FREESP
=
11
38
F_SETBSDLK
=
12
39
F_SETBSDLKW
=
13
40
F_DIOINFO
=
30
41
F_RSETLK
=
20
42
F_RGETLK
=
21
43
F_RSETLKW
=
22
44
F_GETOWN
=
23
45
F_SETOWN
=
24
46
F_O_GETOWN
=
10
47
F_O_SETOWN
=
11
48
F_RDLCK
=
01
49
F_WRLCK
=
02
50
F_UNLCK
=
03
51
O_ACCMODE
=
3
52
FD_CLOEXEC
=
1
53
FD_NODUP_FORK
=
4