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
Don't reference removed files in Makefile
[python/dscho.git]
/
Lib
/
plat-sunos5
/
FCNTL.py
blob
89ce2ed38e55140f09063693b371d68ad9cd4767
1
# Generated by h2py from /usr/include/sys/fcntl.h
2
O_RDONLY
=
0
3
O_WRONLY
=
1
4
O_RDWR
=
2
5
O_NDELAY
=
0x04
6
O_APPEND
=
0x08
7
O_SYNC
=
0x10
8
O_DSYNC
=
0x40
9
O_RSYNC
=
0x8000
10
O_NONBLOCK
=
0x80
11
O_PRIV
=
0x1000
12
O_CREAT
=
0x100
13
O_TRUNC
=
0x200
14
O_EXCL
=
0x400
15
O_NOCTTY
=
0x800
16
F_DUPFD
=
0
17
F_GETFD
=
1
18
F_SETFD
=
2
19
F_GETFL
=
3
20
F_SETFL
=
4
21
F_SETLK
=
6
22
F_SETLKW
=
7
23
F_O_GETLK
=
5
24
F_SETLK
=
6
25
F_SETLKW
=
7
26
F_CHKFL
=
8
27
F_ALLOCSP
=
10
28
F_FREESP
=
11
29
F_ISSTREAM
=
13
30
F_GETLK
=
14
31
F_PRIV
=
15
32
F_NPRIV
=
16
33
F_QUOTACTL
=
17
34
F_BLOCKS
=
18
35
F_BLKSIZE
=
19
36
F_RSETLK
=
20
37
F_RGETLK
=
21
38
F_RSETLKW
=
22
39
F_GETOWN
=
23
40
F_SETOWN
=
24
41
F_REVOKE
=
25
42
F_RDLCK
=
01
43
F_WRLCK
=
02
44
F_UNLCK
=
03
45
F_UNLKSYS
=
04
46
O_ACCMODE
=
3
47
FD_CLOEXEC
=
1