reference/dio/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -7,7 +7,7 @@
7
7
<varlistentry xml:id="constant.f-dupfd">
8
8
<term>
9
9
<constant>F_DUPFD</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<para></para>
...
...
@@ -16,7 +16,7 @@
16
16
<varlistentry xml:id="constant.f-getfd">
17
17
<term>
18
18
<constant>F_GETFD</constant>
19
-
(<type>integer</type>)
19
+
(<type>int</type>)
20
20
</term>
21
21
<listitem>
22
22
<para></para>
...
...
@@ -25,7 +25,7 @@
25
25
<varlistentry xml:id="constant.f-getfl">
26
26
<term>
27
27
<constant>F_GETFL</constant>
28
-
(<type>integer</type>)
28
+
(<type>int</type>)
29
29
</term>
30
30
<listitem>
31
31
<para></para>
...
...
@@ -34,7 +34,7 @@
34
34
<varlistentry xml:id="constant.f-getlk">
35
35
<term>
36
36
<constant>F_GETLK</constant>
37
-
(<type>integer</type>)
37
+
(<type>int</type>)
38
38
</term>
39
39
<listitem>
40
40
<para></para>
...
...
@@ -43,7 +43,7 @@
43
43
<varlistentry xml:id="constant.f-getown">
44
44
<term>
45
45
<constant>F_GETOWN</constant>
46
-
(<type>integer</type>)
46
+
(<type>int</type>)
47
47
</term>
48
48
<listitem>
49
49
<para></para>
...
...
@@ -52,7 +52,7 @@
52
52
<varlistentry xml:id="constant.f-rdlck">
53
53
<term>
54
54
<constant>F_RDLCK</constant>
55
-
(<type>integer</type>)
55
+
(<type>int</type>)
56
56
</term>
57
57
<listitem>
58
58
<para></para>
...
...
@@ -61,7 +61,7 @@
61
61
<varlistentry xml:id="constant.f-setfl">
62
62
<term>
63
63
<constant>F_SETFL</constant>
64
-
(<type>integer</type>)
64
+
(<type>int</type>)
65
65
</term>
66
66
<listitem>
67
67
<para></para>
...
...
@@ -70,7 +70,7 @@
70
70
<varlistentry xml:id="constant.f-setlk">
71
71
<term>
72
72
<constant>F_SETLK</constant>
73
-
(<type>integer</type>)
73
+
(<type>int</type>)
74
74
</term>
75
75
<listitem>
76
76
<para></para>
...
...
@@ -79,7 +79,7 @@
79
79
<varlistentry xml:id="constant.f-setlkw">
80
80
<term>
81
81
<constant>F_SETLKW</constant>
82
-
(<type>integer</type>)
82
+
(<type>int</type>)
83
83
</term>
84
84
<listitem>
85
85
<para></para>
...
...
@@ -88,7 +88,7 @@
88
88
<varlistentry xml:id="constant.f-setown">
89
89
<term>
90
90
<constant>F_SETOWN</constant>
91
-
(<type>integer</type>)
91
+
(<type>int</type>)
92
92
</term>
93
93
<listitem>
94
94
<para></para>
...
...
@@ -97,7 +97,7 @@
97
97
<varlistentry xml:id="constant.f-unlck">
98
98
<term>
99
99
<constant>F_UNLCK</constant>
100
-
(<type>integer</type>)
100
+
(<type>int</type>)
101
101
</term>
102
102
<listitem>
103
103
<para></para>
...
...
@@ -106,7 +106,7 @@
106
106
<varlistentry xml:id="constant.f-wrlck">
107
107
<term>
108
108
<constant>F_WRLCK</constant>
109
-
(<type>integer</type>)
109
+
(<type>int</type>)
110
110
</term>
111
111
<listitem>
112
112
<para></para>
...
...
@@ -115,7 +115,7 @@
115
115
<varlistentry xml:id="constant.o-append">
116
116
<term>
117
117
<constant>O_APPEND</constant>
118
-
(<type>integer</type>)
118
+
(<type>int</type>)
119
119
</term>
120
120
<listitem>
121
121
<para></para>
...
...
@@ -124,7 +124,7 @@
124
124
<varlistentry xml:id="constant.o-async">
125
125
<term>
126
126
<constant>O_ASYNC</constant>
127
-
(<type>integer</type>)
127
+
(<type>int</type>)
128
128
</term>
129
129
<listitem>
130
130
<para></para>
...
...
@@ -133,7 +133,7 @@
133
133
<varlistentry xml:id="constant.o-creat">
134
134
<term>
135
135
<constant>O_CREAT</constant>
136
-
(<type>integer</type>)
136
+
(<type>int</type>)
137
137
</term>
138
138
<listitem>
139
139
<para></para>
...
...
@@ -142,7 +142,7 @@
142
142
<varlistentry xml:id="constant.o-excl">
143
143
<term>
144
144
<constant>O_EXCL</constant>
145
-
(<type>integer</type>)
145
+
(<type>int</type>)
146
146
</term>
147
147
<listitem>
148
148
<para></para>
...
...
@@ -151,7 +151,7 @@
151
151
<varlistentry xml:id="constant.o-ndelay">
152
152
<term>
153
153
<constant>O_NDELAY</constant>
154
-
(<type>integer</type>)
154
+
(<type>int</type>)
155
155
</term>
156
156
<listitem>
157
157
<para></para>
...
...
@@ -160,7 +160,7 @@
160
160
<varlistentry xml:id="constant.o-noctty">
161
161
<term>
162
162
<constant>O_NOCTTY</constant>
163
-
(<type>integer</type>)
163
+
(<type>int</type>)
164
164
</term>
165
165
<listitem>
166
166
<para></para>
...
...
@@ -169,7 +169,7 @@
169
169
<varlistentry xml:id="constant.o-nonblock">
170
170
<term>
171
171
<constant>O_NONBLOCK</constant>
172
-
(<type>integer</type>)
172
+
(<type>int</type>)
173
173
</term>
174
174
<listitem>
175
175
<para></para>
...
...
@@ -178,7 +178,7 @@
178
178
<varlistentry xml:id="constant.o-rdonly">
179
179
<term>
180
180
<constant>O_RDONLY</constant>
181
-
(<type>integer</type>)
181
+
(<type>int</type>)
182
182
</term>
183
183
<listitem>
184
184
<para></para>
...
...
@@ -187,7 +187,7 @@
187
187
<varlistentry xml:id="constant.o-rdwr">
188
188
<term>
189
189
<constant>O_RDWR</constant>
190
-
(<type>integer</type>)
190
+
(<type>int</type>)
191
191
</term>
192
192
<listitem>
193
193
<para></para>
...
...
@@ -196,7 +196,7 @@
196
196
<varlistentry xml:id="constant.o-sync">
197
197
<term>
198
198
<constant>O_SYNC</constant>
199
-
(<type>integer</type>)
199
+
(<type>int</type>)
200
200
</term>
201
201
<listitem>
202
202
<para></para>
...
...
@@ -205,7 +205,7 @@
205
205
<varlistentry xml:id="constant.o-trunc">
206
206
<term>
207
207
<constant>O_TRUNC</constant>
208
-
(<type>integer</type>)
208
+
(<type>int</type>)
209
209
</term>
210
210
<listitem>
211
211
<para></para>
...
...
@@ -214,7 +214,7 @@
214
214
<varlistentry xml:id="constant.o-wronly">
215
215
<term>
216
216
<constant>O_WRONLY</constant>
217
-
(<type>integer</type>)
217
+
(<type>int</type>)
218
218
</term>
219
219
<listitem>
220
220
<para></para>
...
...
@@ -223,7 +223,7 @@
223
223
<varlistentry xml:id="constant.s-irgrp">
224
224
<term>
225
225
<constant>S_IRGRP</constant>
226
-
(<type>integer</type>)
226
+
(<type>int</type>)
227
227
</term>
228
228
<listitem>
229
229
<para></para>
...
...
@@ -232,7 +232,7 @@
232
232
<varlistentry xml:id="constant.s-iroth">
233
233
<term>
234
234
<constant>S_IROTH</constant>
235
-
(<type>integer</type>)
235
+
(<type>int</type>)
236
236
</term>
237
237
<listitem>
238
238
<para></para>
...
...
@@ -241,7 +241,7 @@
241
241
<varlistentry xml:id="constant.s-irusr">
242
242
<term>
243
243
<constant>S_IRUSR</constant>
244
-
(<type>integer</type>)
244
+
(<type>int</type>)
245
245
</term>
246
246
<listitem>
247
247
<para></para>
...
...
@@ -250,7 +250,7 @@
250
250
<varlistentry xml:id="constant.s-irwxg">
251
251
<term>
252
252
<constant>S_IRWXG</constant>
253
-
(<type>integer</type>)
253
+
(<type>int</type>)
254
254
</term>
255
255
<listitem>
256
256
<para></para>
...
...
@@ -259,7 +259,7 @@
259
259
<varlistentry xml:id="constant.s-irwxo">
260
260
<term>
261
261
<constant>S_IRWXO</constant>
262
-
(<type>integer</type>)
262
+
(<type>int</type>)
263
263
</term>
264
264
<listitem>
265
265
<para></para>
...
...
@@ -268,7 +268,7 @@
268
268
<varlistentry xml:id="constant.s-irwxu">
269
269
<term>
270
270
<constant>S_IRWXU</constant>
271
-
(<type>integer</type>)
271
+
(<type>int</type>)
272
272
</term>
273
273
<listitem>
274
274
<para></para>
...
...
@@ -277,7 +277,7 @@
277
277
<varlistentry xml:id="constant.s-iwgrp">
278
278
<term>
279
279
<constant>S_IWGRP</constant>
280
-
(<type>integer</type>)
280
+
(<type>int</type>)
281
281
</term>
282
282
<listitem>
283
283
<para></para>
...
...
@@ -286,7 +286,7 @@
286
286
<varlistentry xml:id="constant.s-iwoth">
287
287
<term>
288
288
<constant>S_IWOTH</constant>
289
-
(<type>integer</type>)
289
+
(<type>int</type>)
290
290
</term>
291
291
<listitem>
292
292
<para></para>
...
...
@@ -295,7 +295,7 @@
295
295
<varlistentry xml:id="constant.s-iwusr">
296
296
<term>
297
297
<constant>S_IWUSR</constant>
298
-
(<type>integer</type>)
298
+
(<type>int</type>)
299
299
</term>
300
300
<listitem>
301
301
<para></para>
...
...
@@ -304,7 +304,7 @@
304
304
<varlistentry xml:id="constant.s-ixgrp">
305
305
<term>
306
306
<constant>S_IXGRP</constant>
307
-
(<type>integer</type>)
307
+
(<type>int</type>)
308
308
</term>
309
309
<listitem>
310
310
<para></para>
...
...
@@ -313,7 +313,7 @@
313
313
<varlistentry xml:id="constant.s-ixoth">
314
314
<term>
315
315
<constant>S_IXOTH</constant>
316
-
(<type>integer</type>)
316
+
(<type>int</type>)
317
317
</term>
318
318
<listitem>
319
319
<para></para>
...
...
@@ -322,7 +322,7 @@
322
322
<varlistentry xml:id="constant.s-ixusr">
323
323
<term>
324
324
<constant>S_IXUSR</constant>
325
-
(<type>integer</type>)
325
+
(<type>int</type>)
326
326
</term>
327
327
<listitem>
328
328
<para></para>
329
329